vuejs / vue-loader

📦 Webpack loader for Vue.js components
MIT License
4.99k stars 914 forks source link

Top level comment on the template prevent props to be binded in production build #1999

Closed GDX64 closed 2 years ago

GDX64 commented 2 years ago
<template>
 <!-- comment -->
<div></div>
</template>

A template like this is causing the passed props, styles and classes to not be binded to the component when compiled in production mode.

vue-bot commented 2 years ago

Hello, thank you for taking time filling this issue!

However, we kindly ask you to use our Issue Helper when creating new issues, in order to ensure every issue provides the necessary information for us to investigate. This explains why your issue has been automatically closed by me (your robot friend!).

I hope to see your helper-created issue very soon!