diff options
| author | pany <[email protected]> | 2023-05-12 18:59:39 +0800 |
|---|---|---|
| committer | pany <[email protected]> | 2023-05-12 18:59:39 +0800 |
| commit | 362ce6ed566270ddd07acfc40dcc1d05fe750e99 (patch) | |
| tree | f79cfd3e5ba0e3fb65b4e40724fb50c43866b799 | |
| parent | bc7dae8435736893e527f69b474178eaf642ba96 (diff) | |
docs: 优化 element-plus.d.ts 文件注释v3.4.0
| -rw-r--r-- | types/element-plus.d.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/types/element-plus.d.ts b/types/element-plus.d.ts index 00f045d..e5a9975 100644 --- a/types/element-plus.d.ts +++ b/types/element-plus.d.ts @@ -1,4 +1,7 @@ -/** Copy https://github.com/element-plus/element-plus/blob/dev/global.d.ts#L2 */ +/** + * Copy https://github.com/element-plus/element-plus/blob/dev/global.d.ts + * 为了解决某些依赖(比如 vxe-table 4.2.7-beta.0 ~ 4.3.11 和 vue-router 4.2.0)导致的没有 Element Plus 组件类型提示的问题 + */ declare module 'vue' { export interface GlobalComponents { |
