From d6508582ec5cb257b2a662ec7da923211b2f98bb Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Thu, 9 Oct 2025 11:01:32 +0800 Subject: [PATCH] fix --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 8d9e129..c6bd6ba 100644 --- a/src/main.ts +++ b/src/main.ts @@ -6,7 +6,7 @@ import router from './router' import store from './stores/index' import 'normalize.css/normalize.css' import './assets/css/style.css' -import SvgIcon from "@/component/SvgIcon/index.vue"; +import SvgIcon from "@/components/SvgIcon/index.vue"; import flexible from "./utils/flexible.js";