Skip to content

Commit

Permalink
Chore: add missing import in element-ui.d.ts
Browse files Browse the repository at this point in the history
fix #15802
  • Loading branch information
NateScarlet authored May 31, 2019
1 parent 1afce45 commit 885a7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/element-ui.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Vue from 'vue'
import Vue, { PluginObject } from 'vue'
import { ElementUIComponent, ElementUIComponentSize, ElementUIHorizontalAlignment } from './component'

import { ElAlert } from './alert'
Expand Down

0 comments on commit 885a7be

Please sign in to comment.