::v-deep usage as a combinator has been deprecated. Use :deep(<inner-selector>) instead #299
Bigredorange
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
in terminal, I got warning message , ::v-deep usage as a combinator has been deprecated. Use :deep() instead, I think ,I don't have to provide child pseudo element( ::v-deep (.child))
I just want use like this,
::v-deep {
.xxx
}
after complied
[v-data-xxxxxxx] .xxx
and NO WARNING Message
Beta Was this translation helpful? Give feedback.
All reactions