mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-05-10 17:23:59 +08:00
feat: remove the front-end console output related code
This commit is contained in:
parent
0dbe418335
commit
b28745c214
@ -59,7 +59,6 @@ export default {
|
|||||||
// Monitor current language changes
|
// Monitor current language changes
|
||||||
// 监听当前语言变动
|
// 监听当前语言变动
|
||||||
watch(locale, (newValue, oldValue) => {
|
watch(locale, (newValue, oldValue) => {
|
||||||
console.log("The new language is: " + locale.value);
|
|
||||||
i18n.global.locale = newValue;
|
i18n.global.locale = newValue;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user