Skip to content

Commit 666c4ef

Browse files
committed
remove: unnessecary as any
1 parent b1a5a84 commit 666c4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default defineComponent({
3535
name,
3636
inheritAttrs: true,
3737
props: {
38-
[modelValueProp as any]: {},
38+
[modelValueProp]: {},
3939
mode: {
4040
type: String as PropType<Mode>,
4141
},

0 commit comments

Comments
 (0)