Skip to content

Commit

Permalink
Update <vue-progress-bar/> to emit vue click event instead of native …
Browse files Browse the repository at this point in the history
…click event
  • Loading branch information
danon committed Oct 10, 2024
1 parent 3f0ced9 commit 26b4ab0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/components/progress-bar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import {default as mixin} from './mixins/form.js';
export default {
name: 'VueProgressBar',
emits: ['click'],
mixins: [mixin],
props: {
modelValue: {
Expand Down

0 comments on commit 26b4ab0

Please sign in to comment.