From 7d83909214cf5ac8f15163d49b7f8fd0a84a27ef Mon Sep 17 00:00:00 2001 From: tristan Date: Thu, 21 May 2026 10:45:06 +0200 Subject: [PATCH] =?UTF-8?q?fix=20:=20restreint=20le=20scan=20des=20composa?= =?UTF-8?q?nts=20aux=20.vue=20pour=20=C3=A9viter=20la=20collision=20MalioD?= =?UTF-8?q?ateWeek=20(#MUI-33)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- nuxt.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index 7331919..0d18156 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -12,6 +12,7 @@ export default defineNuxtConfig({ path: join(dir, 'app/components/malio'), prefix: 'Malio', pathPrefix: false, + extensions: ['vue'], }, ],