Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Aug 9, 2024
1 parent da7450d commit 6f23590
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<script lang="ts" setup>
</script>

<template>
<div @click. />
<!-- ^complete: capture -->
</template>
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<script lang="ts" setup>
</script>

<template>
<div @click.capture />
<!-- ^complete: capture -->
</template>

0 comments on commit 6f23590

Please sign in to comment.