fix: menu的国际化demo
This commit is contained in:
@@ -81,7 +81,6 @@ Vue.use(Element, {
|
||||
|
||||
Vue.prototype.$langPre = {
|
||||
computedProp(suffix) {
|
||||
console.log(suffix)
|
||||
return localStorage.getItem('lang') + '_' + suffix
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user