From 439e3b0f076280311b7cd4251a95820730242780 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 07 八月 2024 10:43:33 +0800 Subject: [PATCH] 一些更新 --- src/hooks/web/useAppInject.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/hooks/web/useAppInject.ts b/src/hooks/web/useAppInject.ts index 7d6efb2..cc3cc1f 100644 --- a/src/hooks/web/useAppInject.ts +++ b/src/hooks/web/useAppInject.ts @@ -1,4 +1,4 @@ -import { useAppProviderContext } from '/@/components/Application'; +import { useAppProviderContext } from '@/components/Application'; import { computed, unref } from 'vue'; export function useAppInject() { -- Gitblit v1.9.3