fix: missing install & locale issue (#2647)

This commit is contained in:
msidolphin 2021-07-24 00:47:20 +08:00 committed by GitHub
parent e3bf8ad3b3
commit 5b16f20725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,9 +55,16 @@ const install = (app: App, opt: InstallOptions): void => {
})
}
export { version }
const locale = setLocale
export {
version,
install,
locale,
}
export default {
version,
install,
locale,
}