mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-16 11:39:31 +00:00
FormInput: remove input and update:modelValue event from $attrs to prevent double emits
This commit is contained in:
@@ -25,7 +25,10 @@ export default {
|
||||
type: String,
|
||||
name: String,
|
||||
containerClass: [String, Array, Object],
|
||||
label: String
|
||||
label: String,
|
||||
// NOTE(chris): remove these from $attrs array to prevent doubled event listeners
|
||||
onInput: [Array, Function],
|
||||
'onUpdate:modelValue': [Array, Function]
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user