fix : restreint le scan des composants aux .vue pour éviter la collision MalioDateWeek (#MUI-33)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-21 10:45:06 +02:00
parent e4f4771020
commit 7d83909214

View File

@@ -12,6 +12,7 @@ export default defineNuxtConfig({
path: join(dir, 'app/components/malio'),
prefix: 'Malio',
pathPrefix: false,
extensions: ['vue'],
},
],