Skip to content

Commit

Permalink
fix: single root element
Browse files Browse the repository at this point in the history
  • Loading branch information
GalacticHypernova authored Jun 13, 2024
1 parent da9ab85 commit 570c558
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions test/fixtures/xss/pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<template>
<div>basic</div>
<div>
<button @click="onClick">
Click to emit event
</button>
basic
<div>
<button @click="onClick">
Click to emit event
</button>
</div>
</div>
</template>

Expand Down

0 comments on commit 570c558

Please sign in to comment.