I have a Vue application (2.6.0) which I've just started commenting the template for. I'm using this sort of comment syntax:
<--! This component maps communities and allows you to add new ones -->
Unfortunately, it is showing up inside my components when rendered. How do I make this stop?