diff --git a/types/element-ui.d.ts b/types/element-ui.d.ts index e35fe0cd6d3..072ae910266 100644 --- a/types/element-ui.d.ts +++ b/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'