mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-14 20:14:39 +00:00
spread routes
This commit is contained in:
7
test/apps/basics/src/routes/[...rest]/deep.svelte
Normal file
7
test/apps/basics/src/routes/[...rest]/deep.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<script>
|
||||
import { page } from '@sapper/app';
|
||||
</script>
|
||||
|
||||
<h1>{$page.params.rest.join(',')}</h1>
|
||||
|
||||
<a href="xyz/abc/qwe/deep.json">deep</a>
|
||||
Reference in New Issue
Block a user