mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-15 04:14:46 +00:00
overhaul tests
This commit is contained in:
9
test/apps/basics/src/routes/echo-query/index.html
Normal file
9
test/apps/basics/src/routes/echo-query/index.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<h1>message: "{message}"</h1>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
preload({ query }) {
|
||||
return query;
|
||||
}
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user