WIP of user avatar work
Switching from laptop
This commit is contained in:
parent
ad90f9c95e
commit
6f9a511874
9 changed files with 68 additions and 2 deletions
10
ts/components/Card.vue
Normal file
10
ts/components/Card.vue
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<template>
|
||||
<div class="card mb-4">
|
||||
<div class="card-header text-white">
|
||||
<slot name="header"></slot>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<slot name="body"></slot>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue