Appearance
Deprecated
Vue 3.5 released an official client-server stable solution for useId.
useId
import { useId } from 'radix-vue' const buttonId = useId() // radix-1
import { useId } from 'radix-vue' const buttonId = useId('test-id') // test-id