From 28c0c2dcec08b4932a4fc5bfd6bcf0dc036edb23 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期五, 23 十月 2020 20:15:01 +0800
Subject: [PATCH] 应用中心-算法软件实时显示安装/升级进度

---
 src/pages/settings/index/main.ts |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/pages/settings/index/main.ts b/src/pages/settings/index/main.ts
index 0f4c50b..491ea9a 100644
--- a/src/pages/settings/index/main.ts
+++ b/src/pages/settings/index/main.ts
@@ -1,9 +1,9 @@
-import Vue from 'vue'
-import ElementUI from 'element-ui'
+import Vue from 'vue';
+import App from './App.vue';
+
+import ElementUI from 'element-ui';
 import 'element-ui/lib/theme-chalk/index.css';
 import "@/assets/css/element-variables.scss";
-import App from './App.vue'
-
 Vue.use(ElementUI)
 
 new Vue({

--
Gitblit v1.8.0