Parcel #3byuu72217v1zru
Created by Anonymous
Public
Created April 3, 2025 Expires in 10 days
Loading editor...
<script setup lang="ts"> const { html: template } = defineProps<{ html: string; }>(); </script> <template> <component :is="{ template }" /> </template>