Add progress bar for unlocking #37

Add tips for instant save
This commit is contained in:
MengYX
2020-04-05 12:28:59 +08:00
parent 87356a0514
commit 9569e2f145
4 changed files with 57 additions and 9 deletions

View File

@@ -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;