feat(Components): Add Button and BackgroudnImage
This commit is contained in:
parent
a1528a2ad8
commit
b74fcb19cc
5 changed files with 399 additions and 10 deletions
|
|
@ -9,7 +9,7 @@ export interface Props {
|
|||
<slot name="title" />
|
||||
</div>
|
||||
|
||||
<div class="content flex-grow mb-3">
|
||||
<div class="content flex-grow">
|
||||
<slot />
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue