Update file permissions for multiple files
This commit is contained in:
1
src/components/Form/InputNumber.vue
Normal file → Executable file
1
src/components/Form/InputNumber.vue
Normal file → Executable file
@@ -22,7 +22,6 @@ const props = defineProps({
|
||||
const emit = defineEmits(['update:timeValue'])
|
||||
const timeValue = ref(1)
|
||||
watch(timeValue, (newValue) => {
|
||||
console.log('newValue', newValue)
|
||||
emit('update:timeValue', newValue)
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user