UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

10 lines 253 B
import Tabs, { TabPane } from './src'; Tabs.TabPane = TabPane; /* istanbul ignore next */ Tabs.install = function (app) { app.component(Tabs.name, Tabs); app.component(TabPane.name, TabPane); return app; }; export default Tabs; export { TabPane };