mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-14 12:04:39 +00:00
6 lines
125 B
Svelte
6 lines
125 B
Svelte
<script>
|
|
import { stores } from '@sapper/app';
|
|
const { page } = stores();
|
|
</script>
|
|
|
|
<h1>{JSON.stringify($page.query)}</h1> |