mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Refactor: update nuxt-module paths for components
This commit is contained in:
parent
c1f3bdaf72
commit
992e8f59fb
1 changed files with 1 additions and 1 deletions
|
@ -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' })
|
||||
})
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue