fix: add unique keys for v-for loops in MainPage.vue
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
This commit is contained in:
parent
dc9f2b9e75
commit
466809e4cf
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ onMounted(async () => {
|
|||
<section class="scroll q-gutter-y-sm">
|
||||
<q-expansion-item
|
||||
v-for="v in dataManual"
|
||||
:key="v.labelEN"
|
||||
:content-inset-level="0.5"
|
||||
class="rounded overflow-hidden bordered"
|
||||
dense
|
||||
|
|
@ -53,6 +54,7 @@ onMounted(async () => {
|
|||
|
||||
<q-item
|
||||
v-for="x in v.page"
|
||||
:key="x.labelEN"
|
||||
clickable
|
||||
dense
|
||||
class="dot items-center rounded q-my-xs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue