Skip to content

Commit

Permalink
Merge pull request #229 from sirlancelot/patch-1
Browse files Browse the repository at this point in the history
Remove extraneous div
  • Loading branch information
Atinux committed Feb 9, 2017
2 parents 6bc16c0 + f1386c3 commit 072bc36
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/app/components/nuxt.vue
@@ -1,8 +1,6 @@
<template>
<div>
<nuxt-child v-if="!nuxt.err"></nuxt-child>
<nuxt-error v-if="nuxt.err" :error="nuxt.err"></nuxt-error>
</div>
<nuxt-child v-if="!nuxt.err"></nuxt-child>
<nuxt-error v-else :error="nuxt.err"></nuxt-error>
</template>

<script>
Expand Down

0 comments on commit 072bc36

Please sign in to comment.