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

fix #15802
This commit is contained in:
NateScarlet
2019-05-31 10:25:29 +08:00
committed by island205
parent 1afce457e7
commit a6b2ce9e92

View File

@@ -1,4 +1,4 @@
import Vue from 'vue'
import Vue, { PluginObject } from 'vue'
import { ElementUIComponent, ElementUIComponentSize, ElementUIHorizontalAlignment } from './component'
import { ElAlert } from './alert'