add history

This commit is contained in:
axolotle
2021-06-30 21:09:02 +02:00
parent 626673c0af
commit 8af8bbc73f
7 changed files with 257 additions and 4 deletions
+5 -1
View File
@@ -5,18 +5,22 @@
<main id="main">
<router-view />
</main>
<nodes-history />
</div>
</template>
<script>
import MainHeader from '@/pages/_partials/MainHeader'
import NodesHistory from '@/pages/_partials/NodesHistory'
export default {
name: 'App',
components: {
MainHeader
MainHeader,
NodesHistory
},
metaInfo () {