File: app/components/app/content_site/sidebar.js

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

Contents

Class file image Download
define([ // Vue.js 'vue', 'text!app/components/app/content_site/sidebar.html', ], function (Vue, template) { // Create component ContentSidebar class var ContentSidebar = Vue.extend({ template: template }) return ContentSidebar; });