Skip to content

Commit 8eda3a4

Browse files
committed
chore(demo): fix >>> warn
1 parent 1b4046f commit 8eda3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/demo/src/components/GridDemo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default {
8787
flex: 1;
8888
}
8989
90-
.scroller >>> .hover img {
90+
.scroller :deep(.hover) img {
9191
opacity: 0.5;
9292
}
9393

0 commit comments

Comments
 (0)