mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Cosmetics
This commit is contained in:
parent
07f1921697
commit
ab677831bd
2 changed files with 8 additions and 4 deletions
|
@ -151,9 +151,13 @@ const createVeturAttributes = (component) => {
|
|||
};
|
||||
|
||||
Object.keys(fileModules).forEach((p) => {
|
||||
createWebTypes(fileModules[p][p]);
|
||||
createVeturTags(fileModules[p][p]);
|
||||
createVeturAttributes(fileModules[p][p]);
|
||||
const component = fileModules[p][p];
|
||||
|
||||
if (component) {
|
||||
createWebTypes(component);
|
||||
createVeturTags(component);
|
||||
createVeturAttributes(component);
|
||||
}
|
||||
});
|
||||
|
||||
!fs.existsSync(distDir) && fs.mkdirSync(distDir);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue