refactor: install page. (halo-dev/console#98)

pull/3445/head
Ryan Wang 2020-03-15 17:04:41 +08:00 committed by GitHub
parent bf032a958b
commit 6b7ffa7562
1 changed files with 3 additions and 3 deletions

View File

@ -174,13 +174,13 @@
>上一步</a-button>
<a-button
type="primary"
v-if="stepCurrent != 2"
v-if="stepCurrent != 1"
@click="handleNextStep"
>下一步</a-button>
</div>
<a-button
v-if="stepCurrent == 2"
type="danger"
v-if="stepCurrent == 1"
type="primary"
icon="upload"
@click="handleInstall"
>安装</a-button>