在網頁上看到了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 編輯過 |
關鍵字查詢
相關文章
正在查詢... |