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) 244 B
//#region src/app/components/injections.ts const LayoutMetaSymbol = Symbol("layout-meta"); const LayoutSymbol = Symbol("layout"); const PageRouteSymbol = Symbol("route"); //#endregion export { LayoutMetaSymbol, LayoutSymbol, PageRouteSymbol };