changes
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<template>
|
||||
<p v-html="props.content"></p>
|
||||
<p
|
||||
v-html="props.content"
|
||||
class="fs-14"
|
||||
></p>
|
||||
</template>
|
||||
<script setup>
|
||||
const props = defineProps({
|
||||
|
||||
Reference in New Issue
Block a user