Skip to content

Commit 72311ea

Browse files
committed
更改错误单词拼写
1 parent 1270a37 commit 72311ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/layout.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<template>
22
<div id="__wrapper">
33

4-
<navgation-bar>
5-
</navgation-bar>
4+
<navigation-bar>
5+
</navigation-bar>
66

77
<div class="app-content">
88
<keep-alive>
@@ -19,13 +19,13 @@
1919
</template>
2020

2121
<script>
22-
import navgationBar from './navigationBar';
22+
import navigationBar from './navigationBar';
2323
import bookCard from './bookCard';
2424
import footerView from './footerView';
2525
2626
export default {
2727
components: {
28-
navgationBar,
28+
navigationBar,
2929
bookCard,
3030
footerView
3131
},

0 commit comments

Comments
 (0)