1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-04 06:04:09 +00:00
Nuxt/docs/components/atoms/NeedContribution.vue

12 lines
274 B
Vue
Raw Normal View History

<template>
<Alert type="warning" icon="🚧">
Documentation for this section is not yet complete. You can
<NuxtLink to="/community/contribution#documentation-guide">
contribute to the documentation.
</NuxtLink>
</Alert>
</template>
<script>
</script>