修复webpack打包过程中报any类型错误的bug

This commit is contained in:
yangdan8 2018-09-05 13:26:48 +08:00 committed by GitHub
parent f9e857cedf
commit c1b0609380
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: {