Skip to content

Commit

Permalink
docs: adding periods (#2855)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylhein authored and posva committed Jul 18, 2019
1 parent b7715dc commit aeb09c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/essentials/named-views.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ It is possible to create complex layouts using named views with nested views. Wh
- `UserSettings` is the view component
- `UserEmailsSubscriptions`, `UserProfile`, `UserProfilePreview` are nested view components

**Note**: _Let's forget about how the HTML/CSS should look like to represent such layout and focus on the components used_
**Note**: _Let's forget about how the HTML/CSS should look like to represent such layout and focus on the components used._

The `<template>` section for `UserSettings` component in the above layout would look something like this:

Expand All @@ -62,7 +62,7 @@ The `<template>` section for `UserSettings` component in the above layout would
</div>
```

_The nested view components are omitted here but you can find the complete source code for the example above [here](https://jsfiddle.net/posva/22wgksa3/)_
_The nested view components are omitted here but you can find the complete source code for the example above [here](https://jsfiddle.net/posva/22wgksa3/)._

Then you can achieve the layout above with this route configuration:

Expand Down

0 comments on commit aeb09c3

Please sign in to comment.