vuejs/theme

href on div element

xfq opened this issue · 1 comments

xfq commented

<div
:href="item.link"
class="vt-locales-menu-item-text"
@click="onLocaleSelect(item)"
>

The div element has an href attribute here, but according to the HTML Standard, only global attributes are allowed. It would be great if it can be changed to something like data-href.

@xfq thanks so much for pointing this out. I've refactored the implementation. Feel free to take a look. 🙏