mirror of
https://github.com/frappe/books.git
synced 2025-01-12 02:59:11 +00:00
fix: Pass all listeners to feather-icon component
This commit is contained in:
parent
72b64e818e
commit
06f75e97fe
@ -32,6 +32,7 @@ export default {
|
|||||||
width: null,
|
width: null,
|
||||||
height: null
|
height: null
|
||||||
}),
|
}),
|
||||||
|
on: this.$listeners,
|
||||||
class: [icon.attrs.class],
|
class: [icon.attrs.class],
|
||||||
domProps: {
|
domProps: {
|
||||||
innerHTML: icon.contents
|
innerHTML: icon.contents
|
||||||
|
Loading…
Reference in New Issue
Block a user