From 28a53fe81cdb551d2bf2023167487a3060e0f180 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 30 十月 2024 00:35:51 +0800 Subject: [PATCH] 一些更改 --- src/hooks/web/useDesign.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/hooks/web/useDesign.ts b/src/hooks/web/useDesign.ts index 046674b..9f1e5b1 100644 --- a/src/hooks/web/useDesign.ts +++ b/src/hooks/web/useDesign.ts @@ -1,4 +1,4 @@ -import { useAppProviderContext } from '/@/components/Application'; +import { useAppProviderContext } from '@/components/Application'; // import { computed } from 'vue'; // import { lowerFirst } from 'lodash-es'; export function useDesign(scope: string) { -- Gitblit v1.9.3