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

10 lines (9 loc) 276 B
/*! * vue-router v5.0.6 * (c) 2026 Eduardo San Martin Morote * @license MIT */ import { r as Options } from "../options-C8M2qFcl.cjs"; //#region src/unplugin/webpack.d.ts declare const _default: (options?: Options | undefined) => WebpackPluginInstance; export = _default;