mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-18 14:08:06 +01:00
feat(Form): use nuxt useId to bind input labels (#1211)
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
let _id = 0
|
||||
|
||||
export function uid () {
|
||||
_id = (_id + 1) % Number.MAX_SAFE_INTEGER
|
||||
return `nuid-${_id}`
|
||||
}
|
||||
Reference in New Issue
Block a user