We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0c3ba commit 8f7c560Copy full SHA for 8f7c560
docs/public/examples/QPopupEdit/WithTable.vue
@@ -43,13 +43,10 @@
43
<q-td key="calcium" :props="props">
44
{{ props.row.calcium }}
45
<q-popup-edit v-model="props.row.calcium">
46
- <template v-slot:title>
+ <template v-slot="scope">
47
<div class="text-italic text-primary">
48
My Custom Title
49
</div>
50
- </template>
51
-
52
- <template v-slot="scope">
53
<q-input type="number" v-model.number="scope.value" dense autofocus @keyup.enter="scope.set" />
54
</template>
55
</q-popup-edit>
0 commit comments