Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

click once, call many times #44

Open
chudongvip opened this issue Jun 11, 2024 · 0 comments
Open

click once, call many times #44

chudongvip opened this issue Jun 11, 2024 · 0 comments

Comments

@chudongvip
Copy link

just click once,but the double-click call many times.

image

<stream-region
          v-for="(stream) in basicMeetStreamList"
          v-show="showStreamList.indexOf(stream) > -1"
          v-click.double.once="handleEnlargeStreamRegion(stream)"
          :key="`${stream.userId}`"
          :stream="stream"
          enlarge-dom-id=""
          class="single-stream"
          :style="streamStyle"
></stream-region>
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

No branches or pull requests

1 participant