-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Labels
Description
Vue.js version
2.0.0-rc.8
Reproduction Link
https://jsfiddle.net/Lcp6zekn/
Steps to reproduce
Add a style attribute with value 0, e.g. <div :style="{opacity: 0}"></div>
or <div :style="{padding: 0}"></div>
.
What is Expected?
The value is respected.
What is actually happening?
The value is ignored.