Skip to content

css
    .a >>> .b {
        ***
    }

vue
    /deep/ .a {
        ***
    }

vue
::v-deep .a{
    ***
}