From 734c7aba2f472b4d14cdcf34e21ed94a6d443202 Mon Sep 17 00:00:00 2001 From: tristan Date: Wed, 3 Jun 2026 15:56:08 +0200 Subject: [PATCH] docs(playground) : page DIVERS regroupant tous les champs readonly Co-Authored-By: Claude Opus 4.8 (1M context) --- .../pages/composant/divers/readonly.vue | 233 ++++++++++++++++++ .playground/playground.nav.ts | 1 + 2 files changed, 234 insertions(+) create mode 100644 .playground/pages/composant/divers/readonly.vue diff --git a/.playground/pages/composant/divers/readonly.vue b/.playground/pages/composant/divers/readonly.vue new file mode 100644 index 0000000..582be56 --- /dev/null +++ b/.playground/pages/composant/divers/readonly.vue @@ -0,0 +1,233 @@ + + + diff --git a/.playground/playground.nav.ts b/.playground/playground.nav.ts index a3c4a58..c10706f 100644 --- a/.playground/playground.nav.ts +++ b/.playground/playground.nav.ts @@ -69,6 +69,7 @@ export const navSections: SidebarSection[] = [ label: 'DIVERS', icon: 'mdi:dots-horizontal', items: [ + {label: 'Champs readonly', to: '/composant/divers/readonly'}, {label: 'Heure', to: '/composant/time/time'}, {label: 'Sélecteur de site', to: '/composant/site/siteSelector'}, {label: 'Formulaire client', to: '/composant/form/client'},