Ben Lin
2025-01-10 04c89920754329dfcc3b71dd12e236da18c245c7
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;