Skip to content

Commit cc9bb1a

Browse files
committed
fix: 修复自动生成 store 文件目录错误
1 parent 35af83a commit cc9bb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎plop-templates/store/prompt.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default {
1919
const actions = [
2020
{
2121
type: 'add',
22-
path: 'src/store/{{camelCase name}}.ts',
22+
path: 'src/store/modules/{{camelCase name}}.ts',
2323
templateFile: 'plop-templates/store/index.hbs',
2424
},
2525
]

0 commit comments

Comments
 (0)