iview/src/components/tabs/index.js

5 lines
101 B
JavaScript
Raw Normal View History

import Tabs from './tabs.vue';
import Pane from './pane.vue';
Tabs.Pane = Pane;
export default Tabs;