Skip to content

Commit 68ce604

Browse files
committed
fix: typo
1 parent 5ff4df0 commit 68ce604

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
@@ -78,7 +78,7 @@ export default defineComponent({
7878
...initialBoolAttrs,
7979
...initialValue !== undefined && {
8080
content: {
81-
[valueToContentKey(initialMode)]: initialValue,
81+
[valueToContentKey(initialValue)]: initialValue,
8282
},
8383
},
8484
}], {

0 commit comments

Comments
 (0)