I have following scenario: I use the v-if to dynamically compile and insert the partial html into DOM. Everytime, v-if condition goes to true, the contents of the partial will change. Unfortunately, it seems the next compilation behaves strange: "the changed part NOT compiled". I have read the document I have following scenario: I use the v-if to dy