first commit
This commit is contained in:
10
ui/generators/new/module/module.ejs.t
Normal file
10
ui/generators/new/module/module.ejs.t
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
to: src/state/modules/<%= h.changeCase.kebab(name) %>.js
|
||||
---
|
||||
export const state = {}
|
||||
|
||||
export const getters = {}
|
||||
|
||||
export const mutations = {}
|
||||
|
||||
export const actions = {}
|
||||
Reference in New Issue
Block a user