File: app/components/app/content_footer/content_footer.js

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

Contents

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