[Improvement] extract component common part (#703)
This commit is contained in:
@@ -41,17 +41,13 @@
|
||||
<script>
|
||||
import { create } from '../utils';
|
||||
import Field from '../field';
|
||||
import Cell from '../cell';
|
||||
import CellGroup from '../cell-group';
|
||||
import { isAndroid } from '../utils';
|
||||
|
||||
export default create({
|
||||
name: 'van-address-edit-detail',
|
||||
name: 'address-edit-detail',
|
||||
|
||||
components: {
|
||||
Field,
|
||||
Cell,
|
||||
CellGroup
|
||||
Field
|
||||
},
|
||||
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user