fix: remove log

This commit is contained in:
puriphatt 2024-06-18 02:01:58 +00:00
parent 2b44855585
commit c644cb3b05

View file

@ -130,7 +130,6 @@ watch(
onMounted(async () => {
const getCurLang = localStorage.getItem('currentLanguage');
console.log(getCurLang);
if (getCurLang) currentLanguage.value = getCurLang;
if (currentLanguage.value === 'English') {
locale.value = 'en-US';