first commit

This commit is contained in:
2026-05-12 12:41:49 +07:00
commit 604fef891f
8368 changed files with 1285228 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
/*!
* vue-router v5.0.6
* (c) 2026 Eduardo San Martin Morote
* @license MIT
*/
import { r as Options } from "../options-C8M2qFcl.cjs";
import * as vite0 from "vite";
//#region src/unplugin/vite.d.ts
declare const _default: (options?: Options | undefined) => vite0.Plugin<any> | vite0.Plugin<any>[];
export = _default;