Merge pull request #1436 from alexander-travov/rewrite
Fix broken link in migration docs
This commit is contained in:
commit
50426a4d20
1 changed files with 1 additions and 1 deletions
|
|
@ -499,7 +499,7 @@ m("svg",
|
|||
|
||||
## Nested arrays in views
|
||||
|
||||
Arrays now represent [fragments](fragments.md), which are structurally significant in v1.x virtual DOM. Whereas nested arrays in v0.2.x would be flattened into one continuous list of virtual nodes for the purposes of diffing, v1.x preserves the array structure - the children of any given array are not considered siblings of those of adjacent arrays.
|
||||
Arrays now represent [fragments](fragment.md), which are structurally significant in v1.x virtual DOM. Whereas nested arrays in v0.2.x would be flattened into one continuous list of virtual nodes for the purposes of diffing, v1.x preserves the array structure - the children of any given array are not considered siblings of those of adjacent arrays.
|
||||
|
||||
***
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue