doc: add navigation as a component

This commit is contained in:
Leon Xu
2021-12-31 10:58:24 -08:00
parent 93afcdad1c
commit 875466140f
+5
View File
@@ -1,11 +1,16 @@
<template>
<div>
<Navigation />
<router-view />
</div>
</template>
<script>
import Navigation from "./components/Navigation.vue";
export default {
components: {
Navigation,
},
setup() {
// Create data / vars