Evan You
|
f66028b9cd
|
introduce tip + make v-for component key warning a tip + refactor web compiler entry
|
8 years ago |
Evan You
|
f59aef08e6
|
further improve end tag check (close #4408)
|
8 years ago |
Evan You
|
5ae63d9d2f
|
warn v-for component lists without explicit keys
|
8 years ago |
Eduardo San Martin Morote
|
974247fd8e
|
Add missing string handler in v-for (#4499)
Fix #4497
|
8 years ago |
Evan You
|
cc4c066989
|
fix coverage
|
8 years ago |
Evan You
|
cec833a9e8
|
implement new v-for iterator syntax (ref: #3073)
|
9 years ago |
Evan You
|
48a0d29e35
|
rename track-by -> key
|
9 years ago |
Evan You
|
f8ece6144a
|
improve waitForUpdate() syntax
|
9 years ago |
Evan You
|
d6ced71719
|
prohibit Vue.set/delete on Vue instances
|
9 years ago |
Evan You
|
07cf6444c6
|
return this in $mount, make unit tests more consistent
|
9 years ago |
Evan You
|
68372ea26b
|
update track-by usage
|
9 years ago |
Evan You
|
f0f2b76183
|
fix eslint
|
9 years ago |
Evan You
|
72b74a23e4
|
improve v-for unit tests
|
9 years ago |
Evan You
|
f550933334
|
fix unit tests in Firefox/Safari
|
9 years ago |
Jinjiang
|
657ba390c7
|
directives v-for v-html v-text v-show (#7)
* v-text & v-html tests
* new es2015 syntax
* passed v-html test
* fixed if/for/else render update bug
* fixed if/for/else render update bug
* added v-else with v-if test
* added v-if test with v-else and v-for
* fixed code format
* fixed Vue.delete bug
* v-for test
|
9 years ago |