Explorar o código

Fix space clearing not being triggered because of wrong emit

Bubka hai 8 meses
pai
achega
2c73dac9db
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      resources/js/components/formElements/FormLockField.vue

+ 1 - 1
resources/js/components/formElements/FormLockField.vue

@@ -59,7 +59,7 @@
     const hasBeenTrimmed = ref(false)
     const componentKey = ref(0);
 
-    const emit = defineEmits(['input:modelValue'])
+    const emit = defineEmits(['update:modelValue'])
 
     /**
      * Removes spaces from the input string