We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1270a37 commit 72311eaCopy full SHA for 72311ea
src/components/layout.vue
@@ -1,8 +1,8 @@
1
<template>
2
<div id="__wrapper">
3
4
- <navgation-bar>
5
- </navgation-bar>
+ <navigation-bar>
+ </navigation-bar>
6
7
<div class="app-content">
8
<keep-alive>
@@ -19,13 +19,13 @@
19
</template>
20
21
<script>
22
-import navgationBar from './navigationBar';
+import navigationBar from './navigationBar';
23
import bookCard from './bookCard';
24
import footerView from './footerView';
25
26
export default {
27
components: {
28
- navgationBar,
+ navigationBar,
29
bookCard,
30
footerView
31
},
0 commit comments