Commit 5abde26e authored by 杨奕's avatar 杨奕 Committed by GitHub

Merge pull request #129 from QingWei-Li/next

Step(doc): fix doc
parents 275d092d f123b80b
<script>
export default {
data() {
return {
active: 0
};
},
methods: {
next() {
if (this.active++ > 2) this.active = 0;
}
}
}
</script>
## Steps 步骤条
引导用户按照流程完成任务的分步导航条,可根据实际应用场景设定步骤,步骤不得少于2步
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment