Skip to content

Commit df8dc60

Browse files
committed
Remove showGallery method, just point to the /gallery route and separate component
1 parent 2a3dec8 commit df8dc60

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/Control.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
</v-btn>
8080
</v-flex>
8181
<v-flex xs12 sm12>
82-
<v-btn large color="blue-grey darken-1" class="controlBtn" v-on:click="showGallery()">
82+
<v-btn large color="blue-grey darken-1" class="controlBtn" to="/gallery">
8383
Galleria
8484
<v-icon dark>photo_library</v-icon>
8585
</v-btn>
@@ -191,7 +191,6 @@ export default {
191191
}.bind(this), 1000)
192192
}.bind(this))
193193
},
194-
showGallery() {},
195194
pollStatus() {
196195
let axios = this.$axios
197196
let CB = this.$data.CB

0 commit comments

Comments
 (0)