Load video from assets folder
[issue link]I’m not able to load a video from assets folder, I know this might be solved in #1224. I tried both ~/assets/... and ~assets/... but I can’t make it work.
My component:
<template>
<div>
<video src="~assets/video.mp4">
<p>Your browser does not support the video tag.</p>
</video>
</div>
</template>
My assets folder:
Am I doing something wrong?