forked from coracle/flotilla
Work on compose
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
<script lang="ts">
|
||||
import {deriveProfileDisplay} from '@app/state'
|
||||
|
||||
export let value
|
||||
|
||||
const display = deriveProfileDisplay(value)
|
||||
</script>
|
||||
|
||||
<div>
|
||||
@{value}
|
||||
</div>
|
||||
@{$display}
|
||||
|
||||
Reference in New Issue
Block a user