采用::v-deep
可接受的答案不适用于
scopedSASS / SCSS,但可以
::v-deep:
::v-deep .child-class { background-color: #000;}如果您不使用SASS / SCSS,请使用以下
>>>语法:
>>> .child-class { background-color: #000;}使用
::v-deep或时
>>>,
<style>此组件的标签必须为
scoped:
<style scoped>
编辑(10/1/2019):额外信息 :
- 该
/deep/
语法被弃用 sass
并且dart-sass
不支持/deep/
,只有node-sass
不- Vuetify 2不支持
/deep/
(因为它不支持node-sass
)



