mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-12 11:48:17 +00:00
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com> Co-authored-by: pooya parsa <pyapar@gmail.com>
12 lines
274 B
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>
|