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 ec9c8d9 commit 9909cbd
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 num = result;
export let text = result;
</script>

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

0 comments on commit 9909cbd

Please sign in to comment.