Browse Source

Add settings button to header bar

sbkwgh 8 years ago
parent
commit
c5ff76799b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/App.vue

+ 3 - 0
src/App.vue

@@ -77,6 +77,9 @@
 			</div>
 			<div class='header__group'>
 				<template v-if='$store.state.username'>
+					<button @click='$router.push("/settings")' class='button button--blue' >
+						Settings
+					</button>
 					<loading-button @click='logout' class='button--blue' :loading='loadingLogout'>
 						Log out
 					</loading-button>