mirror of
https://git.um-react.app/um/web.git
synced 2025-12-13 02:33:01 +00:00
@@ -3,10 +3,10 @@ import App from './App.vue'
|
||||
import './registerServiceWorker'
|
||||
import {
|
||||
Button, Col, Container, Footer, Icon, Image, Link, Main,
|
||||
Row, Table, TableColumn, Upload, Radio, Checkbox,
|
||||
Notification,
|
||||
Row, Table, TableColumn, Upload, Radio, Checkbox, Progress,
|
||||
Notification, Tooltip,
|
||||
} from 'element-ui';
|
||||
import 'element-ui/lib/theme-chalk/index.css'
|
||||
import 'element-ui/lib/theme-chalk/base.css';
|
||||
|
||||
Vue.use(Link);
|
||||
Vue.use(Image);
|
||||
@@ -22,6 +22,8 @@ Vue.use(Col);
|
||||
Vue.use(Upload);
|
||||
Vue.use(Checkbox);
|
||||
Vue.use(Radio);
|
||||
Vue.use(Tooltip);
|
||||
Vue.use(Progress);
|
||||
Vue.prototype.$notify = Notification;
|
||||
|
||||
Vue.config.productionTip = false;
|
||||
|
||||
Reference in New Issue
Block a user