Files

9 lines
178 B
JavaScript
Raw Permalink Normal View History

2024-12-03 17:40:13 +08:00
import TabPane from '../tabs/src/tab-pane.vue';
/* istanbul ignore next */
TabPane.install = function(Vue) {
Vue.component(TabPane.name, TabPane);
};
export default TabPane;