Skip to content

Commit 8f7c560

Browse files
committed
fix(docs): QPopupEdit with QTable example - references non-existent slot (title) in Qv2 #12993
1 parent 8d0c3ba commit 8f7c560

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/public/examples/QPopupEdit/WithTable.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,10 @@
4343
<q-td key="calcium" :props="props">
4444
{{ props.row.calcium }}
4545
<q-popup-edit v-model="props.row.calcium">
46-
<template v-slot:title>
46+
<template v-slot="scope">
4747
<div class="text-italic text-primary">
4848
My Custom Title
4949
</div>
50-
</template>
51-
52-
<template v-slot="scope">
5350
<q-input type="number" v-model.number="scope.value" dense autofocus @keyup.enter="scope.set" />
5451
</template>
5552
</q-popup-edit>

0 commit comments

Comments
 (0)