mirror of
https://github.com/iconify/iconify.git
synced 2024-11-09 23:00:56 +00:00
Update Vue 2 readme
This commit is contained in:
parent
d498b0e1e9
commit
0d948e159e
@ -196,7 +196,9 @@ Note: in templates you can use "camelCase" properties as "kebab-case". For examp
|
||||
|
||||
### Other properties and events
|
||||
|
||||
In addition to the properties mentioned above, the icon component accepts any other properties and events. All other properties and events will be passed to generated `SVG` element, so you can do stuff like assigning click event, setting the inline style, add title and so on.
|
||||
In addition to the properties mentioned above, all other properties will be passed to generated `SVG` element, so you can do stuff like setting the inline style, add title and so on.
|
||||
|
||||
Vue 2 component does not pass events to `SVG` element. However, Vue 3 component does.
|
||||
|
||||
### Dimensions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user