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.

6 lines (5 loc) 196 B
import { ObjectPlugin, Plugin } from "#app/nuxt"; //#region src/pages/runtime/plugins/prerender.server.d.ts declare const plugin: Plugin & ObjectPlugin; //#endregion export { plugin as default };