diff --git a/public/index.html b/public/index.html
index bc79b7d..dae205e 100644
--- a/public/index.html
+++ b/public/index.html
@@ -21,10 +21,12 @@
+
请勿直接运行源代码!
您可能在使用不受支持的过时浏览器,这可能导致此应用无法正常工作。
如果您使用双核浏览器,您可以尝试切换“极速模式”解决此问题。
diff --git a/src/main.js b/src/main.js
index 2d99267..466d4b8 100644
--- a/src/main.js
+++ b/src/main.js
@@ -2,9 +2,23 @@ import Vue from 'vue'
import App from './App.vue'
import './registerServiceWorker'
import {
- Button, Col, Container, Footer, Icon, Image, Link, Main,
- Row, Table, TableColumn, Upload, Radio, Checkbox, Progress,
- Notification, Tooltip,
+ Button,
+ Checkbox,
+ Col,
+ Container,
+ Footer,
+ Icon,
+ Image,
+ Link,
+ Main,
+ Notification,
+ Progress,
+ Radio,
+ Row,
+ Table,
+ TableColumn,
+ Tooltip,
+ Upload
} from 'element-ui';
import 'element-ui/lib/theme-chalk/base.css';
@@ -27,7 +41,7 @@ Vue.use(Progress);
Vue.prototype.$notify = Notification;
Vue.config.productionTip = false;
-
+document.getElementById("loader-source").remove()
new Vue({
render: h => h(App),
}).$mount('#app');