Files
wechatpay-enterprise-web/node_modules/element-ui/packages/tab-pane/index.js
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

9 lines
178 B
JavaScript

import TabPane from '../tabs/src/tab-pane.vue';
/* istanbul ignore next */
TabPane.install = function(Vue) {
Vue.component(TabPane.name, TabPane);
};
export default TabPane;