1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-02-02 22:57:36 +01:00

14 lines
152 B
HTML
Raw Normal View History

2018-01-08 17:44:29 -08:00
<Nav page={{page}} />
2018-01-06 15:51:25 -08:00
<main>
<slot></slot>
</main>
<script>
import Nav from './Nav.html';
export default {
components: {
Nav
}
};
</script>