修复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: {
|
declare const API: {
|
||||||
version: string;
|
version: string;
|
||||||
locale: (l) => void;
|
locale: (l:any) => void;
|
||||||
i18n: (fn) => void;
|
i18n: (fn:any) => void;
|
||||||
install: (
|
install: (
|
||||||
Vue: Vue,
|
Vue: Vue,
|
||||||
opts: {
|
opts: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue