選択できるのは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. }