From 7d5f9791941d0ef9cd6d2daae80b5ae391e18b43 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 01 七月 2026 16:10:10 +0800
Subject: [PATCH] 银川 1.联调产品维护页面 2.添加采购申请页面、联调
---
src/packages/effects/hooks/src/use-hover-toggle.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/packages/effects/hooks/src/use-hover-toggle.ts b/src/packages/effects/hooks/src/use-hover-toggle.ts
index f004082..3887c31 100644
--- a/src/packages/effects/hooks/src/use-hover-toggle.ts
+++ b/src/packages/effects/hooks/src/use-hover-toggle.ts
@@ -4,7 +4,7 @@
import { computed, effectScope, ref, unref, watch } from 'vue';
-import { isFunction } from '..\..\..\utils\src';
+import { isFunction } from '../../../utils/src';
import { tryOnScopeDispose, useElementHover } from '@vueuse/core';
--
Gitblit v1.9.3