修正notification无法找到的bug

This commit is contained in:
cebgcontract 2022-03-01 11:23:33 +08:00
parent e8eb021f3e
commit fe27d998cc

View File

@ -1,6 +1,6 @@
import Vue from 'vue'
import App from './App.vue'
import { Loading, Message, MessageBox } from 'element-ui'
import { Loading, Message, MessageBox, Notification } from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
import router from './router'
import store from './store'