Edit Newsletter component
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user