docs(Field): remove unused CellGroup wrapper
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
<template>
|
||||
<demo-block :title="$t('disabled')">
|
||||
<van-cell-group>
|
||||
<van-field :value="$t('inputReadonly')" :label="$t('text')" readonly />
|
||||
<van-field :value="$t('inputDisabled')" :label="$t('text')" disabled />
|
||||
</van-cell-group>
|
||||
<van-field :value="$t('inputReadonly')" :label="$t('text')" readonly />
|
||||
<van-field :value="$t('inputDisabled')" :label="$t('text')" disabled />
|
||||
</demo-block>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user