diff --git a/demo-app/main.js b/demo-app/main.js index 62d8b9c3..eb506343 100644 --- a/demo-app/main.js +++ b/demo-app/main.js @@ -1,5 +1,4 @@ import VueDsfr from '@/index' -import { Icon } from '@iconify/vue' import { createApp } from 'vue' import App from './App.vue' @@ -14,7 +13,6 @@ import '@gouvfr/dsfr/dist/utility/icons/icons.main.min.css' createApp(App) .use(router) - .component('Icon', Icon) .use(VueDsfr) .mount('#app') diff --git a/demo-app/views/AppHome.vue b/demo-app/views/AppHome.vue index da9f6f60..045d6eeb 100644 --- a/demo-app/views/AppHome.vue +++ b/demo-app/views/AppHome.vue @@ -70,7 +70,7 @@ const onClick = () => { }, 2000) } -const expandedId = ref('') +const activeAccordion = ref(-1)