Is there an equivalent to React's useId hook in Vue.js?
In React there is a really handy hook called useId that helps ensure HTML IDs are unique across the DOM. I'm wondering if there's anything similar in the Vue ecosystem?
https://beta.reactjs.org/apis/
https://stackoverflow.com/questions/74914835/is-there-an-equivalent-to-reacts-useid-hook-in-vue-js