修复指令绑定时效问题 修复Image组件未注册问题

This commit is contained in:
pixel
2021-04-10 10:28:48 +08:00
parent f39048fad0
commit be2b584cee
2 changed files with 4 additions and 3 deletions

View File

@@ -52,7 +52,8 @@ import {
Steps,
Upload,
Progress,
MessageBox
MessageBox,
Image
} from 'element-ui';
Vue.use(Button);
@@ -103,6 +104,7 @@ Vue.use(Upload);
Vue.use(Progress);
Vue.use(Scrollbar);
Vue.use(Loading.directive);
Vue.use(Image)
Vue.prototype.$loading = Loading.service;
Vue.prototype.$message = Message;