mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-22 23:25:20 +00:00
update store test
This commit is contained in:
@@ -1 +1,6 @@
|
||||
<h1>{$title}</h1>
|
||||
<script>
|
||||
import * as sapper from '@sapper/client';
|
||||
const session = sapper.session();
|
||||
</script>
|
||||
|
||||
<h1>{$session.title}</h1>
|
||||
Reference in New Issue
Block a user