fix(Nuxt): component override warnings (#838)
This commit is contained in:
parent
eff3e75466
commit
2cb767122a
|
|
@ -90,6 +90,7 @@ export default defineNuxtModule<ModuleOptions>({
|
||||||
name: `${prefix}${key}`, // name of the component to be used in vue templates
|
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
|
export: key, // (optional) if the component is a named (rather than default) export
|
||||||
filePath: resolve(filePath),
|
filePath: resolve(filePath),
|
||||||
|
priority: 1
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user