alexjoverm / v-runtime-template

Vue component for compiling templates on the fly using a v-html like API
MIT License
605 stars 72 forks source link

How can we add a complete component instead of a template? #85

Open hkmsadek opened 2 years ago

hkmsadek commented 2 years ago

Lets say we want user to add his own methods, data properties and logics along with the template code. How can we allow all these dynamic loaded from ajax?