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