From 16514d7f9684d23b755ac9f6021d1bb5f1fe3232 Mon Sep 17 00:00:00 2001 From: tristan Date: Tue, 9 Jun 2026 17:12:28 +0200 Subject: [PATCH] =?UTF-8?q?fix(playground)=20:=20displayTag=20pass=C3=A9?= =?UTF-8?q?=20en=20bool=C3=A9en=20sur=20SelectCheckbox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `displayTag="true"` (string) déclenchait un warning de type Vue (Expected Boolean, got String). Passage en `:display-tag="true"`. Co-Authored-By: Claude Opus 4.8 (1M context) --- .playground/pages/composant/select/selectCheckbox.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.playground/pages/composant/select/selectCheckbox.vue b/.playground/pages/composant/select/selectCheckbox.vue index f9e1a77..6ab5f00 100644 --- a/.playground/pages/composant/select/selectCheckbox.vue +++ b/.playground/pages/composant/select/selectCheckbox.vue @@ -13,7 +13,7 @@ @@ -22,7 +22,7 @@