mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-18 05:25:08 +00:00
add some tests - closes #10
This commit is contained in:
15
test/app/routes/_components/Layout.html
Normal file
15
test/app/routes/_components/Layout.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<Nav page={{page}}/>
|
||||
|
||||
<main>
|
||||
<slot></slot>
|
||||
</main>
|
||||
|
||||
<script>
|
||||
import Nav from './Nav.html';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
Nav
|
||||
}
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user