release: update 5.1.0

This commit is contained in:
xiaoxian521
2024-03-09 16:27:52 +08:00
parent ff27074ebd
commit 1121c5a2b5
148 changed files with 8005 additions and 8352 deletions

View File

@@ -1,5 +1,5 @@
declare module "*.vue" {
import { DefineComponent } from "vue";
import type { DefineComponent } from "vue";
const component: DefineComponent<{}, {}, any>;
export default component;
}
@@ -8,3 +8,5 @@ declare module "*.scss" {
const scss: Record<string, string>;
export default scss;
}
declare module "element-plus/dist/locale/zh-cn.mjs";