Add documentation

This commit is contained in:
2024-03-29 12:52:15 +01:00
parent 4aca08d89a
commit da6159861d
11 changed files with 67 additions and 15 deletions

View File

@@ -243,7 +243,7 @@ onMounted(fetch_menu);
<div class="flex-auto">
<div class="flex flex-col start-0">
<span class="font-extrabold font-mono">Country in which search product</span>
<span class="font-extrabold font-mono">Country to search in</span>
</div>
<div class="">
<multiselect @select="selectCurrency" placeholder="All" :close-on-select="true" :multiple="false" v-model="settingsStore.country" :options="scountry_list" label="name" track-by="code">
@@ -255,7 +255,7 @@ onMounted(fetch_menu);
</div>
<div class="flex-auto">
<div class="flex flex-col start-0">
<span class="font-extrabold font-mono">Countries in which compare</span>
<span class="font-extrabold font-mono">Countries to compare with</span>
</div>
<div>
<multiselect placeholder="All" @remove="selectCountry" @select="selectCountry" :close-on-select="false" :multiple="true" v-model="settingsStore.countries" :options="ccountry_list" label="name" track-by="name">