mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-12-14 22:30:31 +08:00
release: update 5.1.0
This commit is contained in:
5
types/shims-vue.d.ts
vendored
5
types/shims-vue.d.ts
vendored
@@ -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,6 @@ declare module "*.scss" {
|
||||
const scss: Record<string, string>;
|
||||
export default scss;
|
||||
}
|
||||
|
||||
declare module "element-plus/dist/locale/en.mjs";
|
||||
declare module "element-plus/dist/locale/zh-cn.mjs";
|
||||
|
||||
Reference in New Issue
Block a user