Skip to content

Commit

Permalink
tree shaking
Browse files Browse the repository at this point in the history
  • Loading branch information
gayanSandamal authored and joepavitt committed Aug 29, 2024
1 parent cc04849 commit 68e21e7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ui/src/widgets/ui-gauge/types/UIGaugeDial.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,8 @@ export default {
this.resize()
this.update(val)
},
updateOn: {
handler () {
this.update(this.value)
}
updateOn () {
this.update(this.value)
}
},
mounted () {
Expand Down

0 comments on commit 68e21e7

Please sign in to comment.