Componentalization
This commit is contained in:
17
resources/js/pages/AboutUs.vue
Normal file
17
resources/js/pages/AboutUs.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<script setup lang="ts">
|
||||
import AppLayout from "@/layouts/AppLayout.vue";
|
||||
|
||||
defineOptions({
|
||||
layout: AppLayout
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<section style="position: relative;min-height: 100vh;display:flex;align-items: center;justify-content: center;">
|
||||
<v-date-picker show-adjacent-months></v-date-picker>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user