Skip to content

Commit

Permalink
change text in Component.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
chairoi authored Nov 20, 2023
1 parent b3aa193 commit ec9c8d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Component.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
}
const result = sum();
export let text = result;
export let num = result;
</script>

<div use:styleable={$component.styles}>
This is a custom component. The text setting is: {text}.
This is a new-custom component. The text setting is: {num}.
</div>

0 comments on commit ec9c8d9

Please sign in to comment.