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 b1a5a84 commit 666c4efCopy full SHA for 666c4ef
src/Component.ts
@@ -35,7 +35,7 @@ export default defineComponent({
35
name,
36
inheritAttrs: true,
37
props: {
38
- [modelValueProp as any]: {},
+ [modelValueProp]: {},
39
mode: {
40
type: String as PropType<Mode>,
41
},
0 commit comments