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 5ff4df0 commit 68ce604Copy full SHA for 68ce604
src/Component.ts
@@ -78,7 +78,7 @@ export default defineComponent({
78
...initialBoolAttrs,
79
...initialValue !== undefined && {
80
content: {
81
- [valueToContentKey(initialMode)]: initialValue,
+ [valueToContentKey(initialValue)]: initialValue,
82
},
83
84
}], {
0 commit comments