Skip to content

Commit

Permalink
fix: add missing main-div in page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Mar 17, 2019
1 parent 745b9fd commit 897c18c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions lib/layouts/Page.vue
@@ -1,9 +1,11 @@
<template>
<div class="page">
<Content
:key="$page.path"
class="page-content"
/>
<div class="main-div">
<Content
:key="$page.path"
class="page-content"
/>
</div>
</div>
</template>

Expand Down

0 comments on commit 897c18c

Please sign in to comment.