JonWatkins / vue-runtime-template-compiler

A simple Vue component to compile templates at runtime
https://jonwatkins.github.io/vue-runtime-template-compiler/
MIT License
42 stars 8 forks source link

Not only template, but custom data, function or methods #10

Open calebeaires opened 4 years ago

calebeaires commented 4 years ago

Imagine a scenario that the user not only give a template as string, but it give some function, methods and variables so they is injected at the Vue context.