forked from rc/aircox
continue migration: make website working
This commit is contained in:
11
assets/vue/index.js
Normal file
11
assets/vue/index.js
Normal file
@ -0,0 +1,11 @@
|
||||
import Vue from 'vue';
|
||||
|
||||
import Tab from './tab.vue';
|
||||
import Tabs from './tabs.vue';
|
||||
|
||||
Vue.component('a-tab', Tab);
|
||||
Vue.component('a-tabs', Tabs);
|
||||
|
||||
export {Tab, Tabs};
|
||||
|
||||
|
Reference in New Issue
Block a user