setConfig is an emit not a prop

This commit is contained in:
cgfhtw
2022-10-24 15:08:10 +02:00
parent 8983a0e821
commit 4aa7b9854a
@@ -3,10 +3,10 @@ export default {
"config",
"width",
"height",
"setConfig",
"configMode"
],
emits: [
"setConfig",
"change" // TODO(chris): do we need this?
]
}