release: update 4.1.0
This commit is contained in:
2
types/global-components.d.ts
vendored
2
types/global-components.d.ts
vendored
@@ -11,7 +11,7 @@ declare module "vue" {
|
||||
}
|
||||
|
||||
/**
|
||||
* todo:https://github.com/element-plus/element-plus/blob/dev/global.d.ts#L2
|
||||
* TODO https://github.com/element-plus/element-plus/blob/dev/global.d.ts#L2
|
||||
* No need to install @vue/runtime-core
|
||||
*/
|
||||
declare module "vue" {
|
||||
|
2
types/global.d.ts
vendored
2
types/global.d.ts
vendored
@@ -63,6 +63,7 @@ declare global {
|
||||
VITE_PUBLIC_PATH: string;
|
||||
VITE_ROUTER_HISTORY: string;
|
||||
VITE_CDN: boolean;
|
||||
VITE_HIDE_HOME: string;
|
||||
VITE_COMPRESSION: ViteCompression;
|
||||
}
|
||||
|
||||
@@ -96,6 +97,7 @@ declare global {
|
||||
MenuArrowIconNoTransition?: boolean;
|
||||
CachingAsyncRoutes?: boolean;
|
||||
TooltipEffect?: Effect;
|
||||
ResponsiveStorageNameSpace?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user