fix steps demo

pull/165/head
wangxueliang 2018-03-10 20:59:15 +08:00
parent 756ba4c6a6
commit fbf7eaa13e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ You can customize the display for Steps with progress dot style.
```html
<template>
<a-steps :current="1" :progressDot="customDot" style="margin-top:150px">
<a-steps :current="1" :progressDot="customDot">
<a-step title="Finished" description="You can hover on the dot." />
<a-step title="In Progress" description="You can hover on the dot." />
<a-step title="Waiting" description="You can hover on the dot." />