mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-07 07:35:06 +08:00
feat: add vue3(element-plus)
This commit is contained in:
7
yudao-ui-admin-vue3/plopfile.js
Normal file
7
yudao-ui-admin-vue3/plopfile.js
Normal file
@ -0,0 +1,7 @@
|
||||
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)
|
||||
}
|
Reference in New Issue
Block a user