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