JeffreyWay / laravel-elixir-vueify

This is a very thin wrapper for Laravel Elixir and the Browserify Vueify plugin.
156 stars 30 forks source link

can not support async component pattern with elixir-vueify browserify toolchain? #16

Open cnweibo opened 8 years ago

cnweibo commented 8 years ago

Hi, jeffery, I have followed you in laracasts and vueify some small components. One of my component is async resolved component. I have not figured out how to make that work. I have asked vue author with following bug: https://github.com/vuejs/vueify/issues/86#event-664556787

They told me it is browserify toolchain ' responsibility to split code. I do not know how to solve that. Can you help to check, if it is the laravel-elixir browserify issue, please update the toolchain or document. If not, please give me some clue for it.

Thanks~!