Vue.js: How to include HTML file programmatically? -


i new vue.js. using following command include html file

     <?php  include("templates/property.html");  ?> 

this html file contains regular httml tags vue data, e.g. {{name}}}. can include file programatically in div element in click event of element?


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -