Releases: jzfai/vue3-admin-electron
Releases · jzfai/vue3-admin-electron
v2.1.0
v2.0.5
v2.0.2
v2.0.0
v1.4.3
update log
v1.4.3
Features
**add the sub menu scss var config **
Bug fixes
- fix the error of errorLog.vue http://8.135.1.141/vue3-admin-plus/#/error-log/list
devDependencies
//update
"vite": "~2.8.6",
"element-plus": "~2.0.5",
How to migrate
See how to migrate from ElementUI to Element Plus in our dedicated discussion:
v1.4.0
update log
v1.4.0
Features
update element-plus version to 2.0.1 release version
remove the mixin instance of hooks and proxy key using
import the "unplugin-auto-import unplugin-vue-components" plugin to auto import the "Dependencies" such as "vue"
Bug fixes
- fix the error of errorLog.vue http://8.135.1.141/vue3-admin-plus/#/error-log/list
devDependencies
//update
"vite": "2.7.13",
"element-plus": "2.0.1",
"vue": "3.2.29",
//add
"unplugin-auto-import": "0.5.11",
"unplugin-vue-components": "0.17.14",
"vite-plugin-vue-setup-extend": "0.4.0",
How to migrate
See how to migrate from ElementUI to Element Plus in our dedicated discussion: