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

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

Contents

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