在网页上看到了data-v-xxxx是什么原因
当前位置:点晴教程→知识管理交流
→『 技术文档交流 』
现象:<div data-v-fcba8876 class="xxx"> aaa</div> 原因:<style scoped> @media (min-width: 250px) { .list-container:hover { background: orange; } } </style> The optional scoped attribute automatically scopes this CSS to your component by adding a unique attribute (such as data-v-21e5b78) to elements and compiling .list-container:hover to something like .list-container[data-v-21e5b78]:hover.
这是在标记vue文件中css时使用scoped标记产生的,因为要保证各文件中的css不相互影响,给每个component都做了唯一的标记,所以每引入一个component就会出现一个新的'data-v-xxx'标记 该文章在 2023/6/1 14:50:58 编辑过 |
关键字查询
相关文章
正在查询... |