mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-22 07:05:24 +00:00
7 lines
133 B
Svelte
7 lines
133 B
Svelte
<script>
|
|
import { stores } from '@sapper/app';
|
|
const { page } = stores();
|
|
</script>
|
|
|
|
<h1>Nested regexp page {$page.params.id}</h1>
|