diff --git a/.playground/pages/composant/filtre/filtres.vue b/.playground/pages/composant/filtre/filtres.vue new file mode 100644 index 0000000..9a3ed44 --- /dev/null +++ b/.playground/pages/composant/filtre/filtres.vue @@ -0,0 +1,88 @@ + + + diff --git a/.playground/playground.nav.ts b/.playground/playground.nav.ts index 1ba40a5..d7d6eeb 100644 --- a/.playground/playground.nav.ts +++ b/.playground/playground.nav.ts @@ -71,6 +71,7 @@ export const navSections: SidebarSection[] = [ {label: 'Heure', to: '/composant/time/time'}, {label: 'Sélecteur de site', to: '/composant/site/siteSelector'}, {label: 'Formulaire client', to: '/composant/form/client'}, + {label: 'Filtres', to: '/composant/filtre/filtres'}, ], }, ]