FlowPacs/yudao-ui-admin-vue3/plopfile.js
2022-07-18 19:06:37 +08:00

8 lines
254 B
JavaScript

const viewGenerator = require('./plop/view/prompt.js')
const componentGenerator = require('./plop/component/prompt.js')
module.exports = function (plop) {
plop.setGenerator('view', viewGenerator)
plop.setGenerator('component', componentGenerator)
}