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) 160 B
import type { Router } from 'vue-router'; import type { Plugin } from 'nuxt/app'; declare const plugin: Plugin<{ router: Router; }>; export default plugin;