From 04c89920754329dfcc3b71dd12e236da18c245c7 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期五, 10 一月 2025 09:15:58 +0800
Subject: [PATCH] 语言更新

---
 src/components/Preview/src/functional.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/Preview/src/functional.ts b/src/components/Preview/src/functional.ts
index 74073a2..c3ee2bf 100644
--- a/src/components/Preview/src/functional.ts
+++ b/src/components/Preview/src/functional.ts
@@ -1,6 +1,6 @@
 import type { Options, Props } from './typing';
 import ImgPreview from './Functional.vue';
-import { isClient } from '/@/utils/is';
+import { isClient } from '@/utils/is';
 import { createVNode, render } from 'vue';
 
 let instance: ReturnType<typeof createVNode> | null = null;

--
Gitblit v1.9.3