robcresswell / vue-material-design-icons

Material Design Icons as Vue Single File Components
https://npmjs.com/vue-material-design-icons
MIT License
162 stars 35 forks source link

fix: `aria-hidden` expects a string as value #298

Open susnux opened 6 months ago

susnux commented 6 months ago

aria-hidden expects a value of 'true' or 'false' as it is not a boolean property.

Because currently it results in <span aria-hidden ... instead of expected <span aria-hidden="true" ....

robcresswell commented 6 months ago

Oh damn, nice catch, I'll merge this over the weekend. Thanks!