feat: add position page

This commit is contained in:
Константин Уколов
2024-08-02 11:47:13 +03:00
parent a27e3ac63f
commit c9898b392b
10 changed files with 74 additions and 17 deletions
+4 -14
View File
@@ -1,16 +1,6 @@
<script setup lang="ts">
</script>
<template>
<UContainer>
<UCard class="mt-10">
<template #header>
<div class="flex justify-between">
<h1>Welcome to Nuxt UI Starter</h1>
<ColorScheme><USelect v-model="$colorMode.preference" :options="['system', 'light', 'dark']" /></ColorScheme>
<UButton icon="i-heroicons-pencil-square" />
</div>
</template>
<UButton icon="i-heroicons-book-open" to="https://ui.nuxt.com" target="_blank">
Open Nuxt UI Documentation
</UButton>
</UCard>
</UContainer>
<NuxtPage />
</template>