Refactor: update nuxt-module paths for components

pull/6454/merge
Mert Sincan 2025-01-13 10:06:33 +00:00
parent c1f3bdaf72
commit 992e8f59fb
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ function registerStyles(resolvePath: any, registered: any, moduleOptions: Module
styles.push({
name: `${item.as}Style`,
as: `${item.as}Style`,
from: resolvePath({ name: `${item.as}Style`, as: `${item.as}Style`, from: `primevue/${item.as.toLowerCase()}/style`, type: 'style' })
from: resolvePath({ name: `${item.as}Style`, as: `${item.as}Style`, from: `${item.from.toLowerCase()}/style`, type: 'style' })
})
);
}