Basic calendar view
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
<template>
|
||||
<toolbar-component pageTitle="Member Profile" />
|
||||
<q-page padding>
|
||||
<q-list bordered>
|
||||
<q-toolbar class="bg-primary text-white shadow-3">
|
||||
<q-toolbar-title> Member Profile </q-toolbar-title>
|
||||
</q-toolbar>
|
||||
<q-separator />
|
||||
<q-item>
|
||||
<q-item-section avatar>
|
||||
@@ -42,4 +40,6 @@
|
||||
</q-page>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
<script setup lang="ts">
|
||||
import ToolbarComponent from 'src/components/ToolbarComponent.vue';
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user