Edit Newsletter component

This commit is contained in:
2021-09-29 23:38:00 +02:00
parent e0d048fe8c
commit 0ba0ab1f60
6 changed files with 98 additions and 70 deletions

View File

@@ -1,6 +1,6 @@
<script lang="ts">
export let text: string
export let tag: string = 'button'
export let tag: string = 'a'
export let url: string = undefined
</script>