File: app/components/app/header/menubar.js

Recommend this page to a friend!
  Classes of Sergey Beskorovayniy   Vuex Examples   app/components/app/header/menubar.js   Download  
File: app/components/app/header/menubar.js
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Vuex Examples
Example apps using Vuex state management pattern
Author: By
Last change: Update of app/components/app/header/menubar.js
Date: 2 years ago
Size: 227 bytes
 

Contents

Class file image Download
define([ 'text!app/components/app/header/menubar.html', ], function (template) { // Create component Logo class var Menubar = { name: 'app-menubar', template: template }; return Menubar; });