Explorar o código

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

fix #15802
NateScarlet %!s(int64=6) %!d(string=hai) anos
pai
achega
a6b2ce9e92
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'