added settings and profile pages
This commit is contained in:
parent
92b78e9c40
commit
56149f90b6
15 changed files with 451 additions and 34 deletions
9
src/components/common/ui/FormButton.vue
Normal file
9
src/components/common/ui/FormButton.vue
Normal file
|
@ -0,0 +1,9 @@
|
|||
<script lang="ts" setup></script>
|
||||
|
||||
<template>
|
||||
<button class="btn p-3 mt-5" type="button">
|
||||
<slot> </slot>
|
||||
</button>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
Loading…
Add table
Add a link
Reference in a new issue