mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-04 04:08:34 +08:00
fix: missing install & locale issue (#2647)
This commit is contained in:
parent
e3bf8ad3b3
commit
5b16f20725
@ -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,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user