UNPKG

vue-router

Version:

> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router). > To see what versions are currently supported, please refer to the [Security Policy](./packages/router

14 lines (13 loc) 293 B
/*! * vue-router v5.0.4 * (c) 2026 Eduardo San Martin Morote * @license MIT */ import { VueLanguagePlugin } from "@vue/language-core"; //#region src/volar/entries/sfc-typed-router.d.ts declare const plugin: VueLanguagePlugin<{ options?: { rootDir?: string; }; }>; export = plugin;