mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
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>
|