docs: Update route.md (#1600)

Fix typo
This commit is contained in:
Yoshiki Shibukawa 2017-02-08 02:02:39 -05:00 committed by Pat Cavit
parent 23a1693c02
commit c7e0b204f8

View file

@ -385,7 +385,7 @@ var Layout = {
}
```
In the example above, the layout merely consists of a `<div class="layout">` that contains the children passed to the component, but in a real life scenario it could be as complex as neeeded.
In the example above, the layout merely consists of a `<div class="layout">` that contains the children passed to the component, but in a real life scenario it could be as complex as needed.
One way to wrap the layout is to define an anonymous component in the routes map: