Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit b2649a6

Browse files
author
Łukasz Florczak
authored
Merge pull request #53 from lukas-pierce/master
Update Agile.vue
2 parents 1171582 + 9ca320a commit b2649a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Agile.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
:class="{'agile__dot--current': n - 1 === currentSlide}"
1515
@mouseover="handleMouseOver('dot')" @mouseout="handleMouseOut('dot')">
1616

17-
<button @click="setSlide(n - 1)">{{n}}</button>
17+
<button @click="setSlide(n - 1)" type="button">{{n}}</button>
1818
</li>
1919
</ul>
2020

0 commit comments

Comments
 (0)