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>
<a-button <a-button
type="primary" type="primary"
v-if="stepCurrent != 2" v-if="stepCurrent != 1"
@click="handleNextStep" @click="handleNextStep"
>下一步</a-button> >下一步</a-button>
</div> </div>
<a-button <a-button
v-if="stepCurrent == 2" v-if="stepCurrent == 1"
type="danger" type="primary"
icon="upload" icon="upload"
@click="handleInstall" @click="handleInstall"
>安装</a-button> >安装</a-button>

Loading…
Cancel
Save