mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-20 22:35:09 +00:00
9 lines
148 B
Svelte
9 lines
148 B
Svelte
<script>
|
|
import { stores } from '@sapper/app';
|
|
const { page } = stores();
|
|
</script>
|
|
|
|
<h1>{$page.params.slug}</h1>
|
|
|
|
<a href="234">regexp route</a>
|