Vue


scoped

<p>当父组件的 &lt;style&gt; 标签中使用 scoped</p> <pre><code class="language-css">&amp;lt;style scoped&amp;gt; .hello { color: red; } &amp;lt;/style&amp;gt;</code></pre> <p>这个 css 只会作用于当前组件 特别注意:若子组件的根节点也有 .hello ,那么也会受到此影响</p>

页面列表

ITEM_HTML