@fy-/fws-vue 0.3.49 → 0.3.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -71,12 +71,11 @@ onUnmounted(() => {
|
|
|
71
71
|
v-if="title"
|
|
72
72
|
>
|
|
73
73
|
<slot name="before"></slot>
|
|
74
|
-
<
|
|
74
|
+
<h2
|
|
75
75
|
class="text-xl font-semibold text-fv-neutral-900 dark:text-white"
|
|
76
76
|
v-if="title"
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
</DialogTitle>
|
|
77
|
+
v-html="title"
|
|
78
|
+
/>
|
|
80
79
|
<button
|
|
81
80
|
@click="setModal(false)"
|
|
82
81
|
class="text-fv-neutral-400 bg-transparent hover:bg-fv-neutral-200 hover:text-fv-neutral-900 rounded-lg text-sm w-8 h-8 ml-auto inline-flex justify-center items-center dark:hover:bg-fv-neutral-600 dark:hover:text-white"
|