no message
This commit is contained in:
parent
78823734da
commit
9febf0777e
@ -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>
|
|
||||||
Loading…
x
Reference in New Issue
Block a user