I am looking for a way to import HTML content from a file which is in
/src/activities/0/2/content.html
The two numbers are variables.
I need to do something like
mounted(){
this.foo = require('/src/activities/0/2/content.html')
}
<div>
{{ foo }}
</div>
But I do not find a way to do this. If someone knows a solution, it will be very helpful.
Thank you