mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-10 06:07:54 +02:00
Update npm dependencies
This commit is contained in:
@ -5,8 +5,6 @@
|
||||
inheritAttrs: false
|
||||
})
|
||||
|
||||
const { inputId } = useIdGenerator(props.inputType, props.fieldName)
|
||||
|
||||
const props = defineProps({
|
||||
modelValue: [String, Number, Boolean],
|
||||
label: {
|
||||
@ -47,6 +45,8 @@
|
||||
leftIcon: '',
|
||||
rightIcon: '',
|
||||
})
|
||||
|
||||
const { inputId } = useIdGenerator(props.inputType, props.fieldName)
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
Reference in New Issue
Block a user