File: app/components/app-home/home.js

Recommend this page to a friend!
  Classes of Sergey Beskorovayniy   Vuex Examples   app/components/app-home/home.js   Download  
File: app/components/app-home/home.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-home/home.js
Date: 2 years ago
Size: 209 bytes
 

Contents

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