docs: 优化 element-plus.d.ts 文件注释
This commit is contained in:
parent
bc7dae8435
commit
362ce6ed56
5
types/element-plus.d.ts
vendored
5
types/element-plus.d.ts
vendored
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user