1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

Revert bad revert

This commit is contained in:
Rory Powell 2021-10-25 10:02:43 +01:00
parent 99b42c7083
commit 2b283d8bab

View file

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