mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +00:00
test: wrap components with <div>
(#6192)
This commit is contained in:
parent
3fa32b9c22
commit
90d1825020
@ -1,3 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<div>
|
||||||
global component via suffix
|
global component via suffix
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<div>
|
||||||
global component registered automatically
|
global component registered automatically
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user