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

fix #15802
pull/16181/head
NateScarlet 2019-05-31 10:25:29 +08:00 committed by island205
parent 1afce457e7
commit a6b2ce9e92
1 changed files with 1 additions and 1 deletions

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'