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.

9 lines (8 loc) 217 B
import { Plugin } from "#app/nuxt"; import { Router } from "vue-router"; //#region src/pages/runtime/plugins/router.d.ts declare const plugin: Plugin<{ router: Router; }>; //#endregion export { plugin as default };