Modal add new support html code..

This commit is contained in:
Cüneyt Şentürk
2023-01-17 14:48:59 +03:00
parent 70a7cadf59
commit 48a254f52b
2 changed files with 5 additions and 5 deletions

View File

@ -14,9 +14,7 @@
<div class="p-5">
<div class="flex items-center justify-between border-b pb-5">
<slot name="card-header">
<h4 class="text-base font-medium">
{{ title }}
</h4>
<h4 class="text-base font-medium" v-html="title"></h4>
<button type="button" class="text-lg" @click="onCancel" aria-hidden="true">
<span class="rounded-md border-b-2 px-2 py-1 text-sm bg-gray-100">esc</span>