mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Fixed #6007 - Nuxt autoimport component prefix: add typescript dynamic name support
This commit is contained in:
parent
76c7e48b8c
commit
298c7da576
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ export default defineNuxtModule<ModuleOptions>({
|
|||
if (autoImport) {
|
||||
Components(
|
||||
{
|
||||
dts: false,
|
||||
dts: true,
|
||||
resolvers: [
|
||||
PrimeVueResolver({
|
||||
components: moduleOptions.components,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue