fix: menu的国际化demo

This commit is contained in:
2023-11-24 14:21:35 +08:00
parent be5c7c5858
commit 929d52ecad
12 changed files with 75 additions and 13 deletions

View File

@@ -81,7 +81,6 @@ Vue.use(Element, {
Vue.prototype.$langPre = {
computedProp(suffix) {
console.log(suffix)
return localStorage.getItem('lang') + '_' + suffix
}
}