<NuxtWelcome>
<NuxtWelcome> 组件用于在基于入门模板创建的新项目中向用户致意。
它包含指向 Nuxt 文档、源代码和社交媒体账户的链接。
¥It includes links to the Nuxt documentation, source code, and social media accounts.
app.vue
<template>
<NuxtWelcome />
</template>
:
预览 <NuxtWelcome />
组件。
¥Preview the <NuxtWelcome />
component.
::
此组件是 nuxt/assets 的一部分。