mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 16:44:21 +00:00
修改cell required实现
This commit is contained in:
@@ -61,18 +61,6 @@ export default {
|
||||
```
|
||||
:::
|
||||
|
||||
#### 带*号,标明必填
|
||||
|
||||
传入`required`属性
|
||||
|
||||
:::demo 带*号,标明必填
|
||||
```html
|
||||
<zan-cell-group>
|
||||
<zan-cell title="单元格1" required></zan-cell>
|
||||
</zan-cell-group>
|
||||
```
|
||||
:::
|
||||
|
||||
#### 标题带描述信息
|
||||
|
||||
传入`label`属性,属性值为描述信息的值。
|
||||
|
Reference in New Issue
Block a user