Prechádzať zdrojové kódy

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

fix #15802
NateScarlet 6 rokov pred
rodič
commit
a6b2ce9e92
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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'