feat: layout

This commit is contained in:
aaa
2025-02-03 10:47:19 +08:00
parent 965b7dbf83
commit 4a63f8454d
15 changed files with 9676 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<template>
<div>
<NuxtLayout name="desktop">
<template #app-bar-container>
<v-app-bar-title>Transactions</v-app-bar-title>
</template>
Transaction Page
</NuxtLayout>
</div>
</template>
<script setup lang="ts">
definePageMeta({
})
</script>