mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-19 22:05:20 +00:00
6 lines
129 B
Plaintext
6 lines
129 B
Plaintext
<script>
|
|
import { stores } from '@sapper/app';
|
|
const { page } = stores();
|
|
</script>
|
|
|
|
<h1>{$page.params.slug.toUpperCase()}</h1> |