fix: more vue3 q-tables and v-model:value (#2717)

This commit is contained in:
dni ⚡
2024-09-27 15:18:56 +02:00
committed by GitHub
parent 7ad360d176
commit 953a466119
4 changed files with 7 additions and 7 deletions
@@ -6,7 +6,7 @@
<payment-list :wallet="activeWallet" />
</q-card>
</q-dialog>
<q-table :data="wallets" :columns="walletTable.columns">
<q-table :rows="wallets" :columns="walletTable.columns">
<template v-slot:header="props">
<q-tr :props="props">
<q-th auto-width></q-th>