2017-11-30 11:11:42 +00:00
|
|
|
import Tabs from './index.vue'
|
2018-01-12 09:06:01 +00:00
|
|
|
import TabPane from './src/TabPane'
|
|
|
|
import TabContent from './src/TabContent'
|
2017-11-21 11:15:41 +00:00
|
|
|
Tabs.TabPane = TabPane
|
2017-11-02 02:42:34 +00:00
|
|
|
export default Tabs
|
2017-11-30 11:11:42 +00:00
|
|
|
export { TabPane, TabContent }
|