-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
2.0.0-beta.5
Environment
vue-cli4 2.0.0-beta.9
Reproduction link
https://2x.antdv.com/docs/vue/getting-started-cn/
Steps to reproduce
import Vue from 'vue'
import App from './App.vue'
import Antd from 'ant-design-vue';
import 'ant-design-vue/dist/antd.css';
vue.use(Antd)
Vue.config.productionTip = false
new Vue({
router,
render: h => h(App),
}).$mount('#app')
What is expected?
repair
What is actually happening?
Project error report
warning in ./node_modules/ant-design-vue/es/vc-tree-select/src/Select.js
"export 'mergeProps' was not found in 'vue'
warning in ./node_modules/ant-design-vue/es/vc-tabs/src/ScrollableInkTabBar.js
"export 'mergeProps' was not found in 'vue'
no