Skip to content

Conversation

@extrame
Copy link

@extrame extrame commented Aug 13, 2021

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"
          >

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant