From 953a466119f1d2e50a6e8e7d788c0cd2092e7a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Fri, 27 Sep 2024 15:18:56 +0200 Subject: [PATCH] fix: more vue3 q-tables and v-model:value (#2717) --- lnbits/core/templates/core/extensions.html | 2 +- lnbits/core/templates/node/_tab_transactions.html | 8 ++++---- lnbits/core/templates/users/_walletDialog.html | 2 +- lnbits/core/templates/users/index.html | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lnbits/core/templates/core/extensions.html b/lnbits/core/templates/core/extensions.html index 427883a0..68263749 100644 --- a/lnbits/core/templates/core/extensions.html +++ b/lnbits/core/templates/core/extensions.html @@ -787,7 +787,7 @@ swipeable animated v-model="slide" - :fullscreen.sync="fullscreen" + v-model:fullscreen="fullscreen" thumbnails infinite :autoplay="autoplay" diff --git a/lnbits/core/templates/node/_tab_transactions.html b/lnbits/core/templates/node/_tab_transactions.html index 3d954503..efeec196 100644 --- a/lnbits/core/templates/node/_tab_transactions.html +++ b/lnbits/core/templates/node/_tab_transactions.html @@ -94,9 +94,9 @@ - +