Files
Arbitrate-FrontendH5/node_modules/element-ui/packages/tab-pane/index.js
T

9 lines
178 B
JavaScript
Raw Normal View History

2024-01-18 10:46:33 +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;