mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-05 19:42:07 +08:00
fix: 修复PrintDomOptions类型错误问题
This commit is contained in:
parent
bed8432cda
commit
5c52f2f88c
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user