We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9fe51f commit c5b8907Copy full SHA for c5b8907
test-dts/mount.d-test.ts
@@ -93,7 +93,7 @@ expectError(
93
const AppWithArrayProps = {
94
props: ['a'],
95
template: ''
96
-}
+} as const
97
98
// accept props - vm is properly typed
99
expectType<string>(
test-dts/shallowMount.d-test.ts
@@ -67,7 +67,7 @@ expectError(
67
68
69
70
71
72
// accept props
73
// vm is properly typed
0 commit comments