Skip to content

Commit

Permalink
[fix]{Layout}: 修复大小写问题
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Aug 8, 2019
1 parent bb2eea3 commit a81d6b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/layout/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<div
:class="classObj"
class="app-wrapper">
<navbar/>
<Navbar/>

<sidebar class="sidebar-container"/>
<Sidebar class="sidebar-container"/>
<div class="main-container">
<TagsView/>
<app-main/>
<AppMain/>
</div>
<BackToTop/>
</div>
Expand Down

0 comments on commit a81d6b3

Please sign in to comment.