mirror of
https://github.com/nolanlawson/pinafore
synced 2025-02-02 14:56:48 +01:00
16 lines
190 B
HTML
16 lines
190 B
HTML
<Nav page={{page}} />
|
|
|
|
<div class="container">
|
|
<main>
|
|
<slot></slot>
|
|
</main>
|
|
</div>
|
|
<script>
|
|
import Nav from './Nav.html';
|
|
|
|
export default {
|
|
components: {
|
|
Nav
|
|
}
|
|
};
|
|
</script> |