search

Home  >  Q&A  >  body text

javascript - vuex ...mapActions error reporting


build.js:11790 ./~/babel-loader/lib!./~/vue-loader/lib/selector.js?type=script&index=0!./src/view/app.vue
Module build failed: SyntaxError: G:/newDome/src/view/app.vue: Unexpected token (20:8)

阿神阿神2736 days ago854

reply all(2)I'll reply

  • 天蓬老师

    天蓬老师2017-06-05 11:12:30

    The curly braces are written wrong
    It should be
    ...mapActions(['cz'])

    reply
    0
  • 世界只因有你

    世界只因有你2017-06-05 11:12:30

    methods: {
        ...mapActions(['cz'])
    }

    reply
    0
  • Cancelreply