Merge pull request #4449 from yangdan8/patch-2

修复webpack打包过程中报any类型错误的bug
This commit is contained in:
Aresn 2018-09-06 08:51:08 +08:00 committed by GitHub
commit f356c49298
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: {