Nuxt/docs/components/templates/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>