Skip to content

Commit 623e32e

Browse files
committed
修复类型报错
1 parent 1c865a0 commit 623e32e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/views/plugin_example/currency.input.vue

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ import { createReusableTemplate, useClipboard } from '@vueuse/core'
1111
import Alert from './components/alert.vue'
1212
1313
const Option = createReusableTemplate<{
14+
$slots: {
15+
default: any
16+
switch: any
17+
}
1418
label: string
1519
description?: string
1620
}>()

0 commit comments

Comments
 (0)