added navigation bar, always present at the moment
This commit is contained in:
parent
832e0f75bf
commit
e2dc9e4c0a
4 changed files with 47 additions and 0 deletions
|
@ -240,6 +240,10 @@
|
|||
</div>
|
||||
</div>
|
||||
<div id="app-content">
|
||||
<div id="navigation-bar">
|
||||
<button class="nav-item" @click="history.back()"><%- include('svg/chevron-left.svg') %></button>
|
||||
<button class="nav-item" @click="history.forward()"><%- include('svg/chevron-right.svg') %></button>
|
||||
</div>
|
||||
<!-- Artist Page -->
|
||||
<transition name="wpfade">
|
||||
<template v-if="page == 'artist-page' && artistPage.data.attributes">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue