I managed make it work
the problem I encountered is that the template text as html field’s options saved to database get sanitized, the Vue attribute v-if get auto removed, so the template after save is as following
finally there is error in web console
I manually set the options via bench console to solve the issue.
so if we got to integrate Vue, we need to adjust the sanitize_html function to support Vue attribute.


