mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-05-16 20:21:20 +02:00
Set attributes inheritance to True
This commit is contained in:
parent
0bc488057d
commit
87de0a03e7
@ -2,7 +2,7 @@
|
|||||||
import { useIdGenerator } from '@/composables/helpers'
|
import { useIdGenerator } from '@/composables/helpers'
|
||||||
|
|
||||||
defineOptions({
|
defineOptions({
|
||||||
inheritAttrs: false
|
inheritAttrs: true
|
||||||
})
|
})
|
||||||
|
|
||||||
const { inputId } = useIdGenerator(props.inputType, props.fieldName)
|
const { inputId } = useIdGenerator(props.inputType, props.fieldName)
|
||||||
|
Loading…
Reference in New Issue
Block a user