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
Post a Comment