laravel-elixir-vueify icon indicating copy to clipboard operation
laravel-elixir-vueify copied to clipboard

It is not support const test = {...{aaa: 'aaa'}, ...{bbb:'bbb'}}.

Open Emiya0306 opened this issue 8 years ago • 1 comments

Just like title, the vurify is not support the ES6 syntax which is Object ...spread. Is there any support method?

Emiya0306 avatar Jun 29 '16 06:06 Emiya0306

I came here to second this, this currently does not work for me:

...
computed: {
    ...mapActions([ 'foobar' ]),
},
...

Is there any way to work around this?

andrecastelo avatar May 06 '17 15:05 andrecastelo