Skip to content

Commit c639db5

Browse files
committed
docs: add early development banner
1 parent 4a5ab06 commit c639db5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/app/app.vue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)