Преглед изворни кода

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'