Explorar el Código

fix: restaura ref

ebagabee hace 1 mes
padre
commit
b6fa320947
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/defaults/DefaultInputDatePicker.vue

+ 1 - 1
src/components/defaults/DefaultInputDatePicker.vue

@@ -49,7 +49,7 @@
 </template>
 
 <script setup>
-import { watch, computed } from "vue";
+import { watch, computed, ref } from "vue";
 import { useI18n } from "vue-i18n";
 import masks from "src/helpers/masks";