mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-02-23 13:02:16 +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
|
||||
// 监听当前语言变动
|
||||
watch(locale, (newValue, oldValue) => {
|
||||
console.log("The new language is: " + locale.value);
|
||||
i18n.global.locale = newValue;
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user