mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-17 21:48:07 +01:00
chore(FormGroup): simplify bindings between input and form group p… (#704)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
5
src/runtime/utils/uid.ts
Normal file
5
src/runtime/utils/uid.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
let _id = 0
|
||||
|
||||
export function uid () {
|
||||
return `nuid-${_id++}`
|
||||
}
|
||||
Reference in New Issue
Block a user