现象: 在Vue开发中,会遇到html被浏览器解析后,在标签中出现’data-v-xxxxx’标记,如下: aaa 原因: 来看官方解释: <style scoped> @media (min-width: 250px) { .list-container:hover { background: orange; } } </style> The optional scoped attribute automatically scopes this CSS to your component