Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 466 Bytes

v-menu-close.md

File metadata and controls

16 lines (13 loc) · 466 Bytes

v-menu-close

<ul if.bind="show" class="avg-menu__items">
    <li class="avg-menu__item">
    <p click.delegate="menuClick('close','true')" class="avg-menu__link">
        <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
          <path d="M3 4l4.3 4L3 12h1.4L8 8.7l3.5 3.3H13L8.6 8 13 4h-1.5L8 7.3 4.4 4H3z"/>
          </svg> ${this.menuStrings.close}
    </p>
    </li>
</ul>