删除无用的导入VNode

This commit is contained in:
yangd 2019-01-05 22:29:10 +08:00
parent a5722e4518
commit 99ddff9a65
17 changed files with 17 additions and 17 deletions

2
types/content.d.ts vendored
View file

@ -2,7 +2,7 @@
// Project: https://github.com/iview/iview
// Definitions by: yangdan
// Definitions: https://github.com/yangdan8/iview.git
import Vue, { VNode } from 'vue';
import Vue from 'vue';
export declare interface Content extends Vue {
}