chengchao
8f7c49c9ba
Remove old static style when applying style update ( fix #4227 ) ( #4235 )
* both static style and stylebinding should be removed
* update test case
* update test case
8 years ago
Dexter Miguel
f80231773e
destroyed elements pass their styles onto others that are similar ( #4232 )
8 years ago
Evan You
438b51793f
fix style merging assertion in IE
8 years ago
chengchao
e960cd104e
enable style merge behavior between parent-child components ( fix #3997 ) ( #4138 )
* merge style between components
* update test case
* update style compiler
* add paren to style binding code
* update background property parsing
* introduce interpolation warning and refactor var to const
8 years ago
Evan You
4b8eb75c7a
fix coverage
8 years ago
Evan You
6d4bdb5ff1
fix style binding for falsy numbers ( fix #3816 )
8 years ago
Evan You
69ba01e7d4
support :style binding to strings ( fix #3379 )
8 years ago
Evan You
cb915d0120
fix linting issues
9 years ago
Evan You
54e648e49f
include patch process in watcher getter to ensure correct dep collection for deep updates
9 years ago
Evan You
df73cbf0a8
remove v-bind:style important test case due to phantomjs inconsistency
9 years ago
Brendan Bowidas
93bfc9baa7
Unit tests for v-bind:style ( #2932 )
* begin unit tests for v-bind:style
* add unit tests for v-bind:style directive
9 years ago
Evan You
2f0222b41c
layout test files
9 years ago
Evan You
26b776fa81
add placeholders for unit tests
9 years ago