Bläddra i källkod

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

fix #15802
NateScarlet 6 år sedan
förälder
incheckning
a6b2ce9e92
1 ändrade filer med 1 tillägg och 1 borttagningar
  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'