Refactor: update nuxt-module paths for components
parent
c1f3bdaf72
commit
992e8f59fb
|
@ -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…
Reference in New Issue