6d9afa9c
yangd
修改d.ts中的类名,并添加全局方...
|
1
2
3
4
5
6
7
8
|
// Type definitions for iview 3.0.1
// Project: https://github.com/iview/iview
// Definitions by: yangdan
// Definitions: https://github.com/yangdan8/iview.git
import Vue, { VNode } from 'vue';
export declare class Drawer extends Vue {
}
|