mirror of
https://github.com/exane/not-gwent-online
synced 2025-06-24 11:14:20 +00:00
assets
client
public
server
site
client
app
modules
deck-builder
inner
components
views
chat.html
inner.html
navigation.html
search-match.html
landing
lobby
app.js
routes.js
assets
app.blade.php
gulpfile.js
package.json
public
server
test
.gitignore
gulpfile.js
package.json
12 lines
272 B
HTML
12 lines
272 B
HTML
<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>
|