mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
7 lines
142 B
JavaScript
7 lines
142 B
JavaScript
// @ts-check
|
|
import storeGenerator from './store-template/prompt.js'
|
|
|
|
export default plop => {
|
|
plop.setGenerator('store', storeGenerator)
|
|
}
|