Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
feat(ui/icon): update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
ayangweb committed Mar 15, 2022
1 parent 6f53d7f commit b62f7f9
Show file tree
Hide file tree
Showing 3 changed files with 417 additions and 57 deletions.
2 changes: 1 addition & 1 deletion packages/varlet-vue2-ui/src/icon/Icon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default defineComponent({
isURL,
toNumber,
onClickIcon() {
this.getListeners()?.onClick?.()
this.getListeners().onClick?.()
},
},
})
Expand Down
Loading

0 comments on commit b62f7f9

Please sign in to comment.