YOU
|
61930e0cc6
|
chore(test): fix some typos (#5101)
|
8 years ago |
chengchao
|
be9210fc78
|
update dom prop for option.value (fix #4494) (#4505)
* update dom prop for option.value
* refactor value update logic
|
8 years ago |
chengchao
|
183bd43c3e
|
fix v-bind.prop parse (fix #4432) (#4435)
* reset isProp value
* add test case
* update test case
* fix typo
|
8 years ago |
Evan You
|
03043b9081
|
support .camel modifier
|
8 years ago |
Evan You
|
59b2a0eeb3
|
support class/style in v-bind object
|
8 years ago |
Evan You
|
f31366c60e
|
add tests for some :class and v-bind edge cases
|
8 years ago |
Evan You
|
609054ef10
|
remove bind.prop shorthand
|
8 years ago |
Evan You
|
154e17abae
|
support binding DOM properties with .prop modifier and :: shorthand
|
8 years ago |
Evan You
|
cb915d0120
|
fix linting issues
|
9 years ago |
Evan You
|
5594a7cd3d
|
tests for v-bind object
|
9 years ago |
Evan You
|
f8ece6144a
|
improve waitForUpdate() syntax
|
9 years ago |
Evan You
|
07cf6444c6
|
return this in $mount, make unit tests more consistent
|
9 years ago |
Evan You
|
6593be9f75
|
update unit tests convention + basic component tests
|
9 years ago |
Evan You
|
5fb1a549d2
|
make attr behavior more consistent + fix tests
|
9 years ago |
Takuya Tejima
|
ae78813606
|
[Vue 2.0] Fix BooleanAttr & EnumeratedAttr serialization (#2810)
* fix attr serialization
* Add attribute test cases
|
9 years ago |
Evan You
|
2f0222b41c
|
layout test files
|
9 years ago |
Evan You
|
26b776fa81
|
add placeholders for unit tests
|
9 years ago |