Skip to content

Commit

Permalink
Merge pull request #282 from robcresswell/fix/vue-3-click-events
Browse files Browse the repository at this point in the history
fix: Prevent double clicking in Vue 3
  • Loading branch information
robcresswell committed Jul 3, 2022
2 parents 4690879 + 2f08947 commit 7f1ff3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ function renderTemplate(title: string, svgPathData: string, name: string) {
<script>
export default {
name: "${name}Icon",
emits: ['click'],
props: {
title: {
type: String,
Expand Down

0 comments on commit 7f1ff3f

Please sign in to comment.