vue-burger-menu
vue-burger-menu copied to clipboard
fix(a11y): add a `role="navigation"` attribute to the `nav` element
To improve accessibility, using the role attribute is important. In this case, adding the role="navigation" on the nav element helps screen readers to understand the website page layout.