Skip to content

Commit

Permalink
fix($theme-default): tag <main> has no matching end tag (vuejs#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelson6e65 authored and ulivz committed Jan 11, 2019
1 parent 6c54eed commit c82cc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vuepress/theme-default/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
>
{{ data.footer }}
</div>
</div>
</main>
</template>

<script>
Expand Down

0 comments on commit c82cc10

Please sign in to comment.