diff --git a/components/tabs/index.js b/components/tabs/index.js index 087cc67eb..b91a2b6fb 100644 --- a/components/tabs/index.js +++ b/components/tabs/index.js @@ -1,6 +1,6 @@ import Tabs from './index.vue' -import TabPane from './TabPane' -import TabContent from './TabContent' +import TabPane from './src/TabPane' +import TabContent from './src/TabContent' Tabs.TabPane = TabPane export default Tabs export { TabPane, TabContent } diff --git a/components/tabs/index.vue b/components/tabs/index.vue index a4a82045c..aed9aa73b 100644 --- a/components/tabs/index.vue +++ b/components/tabs/index.vue @@ -1,5 +1,5 @@