Skip to content

Commit

Permalink
fix: loading page
Browse files Browse the repository at this point in the history
  • Loading branch information
reco_luan authored and zsw committed Oct 8, 2019
1 parent a79a214 commit a9823a9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions components/Loading.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
</div>
</template>

<script>
import mixin from '@theme/mixins/index.js'
export default {
mixins: [mixin]
}
</script>
<style lang="stylus" scoped>
#loader-wrapper{
height:100vh;
Expand Down Expand Up @@ -111,4 +105,4 @@ export default {
}
}
</style>
</style>

0 comments on commit a9823a9

Please sign in to comment.