Add settings page to app.
This commit is contained in:
parent
52dd7c009f
commit
34bc38f0bf
4 changed files with 12 additions and 5 deletions
|
@ -5,7 +5,9 @@
|
|||
<div class='item'>
|
||||
<a route-to='friends-timeline' href="#">{{sitename}}</a>
|
||||
</div>
|
||||
<style-switcher></style-switcher>
|
||||
<div class='item right'>
|
||||
<router-link :to="{ name: 'settings'}"><i class="icon-cog"></i></router-link>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="container" id="content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue