Explorar el Código

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

fix #15802
NateScarlet hace 6 años
padre
commit
a6b2ce9e92
Se han modificado 1 ficheros con 1 adiciones y 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'