This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<docs>
---
order:9
title:
zh-CN:可点击
en-US:Clickable
---
##zh-CN
设置`v-model`后,Steps变为可点击状态。
##en-US
Setting`v-model`makesStepsclickable.
</docs>
<template>
<div>
<a-stepsv-model:current="current">
<a-steptitle="Step 1"description="This is a description."/>
<a-steptitle="Step 2"description="This is a description."/>
<a-steptitle="Step 3"description="This is a description."/>