diff --git a/src/core/lazy_lib/components_use.js b/src/core/lazy_lib/components_use.js index 0003392e..8f5e2dcb 100644 --- a/src/core/lazy_lib/components_use.js +++ b/src/core/lazy_lib/components_use.js @@ -47,8 +47,7 @@ import { Comment, ConfigProvider, Timeline, - Steps, - Empty + Steps } from 'ant-design-vue' Vue.use(Anchor) @@ -97,7 +96,6 @@ Vue.use(Comment) Vue.use(ConfigProvider) Vue.use(Timeline) Vue.use(Steps) -Vue.use(Empty) Vue.prototype.$message = message Vue.prototype.$notification = notification