Skip to content

Commit

Permalink
fix: accessibilty issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LuXDAmore committed Oct 6, 2020
1 parent eb36b0f commit 54e9eaf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion example/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,14 @@
/>
</p>
</section>
<button type="button" @click="refresh">REFRESH</button>
<button
type="button"
title="Refresh"
@click="refresh"
@keyup.enter="refresh"
>
REFRESH
</button>
</main>
</template>

Expand Down

0 comments on commit 54e9eaf

Please sign in to comment.