refactor: profile menu id
This commit is contained in:
parent
69827d61bd
commit
d818e9e027
1 changed files with 6 additions and 1 deletions
|
|
@ -337,7 +337,12 @@ onMounted(async () => {
|
|||
<div class="column col-12">
|
||||
<q-separator />
|
||||
<div class="column justify-center">
|
||||
<q-list :dense="true" v-for="op in options" :key="op.label">
|
||||
<q-list
|
||||
:dense="true"
|
||||
v-for="op in options"
|
||||
:key="op.label"
|
||||
:id="op.label"
|
||||
>
|
||||
<q-item
|
||||
v-if="op.label !== 'menu.profile.mode'"
|
||||
clickable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue