first
This commit is contained in:
8
packages/tab-pane/index.js
Normal file
8
packages/tab-pane/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import TabPane from '../tabs/src/tab-pane.vue';
|
||||
|
||||
/* istanbul ignore next */
|
||||
TabPane.install = function(Vue) {
|
||||
Vue.component(TabPane.name, TabPane);
|
||||
};
|
||||
|
||||
export default TabPane;
|
Reference in New Issue
Block a user