Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
test: wrap components with <div> (#6192)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 29, 2022
1 parent 3fa32b9 commit 90d1825
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion test/fixtures/basic/components/WithSuffix.global.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<template>
global component via suffix
<div>
global component via suffix
</div>
</template>
4 changes: 3 additions & 1 deletion test/fixtures/basic/components/global/TestGlobal.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<template>
global component registered automatically
<div>
global component registered automatically
</div>
</template>

0 comments on commit 90d1825

Please sign in to comment.