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

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -