-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Description
Version
2.4.1
Reproduction link
https://codepen.io/anon/pen/dREmrV
Steps to reproduce
<template>
<!--hello-->
<div class="hello">
<h1>{{ msg }}</h1>
</div>
</template>
<script>
export default {
comments: true,
data () {
return {
msg: 'hello'
}
}
}
</script>
vue-cli
comments:true
The comment is gone
What is expected?
see link
What is actually happening?
use vue-cli
The comment is gone
YamiOdymel, Manyaka and gekkedev
Metadata
Metadata
Assignees
Labels
No labels