Translation correction
This commit is contained in:
parent
f0381b07a1
commit
6285f10f36
@ -20,9 +20,6 @@
|
||||
currentPath.value = window.location.hash
|
||||
})
|
||||
|
||||
function refreshPage() {
|
||||
window.location.reload();}
|
||||
|
||||
const currentView = computed(() => {
|
||||
return apps[currentPath.value.slice(1) || '/']
|
||||
})
|
||||
@ -63,10 +60,10 @@
|
||||
<div class="dropdown-content">Langage</div>
|
||||
<ul style="list-style-type:none;">
|
||||
<li style=" margin-bottom:10px;margin-right:20px;float:left; font-size:10px; color:black;">
|
||||
<button @:click="setLang('en');refreshPage();" href="#home">EN</button>
|
||||
<button @:click="setLang('en');" href="#home">EN</button>
|
||||
|
||||
</li>
|
||||
<li style="float:left;font-size:10px; color:black;"><button @:click="setLang('fr');refreshPage();" href="#home">FR</button></li>
|
||||
<li style="float:left;font-size:10px; color:black;"><button @:click="setLang('fr');" href="#home">FR</button></li>
|
||||
</ul>
|
||||
<div style='align-items:center;'>
|
||||
<a style="cursor:pointer;font-size:20px;" href="#/profil" class="dropdown-content">
|
||||
|
Loading…
Reference in New Issue
Block a user