Skip to content

Commit

Permalink
feat(link): forward listeners
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelgsouza committed Dec 14, 2020
1 parent 7a6f09d commit dc2bc21
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion src/components/Link/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import SbIcon from '../Icon'

// styles
import './link-button.scss'
import './link.scss'

/**
* @vue/component
Expand Down Expand Up @@ -118,6 +118,7 @@ const SbLink = {
],
attrs: getAttrs(),
props: getProps(),
on: { ...this.$listeners },
},
[
this.icon && renderIcon(this.icon),
Expand Down
File renamed without changes.

0 comments on commit dc2bc21

Please sign in to comment.