test: wrap components with <div> (#6192)

This commit is contained in:
Daniel Roe 2022-07-29 10:41:01 +01:00 committed by GitHub
parent 3fa32b9c22
commit 90d1825020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,5 @@
<template>
global component via suffix
<div>
global component via suffix
</div>
</template>

View File

@ -1,3 +1,5 @@
<template>
global component registered automatically
<div>
global component registered automatically
</div>
</template>