Revert bad revert

This commit is contained in:
Rory Powell 2021-10-25 10:02:43 +01:00
parent 99b42c7083
commit 2b283d8bab
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
export let value
</script>
<div>{value}</div>
<div>{typeof value === "object" ? JSON.stringify(value) : value}</div>
<style>
div {