Nuxt/docs/components/atoms/NeedContribution.vue

12 lines
274 B
Vue

<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>