refactor: install page. (#98)

pull/100/head
Ryan Wang 5 years ago committed by GitHub
parent a5a999bda2
commit b7ff9232ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>

Loading…
Cancel
Save