From b62721f99df518759c8584c713e93cdae6cba05c Mon Sep 17 00:00:00 2001 From: iamkun Date: Mon, 3 Jun 2019 16:03:25 +0800 Subject: [PATCH] Chore: update infiniteScroll type (#15855) --- 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 e35fe0cd6..072ae9102 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'