mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 06:29:30 -07:00
Component Boom
This commit is contained in:
@@ -30,8 +30,8 @@ Object.values(paths).forEach((dir) => {
|
||||
|
||||
const files = [
|
||||
path.join(paths.content, `${componentName}.vue`),
|
||||
path.join(paths.demo, `${componentName}Demo.jsx`),
|
||||
path.join(paths.constants, `${componentNameLower}Code.js`),
|
||||
path.join(paths.demo, `${componentName}Demo.vue`),
|
||||
path.join(paths.constants, `${componentNameLower}Code.ts`),
|
||||
];
|
||||
|
||||
files.forEach((file) => {
|
||||
|
||||
Reference in New Issue
Block a user