ini punya ahdan

This commit is contained in:
ahdan15
2024-12-16 13:49:33 +07:00
parent b475874694
commit 9999faa387
21 changed files with 5616 additions and 525 deletions

17
app.vue
View File

@@ -1,11 +1,26 @@
<template>
<VApp>
<!-- <Navbar/> -->
<VMain>
<navbar/>
<NuxtPage/>
</VMain>
</VApp>
</template>
<script setup lang="ts">
const user = useCookie('user')
import { componentNames } from '#build/components';
import { components } from 'vuetify/dist/vuetify-labs.js';
import Appfooter from './components/footer.vue';
{
name:'App'
component: {
Appfooter
}
}
</script>