From 73db4775d5adbf27f689ef9b18fbe1899ee558d7 Mon Sep 17 00:00:00 2001 From: yinmin Date: Mon, 16 Dec 2024 14:00:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20all.scss=20=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 6 +++++- src/main.ts | 2 -- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 14949a0..c2417ff 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,4 +4,8 @@ import { RouterView } from 'vue-router' \ No newline at end of file + + + \ No newline at end of file diff --git a/src/main.ts b/src/main.ts index 6c4a08f..c8e37b0 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,5 +1,3 @@ -import './assets/all.scss' - import { createApp } from 'vue' import App from './App.vue' import router from './router'