ini punya ahdan
This commit is contained in:
17
app.vue
17
app.vue
@@ -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>
|
||||
Reference in New Issue
Block a user