Skip to content

Commit

Permalink
Fixed Complete page
Browse files Browse the repository at this point in the history
  • Loading branch information
lclc98 committed Jan 22, 2019
1 parent 47382b0 commit ce55dfc
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/renderer/components/Complete.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<template>
<div>
Complete
<a class="button is-large is-fullwidth" v-on:click="next">
Done
</a>
<div class="columns">
<div class="column"></div>
<div class="column is-two-thirds">
<h1 class="title has-text-centered">Complete</h1>
<a class="button is-large is-fullwidth" v-on:click="next">
Done
</a>
</div>
<div class="column"></div>
</div>
</template>

Expand Down

0 comments on commit ce55dfc

Please sign in to comment.