Partials are not supported in Vue - this explains why and suggests the "Vue-way"
Feb 19, 2019
2
Level 23
VueJS Render Static HTML
This seems like an obvious or simple ANSWER, but I cannot seem to find an answer. How do I dynamically import a HTML FILE into a Vue component? NOT a template, but lets say I have an article-.html file that I want to pull in dynamically e.g. on click of post abstract show the above mentioned html file. In Laravel it would @include(‘path’) or AngularJS it would be ng-include(‘path)
Please or to participate in this conversation.