click-outside icon indicating copy to clipboard operation
click-outside copied to clipboard

add binding argument support

Open extrame opened this issue 3 years ago • 0 comments

support binding arg so user can handle variable in v-for, for example:

<li
           v-for="item in showMenuList"
            :key="item.name"
            v-click-outside:[item]="hide"
          >

extrame avatar Aug 13 '21 08:08 extrame