12345678910111213141516171819202122232425262728 |
- <script setup lang="ts">
- </script>
- <template>
- <NTip
- n="teal"
- class="py-4"
- >
- <p class="font-bold">
- Note for module authors:
- </p>
- Nuxt DevTools is in early preview and the API is subject to change.
- Which means the setup in this template is only presenting the current state of the API.
- We suggest following closely to the changes in the <NLink
- href="https://github.com/nuxt/devtools"
- target="_blank"
- >
- nuxt/devtools
- </NLink> repository.<br>
- The UI components are coming from <NLink
- href="https://github.com/nuxt/devtools/tree/main/packages/devtools-ui-kit"
- target="_blank"
- >
- @nuxt/devtools-ui-kit
- </NLink>.
- </NTip>
- </template>
|