docs(Field): remove unused CellGroup wrapper

This commit is contained in:
chenjiahan
2020-03-01 20:38:16 +08:00
parent 65bdc75ca6
commit de128b9719
12 changed files with 208 additions and 244 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ Vue.use(Field);
可以通过`v-model`双向绑定输入框的值,通过`placeholder`设置占位提示文字
```html
<!-- Field 是基于 Cell 实现的,可以使用 CellGroup 作为父元素来提供外边框。 -->
<!-- Field 是基于 Cell 实现的,可以使用 CellGroup 作为容器来提供外边框。 -->
<van-cell-group>
<van-field v-model="value" placeholder="请输入用户名" />
</van-cell-group>