no message

This commit is contained in:
KuroSago 2025-07-10 16:50:07 +08:00
parent 78823734da
commit 9febf0777e

View File

@ -1,14 +0,0 @@
<template>
<div class="p-4 mt-6 border rounded-lg bg-muted">
<h3 class="mb-2 text-sm font-medium">HTML Output</h3>
<div class="rounded bg-muted-foreground/5 max-h-[500px] overflow-auto">
<span>{{ content }}</span>
</div>
</div>
</template>
<script setup lang="ts">
defineProps<{
content: any;
}>();
</script>