element-ui/packages/tab-pane/index.js

9 lines
178 B
JavaScript
Raw Permalink Normal View History

2021-06-07 11:56:04 +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;