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

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

Contents

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