Skip to content

Commit

Permalink
Add components
Browse files Browse the repository at this point in the history
  • Loading branch information
Stormer0528 committed Sep 28, 2024
1 parent 477a708 commit 564ca26
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/generators/VueGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ export default class extends BaseGenerator {
]);

this.registerTemplates(`vue/`, [
// components
"components/foo/FooCreate.vue",
"components/foo/FooForm.vue",
"components/foo/FooList.vue",
"components/foo/FooShow.vue",
"components/foo/FooUpdate.vue",

// common components
"components/common/FormRepeater.vue",
Expand Down

0 comments on commit 564ca26

Please sign in to comment.