fix: remove log
This commit is contained in:
parent
2b44855585
commit
c644cb3b05
1 changed files with 0 additions and 1 deletions
|
|
@ -130,7 +130,6 @@ watch(
|
||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
const getCurLang = localStorage.getItem('currentLanguage');
|
const getCurLang = localStorage.getItem('currentLanguage');
|
||||||
console.log(getCurLang);
|
|
||||||
if (getCurLang) currentLanguage.value = getCurLang;
|
if (getCurLang) currentLanguage.value = getCurLang;
|
||||||
if (currentLanguage.value === 'English') {
|
if (currentLanguage.value === 'English') {
|
||||||
locale.value = 'en-US';
|
locale.value = 'en-US';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue