vuejs / component-compiler-utils

Lower level utilities for compiling Vue single file components
319 stars 75 forks source link

VueJS not rendering component on jquery ajax load #44

Closed rajvinoth227 closed 5 years ago

rajvinoth227 commented 5 years ago

I have html via AJAX call which contain components. my problem is component-a is not rending, is it possible in jquery ajax load? i tried vm.compile() and vm.$forceUpdate() on .load callback but nothing happens.

posva commented 5 years ago

Hi, thanks for your interest but Github issues are for bug reports and feature requests only. You can ask questions on the forum, the Discord server, gitter or StackOverflow.

rajvinoth227 commented 5 years ago

Thanks for your reply..If you have any idea about this issues let me know