Answer the question
In order to leave comments, you need to log in
Vue.compile loses application context after template compilation, what's wrong?
after compiling the template with Vue.compile (and adding it to the page, respectively), the application context is lost. That is, if you try to do something like:
Vue.compile(`
<div>{{test}}</div>
`)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question