您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

17 行
185 B

  1. {{#if state}}
  2. const state = {}
  3. {{/if}}
  4. {{#if mutations}}
  5. const mutations = {}
  6. {{/if}}
  7. {{#if actions}}
  8. const actions = {}
  9. {{/if}}
  10. export default {
  11. namespaced: true,
  12. {{options}}
  13. }