mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Fix broken.
This commit is contained in:
parent
dbb2d6dd11
commit
d2f73e620a
1 changed files with 2 additions and 1 deletions
|
@ -591,6 +591,7 @@ const toggleTranslate = (windowId: string) => {
|
|||
const translateAvailable = () => {};
|
||||
|
||||
// Load user config via HTTP requests to the server.
|
||||
/*
|
||||
onMounted(async () => {
|
||||
const loadUserInfoData = await loadUserInfo();
|
||||
if (!loadUserInfoData.user) {
|
||||
|
@ -608,7 +609,7 @@ onMounted(async () => {
|
|||
// Use Google as the default translate provider
|
||||
translateProvider.value = loadUserInfoData.translate.provider || "google";
|
||||
console.log(langPrefDifferent);
|
||||
});
|
||||
});*/
|
||||
</script>
|
||||
<template>
|
||||
<div v-if="changeLangAnimation">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue