mirror of https://github.com/ElemeFE/element
8 lines
158 B
JavaScript
8 lines
158 B
JavaScript
![]() |
const TabPane = require('../tabs/src/tab-pane.vue');
|
||
|
|
||
|
TabPane.install = function(Vue) {
|
||
|
Vue.component(TabPane.name, TabPane);
|
||
|
};
|
||
|
|
||
|
module.exports = TabPane;
|