1.2.2原版
This commit is contained in:
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
declare module "axios" {
|
||||
export interface AxiosRequestConfig {
|
||||
mute?: boolean;
|
||||
}
|
||||
}
|
||||
|
||||
declare module "vue" {
|
||||
interface ComponentCustomProperties {
|
||||
$formkit: any;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user