From 885a7be15467b124f32927395d9df23e075a7afe Mon Sep 17 00:00:00 2001 From: NateScarlet Date: Fri, 31 May 2019 10:25:29 +0800 Subject: [PATCH] Chore: add missing import in element-ui.d.ts fix #15802 --- types/element-ui.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'