fix(nuxt_module): component override warnings
This commit is contained in:
parent
e0d4980e31
commit
20cd9f6d8d
|
|
@ -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
|
||||
})
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user