I'm using the vue-markdown package to render markdown. It seems to work except the images don't display. The file path is correct as I can have an img show up correctly
<img src="@/assets/7801_4_lang_image.png"><!-- shows up -->
<vue-markdown></vue-markdown><!-- doesn't show up -->
Changing the @ to .. doesn't change anything either, the top one displays but the bottom one doesn't. The case of png/PNG also doesn't matter. Am I referencing the image wrong?