[Improvement] extract component common part (#703)
This commit is contained in:
@@ -50,17 +50,12 @@
|
||||
|
||||
<script>
|
||||
import { create } from '../utils';
|
||||
import Cell from '../cell';
|
||||
|
||||
export default create({
|
||||
name: 'van-field',
|
||||
name: 'field',
|
||||
|
||||
inheritAttrs: false,
|
||||
|
||||
components: {
|
||||
Cell
|
||||
},
|
||||
|
||||
props: {
|
||||
type: {
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user