From 5c52f2f88ce7f9467dab712470411823f59955fe Mon Sep 17 00:00:00 2001 From: XiaoDaiGua-Ray <443547225@qq.com> Date: Sat, 23 Mar 2024 11:29:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DPrintDomOptions?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/RTable/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/RTable/src/types.ts b/src/components/RTable/src/types.ts index f0c88a1d..b70d40b2 100644 --- a/src/components/RTable/src/types.ts +++ b/src/components/RTable/src/types.ts @@ -9,7 +9,7 @@ import type { } from 'naive-ui' import type { VNode } from 'vue' import type { Recordable } from '@/types' -import type { PrintDomOptions } from '@/utils' +import type { PrintDomOptions } from '@/utils/dom' export type TableActionIcon = string | (() => VNode)