We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6400d48 commit 45fcbfcCopy full SHA for 45fcbfc
plop-templates/store/prompt.js
@@ -19,7 +19,7 @@ export default {
19
const actions = [
20
{
21
type: 'add',
22
- path: 'src/store/{{camelCase name}}.ts',
+ path: 'src/store/modules/{{camelCase name}}.ts',
23
templateFile: 'plop-templates/store/index.hbs',
24
},
25
]
0 commit comments