From d6129f8471f164a94c184db1c42e8dd8c7799ba0 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期日, 31 七月 2022 17:50:44 +0800 Subject: [PATCH] 升级vite到最新版本2.9.14 --- src/layout/components/AppMain.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index ab03c25..c123f3e 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -11,7 +11,7 @@ </template> <script setup> -import useTagsViewStore from '@/store/modules/tagsview' +import useTagsViewStore from '@/store/modules/tagsView' const tagsViewStore = useTagsViewStore() const route = useRoute() -- Gitblit v1.9.3