changes
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
<template>
|
||||
<div class="is-flex is-align-items-center is-gap-1">
|
||||
<Icon
|
||||
name="material-symbols:check-circle-rounded"
|
||||
:size="18"
|
||||
class="has-text-success-70"
|
||||
/>
|
||||
<div style="width: 18px; height: 18px">
|
||||
<Icon
|
||||
name="material-symbols:check-circle-rounded"
|
||||
:size="18"
|
||||
class="has-text-success-70"
|
||||
/>
|
||||
</div>
|
||||
<p
|
||||
v-html="content"
|
||||
class="control is-expanded"
|
||||
@@ -14,12 +16,5 @@
|
||||
<script setup>
|
||||
const props = defineProps({
|
||||
content: String,
|
||||
title: String,
|
||||
});
|
||||
|
||||
const { $store } = useNuxtApp();
|
||||
|
||||
function cancel() {
|
||||
$store.commit("updateStore", { name: "showmodal", data: undefined });
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user