build: update plugins

This commit is contained in:
kailong321200875
2022-03-26 11:30:24 +08:00
parent d2be8c1a30
commit 9c13d92b36
6 changed files with 517 additions and 524 deletions

2
types/global.d.ts vendored
View File

@@ -6,7 +6,7 @@ declare type Nullable<T> = T | null
declare type ElRef<T extends HTMLElement = HTMLDivElement> = Nullable<T>
declare type ElememtPlusSzie = 'default' | 'small' | 'large'
declare type ElememtPlusSzie = '' | 'small' | 'large'
declare type ElementPlusInfoType = 'success' | 'info' | 'warning' | 'danger'