mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-15 04:14:46 +00:00
6 lines
48 B
Svelte
6 lines
48 B
Svelte
<script>
|
|
export let x;
|
|
</script>
|
|
|
|
<p>b-{x}</p>
|