Skip to content

Commit f1a0e93

Browse files
committed
hmm...
1 parent d37a626 commit f1a0e93

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pages/talks/piter.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,11 +305,10 @@ export default {
305305
},
306306
currentSlideIndex: function(index) {
307307
console.log('currentslide', index)
308-
this.updateUrlQuery(index)
308+
// this.updateUrlQuery(index)
309309
},
310310
},
311311
mounted: function() {
312-
console.log('mounted')
313312
if (this.$route.query.slide) {
314313
const slideIndex = this.$route.query.slide
315314
this.currentSlideIndex = slideIndex

0 commit comments

Comments
 (0)