We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a5ab06 commit c639db5Copy full SHA for c639db5
docs/app/app.vue
@@ -0,0 +1,9 @@
1
+<script setup lang="ts">
2
+</script>
3
+
4
+<template>
5
+ <UBanner icon="i-lucide-construction" title="This library is in early development. Expect breaking changes." color="warning" />
6
+ <NuxtLayout>
7
+ <NuxtPage />
8
+ </NuxtLayout>
9
+</template>
0 commit comments