From 6348c55e3726ba68047c66cab5069ce122449f7b Mon Sep 17 00:00:00 2001 From: Padreug Date: Sat, 16 May 2026 18:04:40 +0200 Subject: [PATCH] fix(v2)(ui): split v-text from children in deposit dialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Vue compile error 56: `v-text` on an element with explicit children (the `` slot) is conflicting — v-text replaces innerHTML, so the tooltip would be silently discarded and Vue refuses to compile the template at all. Move the currency-code text into a `` sibling of the `` inside the chip. Same render output; valid template. Regression from d2e6827. Co-Authored-By: Claude Opus 4.7 (1M context) --- templates/satmachineadmin/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/satmachineadmin/index.html b/templates/satmachineadmin/index.html index c43450c..0886776 100644 --- a/templates/satmachineadmin/index.html +++ b/templates/satmachineadmin/index.html @@ -1143,8 +1143,8 @@