From 7712b788faf815e8e39d5bbbd61b5e4261eee7b2 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期日, 28 二月 2021 18:54:54 +0800 Subject: [PATCH] 朔黄首页更新 --- src/pages/library/index/main.ts | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/pages/library/index/main.ts b/src/pages/library/index/main.ts index f7cd6fa..cadf456 100644 --- a/src/pages/library/index/main.ts +++ b/src/pages/library/index/main.ts @@ -1,12 +1,10 @@ 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 "../../../assets/css/overried.scss" -import "../../../assets/css/common.scss" - -import App from './App.vue' import moment from "moment"; Vue.prototype.$moment = moment; -- Gitblit v1.8.0