placehold.

This commit is contained in:
Jason Schwarzenberger
2020-12-02 14:48:31 +13:00
parent 8c40124e07
commit cee104ea06
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -3,6 +3,7 @@
import { onMount } from "svelte";
export let html;
export let text;
let purify;
onMount(() => {
@@ -12,4 +13,4 @@
{#if purify}
{@html html}
{:else}{html}{/if}
{:else if text}{text}{/if}