mirror of
https://github.com/exane/not-gwent-online
synced 2025-08-30 05:57:30 +00:00
redefine app structure
This commit is contained in:
11
site/client/app/modules/inner/views/navigation.html
Normal file
11
site/client/app/modules/inner/views/navigation.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<nav>
|
||||
<ul>
|
||||
<li v-repeat="nav: navigation">
|
||||
<a v-link="{{ nav.route }}" class="{{ route.path == nav.route ? 'active' : '' }}">
|
||||
{{ nav.name }}
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="sub-nav" v-on="click: searchMatch"><a>Quick Match</a></li>
|
||||
</ul>
|
||||
</nav>
|
Reference in New Issue
Block a user