1.2.2原版

This commit is contained in:
anian
2026-04-27 19:09:03 +08:00
commit 219938eb62
100 changed files with 14320 additions and 0 deletions
Vendored
+13
View File
@@ -0,0 +1,13 @@
/// <reference types="vite/client" />
declare module "axios" {
export interface AxiosRequestConfig {
mute?: boolean;
}
}
declare module "vue" {
interface ComponentCustomProperties {
$formkit: any;
}
}