Releases: element-plus/element-plus-nuxt
Releases · element-plus/element-plus-nuxt
v1.1.0
🚨 Breaking Changes
🚀 Features
View changes on GitHub
Migration Guide
If you have previously configured the imports attribute, you need to rewrite the configuration as follows.
export default defineNuxtConfig({
modules: [
'@element-plus/nuxt'
],
elementPlus: {
imports: [
- 'useLocale'
+ ['useLocale', 'es/hooks/use-locale/index.mjs']
],
}
})
v1.0.10
v1.0.9
v1.0.8
v1.0.7
🐞 Bug Fixes
View changes on GitHub
v1.0.6
No significant changes
View changes on GitHub
v1.0.5
🚀 Features
View changes on GitHub
v1.0.4
🐞 Bug Fixes
- Return all teleport parameters in renderTeleports - by @kakajansh in #44 (ecce2)
View changes on GitHub
v1.0.3
🚀 Features
🐞 Bug Fixes
- Transpile
element-plus
on build - by @HigherOrderLogic in #30 (c67a6)