fix(nuxt_module): component override warnings

This commit is contained in:
IllustrisJack 2024-10-28 13:03:28 +01:00
parent e0d4980e31
commit 20cd9f6d8d
No known key found for this signature in database
GPG Key ID: 1A5AEDF240F4ED01

View File

@ -90,6 +90,7 @@ export default defineNuxtModule<ModuleOptions>({
name: `${prefix}${key}`, // name of the component to be used in vue templates
export: key, // (optional) if the component is a named (rather than default) export
filePath: resolve(filePath),
priority: 1
})
})
}