refactor: add id btn
This commit is contained in:
parent
036f5e10a0
commit
4a6a97a413
1 changed files with 2 additions and 0 deletions
|
|
@ -403,6 +403,7 @@ onMounted(async () => {
|
||||||
|
|
||||||
<!-- เปลี่นนภาษา -->
|
<!-- เปลี่นนภาษา -->
|
||||||
<q-btn
|
<q-btn
|
||||||
|
id="btn-change-language"
|
||||||
round
|
round
|
||||||
unelevated
|
unelevated
|
||||||
:size="$q.screen.lt.sm ? 'sm' : ''"
|
:size="$q.screen.lt.sm ? 'sm' : ''"
|
||||||
|
|
@ -429,6 +430,7 @@ onMounted(async () => {
|
||||||
>
|
>
|
||||||
<q-list v-for="v in language" :key="v.value">
|
<q-list v-for="v in language" :key="v.value">
|
||||||
<q-item
|
<q-item
|
||||||
|
:id="`btn-change-language-${v.value}`"
|
||||||
v-if="!v.label.includes(currentLanguage)"
|
v-if="!v.label.includes(currentLanguage)"
|
||||||
clickable
|
clickable
|
||||||
@click="
|
@click="
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue