Reformat Code [SKIP CI]

This commit is contained in:
MengYX
2019-11-23 15:10:08 +08:00
parent c1f029705b
commit 093145eb99
5 changed files with 42 additions and 47 deletions

View File

@@ -1,18 +1,18 @@
import Vue from 'vue'
import {
Image,
Button,
Col,
Container,
Footer,
Icon,
Image,
Link,
Main,
Notification,
Row,
Table,
TableColumn,
Main,
Footer,
Container,
Icon,
Row,
Col,
Upload,
Notification,
Link
Upload
} from 'element-ui';
import 'element-ui/lib/theme-chalk/index.css'
@@ -29,5 +29,3 @@ Vue.use(Row);
Vue.use(Col);
Vue.use(Upload);
Vue.prototype.$notify = Notification;

View File

@@ -117,7 +117,4 @@ class Mask {
return ret
}
}