mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +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) {
|
if (autoImport) {
|
||||||
Components(
|
Components(
|
||||||
{
|
{
|
||||||
dts: false,
|
dts: true,
|
||||||
resolvers: [
|
resolvers: [
|
||||||
PrimeVueResolver({
|
PrimeVueResolver({
|
||||||
components: moduleOptions.components,
|
components: moduleOptions.components,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue