소스 검색

!61 fix: 删除重复环境变量ElUploadInstance
Merge pull request !61 from 棉花/N/A

疯狂的狮子Li 1 년 전
부모
커밋
183e0e9212
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/types/element.d.ts

+ 0 - 1
src/types/element.d.ts

@@ -24,7 +24,6 @@ declare global {
   declare type ElColorPickerInstance = InstanceType<typeof ep.ElColorPicker>;
   declare type ElRateInstance = InstanceType<typeof ep.ElRate>;
   declare type ElSliderInstance = InstanceType<typeof ep.ElSlider>;
-  declare type ElUploadInstance = InstanceType<typeof ep.ElUpload>;
   declare type ElScrollbarInstance = InstanceType<typeof ep.ElScrollbar>;
 
   declare type TransferKey = ep.TransferKey;