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 322 B
import { RouteRecordNormalized } from "vue-router"; //#region src/app/diagnostics/rendered-records.d.ts declare function trackRenderedRecord(record: RouteRecordNormalized): () => void; declare function isRecordRendered(record: RouteRecordNormalized): boolean; //#endregion export { isRecordRendered, trackRenderedRecord };