mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
setConfig is an emit not a prop
This commit is contained in:
@@ -3,10 +3,10 @@ export default {
|
||||
"config",
|
||||
"width",
|
||||
"height",
|
||||
"setConfig",
|
||||
"configMode"
|
||||
],
|
||||
emits: [
|
||||
"setConfig",
|
||||
"change" // TODO(chris): do we need this?
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user