added button in profile section slot
This commit is contained in:
@@ -13,8 +13,11 @@ defineProps<Props>();
|
||||
<template>
|
||||
<div class="flex flex-col w-full">
|
||||
<div class="flex flex-col items-start">
|
||||
<div class="w-full flex items-center p-5">
|
||||
<div
|
||||
class="w-full flex items-center justify-between h-[3rem] pb-5 px-5"
|
||||
>
|
||||
<span class="typo-sub-h-lg">{{ title }}</span>
|
||||
<slot name="button" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="w-full flex flex-col border border-slate-200 rounded-xl">
|
||||
|
||||
Reference in New Issue
Block a user