laravel-elixir-vueify
laravel-elixir-vueify copied to clipboard
It is not support const test = {...{aaa: 'aaa'}, ...{bbb:'bbb'}}.
Just like title, the vurify is not support the ES6 syntax which is Object ...spread. Is there any support method?
I came here to second this, this currently does not work for me:
...
computed: {
...mapActions([ 'foobar' ]),
},
...
Is there any way to work around this?