2022-03-30 15:59:28 +00:00
|
|
|
<template>
|
2022-03-31 13:31:04 +00:00
|
|
|
<NuxtExampleLayout example="auto-imports/components">
|
2022-03-30 15:59:28 +00:00
|
|
|
<h1 class="text-xl opacity-50">
|
|
|
|
Auto Imported Components
|
|
|
|
</h1>
|
|
|
|
<div>
|
|
|
|
<!-- Auto Imported Components -->
|
|
|
|
<HelloWorld class="text-2xl" />
|
|
|
|
<Nuxt3 class="text-2xl" />
|
|
|
|
<ParentFolderHello class="mt-6" />
|
2022-04-19 19:13:55 +00:00
|
|
|
<ClientAndServer style="color: red">
|
|
|
|
<div>[Slot]</div>
|
|
|
|
</ClientAndServer>
|
|
|
|
<JustClient />
|
2022-03-30 15:59:28 +00:00
|
|
|
<NuxtWithPrefix class="mt-6" />
|
|
|
|
</div>
|
|
|
|
</NuxtExampleLayout>
|
|
|
|
</template>
|