fix: use :deep() selector instead of ::v-deep
This commit is contained in:
parent
f496c9d678
commit
87d2b4fed3
15 changed files with 31 additions and 31 deletions
|
|
@ -164,7 +164,7 @@ $defer-task-max-width: 350px + 100px;
|
|||
margin: .5rem 0;
|
||||
}
|
||||
|
||||
::v-deep {
|
||||
:deep() {
|
||||
input.input {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue