You've already forked isop-mirror
fix: add missing slot for WarningAlert
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<v-alert density="compact" :text="text" :title="title" type="warning" class="mb-2 mt-2"></v-alert>
|
<v-alert density="compact" :text="text" :title="title" type="warning" class="mb-2 mt-2">
|
||||||
|
<slot />
|
||||||
|
</v-alert>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user