TB
|
e396eb3445
|
fix(ref): allow ref key to be zero (#7676)
prevents missing elements when :ref value is "0"
fix #7669
|
7 years ago |
AchillesJ
|
6ad44e13e9
|
fix(ref): preserve ref on components after removing root element (#6718)
fix #6632, #6641
|
7 years ago |
AchillesJ
|
254d85cfc4
|
fix(ref): refactor function registerRef (#6039)
fix #5997
|
7 years ago |
Evan You
|
e7a2510e63
|
Revert "[WIP] Support for ref callback (#4807)"
This reverts commit acec8db2c4 .
|
8 years ago |
Rahul Kadyan
|
acec8db2c4
|
[WIP] Support for ref callback (#4807)
* ✨ Tests for ref callback
* ✨ Support for ref callback
* Add test of inline ref callback
* adjust ref implementation strategy
* fix patch ref registration
* fix tests
* fix flow
* fix test for phantomjs
|
8 years ago |
Evan You
|
5ae63d9d2f
|
warn v-for component lists without explicit keys
|
8 years ago |
Evan You
|
ce798c6f68
|
fix ref on empty component root (fix #3455)
|
8 years ago |
Evan You
|
397e64ad89
|
include templates in ref spec
|
8 years ago |
Evan You
|
68a73cfd19
|
support dynamic refs
|
9 years ago |
Evan You
|
c949c74986
|
change ref to a built-in attribute
|
9 years ago |
Evan You
|
41e46476a5
|
pass createElement into render functions
|
9 years ago |
Evan You
|
060fab9ec1
|
make ref a runtime module
|
9 years ago |
Evan You
|
bd12a68b02
|
add v-ref + v-for test case
|
9 years ago |
Blake Newman
|
79b29f7ba4
|
added ref directive tests (#2892)
|
9 years ago |
Evan You
|
2f0222b41c
|
layout test files
|
9 years ago |
Evan You
|
26b776fa81
|
add placeholders for unit tests
|
9 years ago |