vuejs / laravel-elixir-vue-2

Laravel Elixir Vue 2.0 support plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue and Babel

jamesstar89 opened this issue · comments

On a new Vue instance, can you do created: () => { } instead of created: function () { } ?

Thank you.

No, because inside arrow functions this will not be pointing to the Vue instance, unless you don't intend to use this in the created hook.