Skip to content

Commit 0953171

Browse files
committed
improve types
1 parent 7665971 commit 0953171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test-utils/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ interface MountOptions<V extends Vue> extends ComponentOptions<V> {
113113
localVue?: typeof Vue
114114
mocks?: object
115115
slots?: Slots
116-
scopedSlots?: object
116+
scopedSlots?: Record<string, string>
117117
stubs?: Stubs,
118118
attrs?: object
119119
listeners?: object

0 commit comments

Comments
 (0)