UNPKG

nuxt

Version:

Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.

7 lines (6 loc) 172 B
import { useId as useId$1 } from "vue"; //#region src/app/composables/id.ts /** @deprecated Use `useId` from `vue` */ const useId = useId$1; //#endregion export { useId };