소스 검색

Chore: add missing import in element-ui.d.ts

fix #15802
NateScarlet 6 년 전
부모
커밋
a6b2ce9e92
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      types/element-ui.d.ts

+ 1 - 1
types/element-ui.d.ts

@@ -1,4 +1,4 @@
-import Vue from 'vue'
+import Vue, { PluginObject } from 'vue'
 import { ElementUIComponent, ElementUIComponentSize, ElementUIHorizontalAlignment } from './component'
 
 import { ElAlert } from './alert'