This commit is contained in:
USER-20220102CG\noblelift
2023-11-08 10:35:29 +08:00
parent 0a6c861cfc
commit ddf320c40b
1888 changed files with 77366 additions and 35036 deletions

View File

@@ -1,7 +0,0 @@
const viewGenerator = require('./plop-templates/view/prompt')
const componentGenerator = require('./plop-templates/component/prompt')
module.exports = function(plop) {
plop.setGenerator('view', viewGenerator)
plop.setGenerator('component', componentGenerator)
}