Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 72311ea

Browse filesBrowse files
committed
更改错误单词拼写
1 parent 1270a37 commit 72311ea
Copy full SHA for 72311ea

File tree

1 file changed

+4
-4
lines changed
Filter options

1 file changed

+4
-4
lines changed

‎src/components/layout.vue

Copy file name to clipboardExpand all lines: src/components/layout.vue
+4-4
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.