修复webpack打包过程中报any类型错误的bug
This commit is contained in:
parent
f9e857cedf
commit
c1b0609380
1 changed files with 2 additions and 2 deletions
4
types/iview.components.d.ts
vendored
4
types/iview.components.d.ts
vendored
|
@ -65,8 +65,8 @@ export { Upload } from './upload';
|
|||
|
||||
declare const API: {
|
||||
version: string;
|
||||
locale: (l) => void;
|
||||
i18n: (fn) => void;
|
||||
locale: (l:any) => void;
|
||||
i18n: (fn:any) => void;
|
||||
install: (
|
||||
Vue: Vue,
|
||||
opts: {
|
||||
|
|
Loading…
Add table
Reference in a new issue