can this situation do not show class
html attr?
#12472
zhangenming
started this conversation in
General Discussions
Replies: 2 comments
-
see #3173 |
Beta Was this translation helpful? Give feedback.
0 replies
-
A workaround may be: [class]:not([class=""]) {
color: red
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example,
<div :class="{isA:false, isB:false}">1</div>
I don't want him to match the css style below
Because logically I don't think he has any pattern
https://play.vuejs.org/#eNp9k0FPgzAUx78K9sJFmGYeDMElanbQgxr1ti6GwNtkK23TFmRZ+O6+Fpk4l4ZL+/6//t/r62NPbqWMmxpIQlKdq1KaQIOp5YxyytNJH+o3BirJMgO4C4K0KJsgyVmm9Q0lvGaMktllOsHwCb3mBaxKDoUPWmVMgw+48Ilh6FP3nVfdwi5x6b3YYulVncEfxH6InUXRccI2CR0e+hP+QCPTIIqc8djW4f9cBpMTCQYpOPZNJ6NHxq02O2aXi/5EGC6DvXXJBRMqCRQ+KO/cnDiQnBOjc8FX5TreaMFxqBxOSS4qWTJQz9KUgmtKkt7Iahlj4uvRxYyq4XyI55+Qb0/EN7q1MUpeFGhQDc7MQTOZWoPp5fnbE7S4PoiVKGqGtEd8BS1YbWvssTucXCx7xLlqHyoplCn5+l3PWwNcD5eyhVqyczwl+Gfde67+W+40vnLnsJ/YxY8GlPXEBqIQT69J9w2d4y1o
Beta Was this translation helpful? Give feedback.
All reactions