[Improvement] extract component common part (#703)

This commit is contained in:
neverland
2018-03-16 17:10:46 +08:00
committed by GitHub
parent f26ad3b912
commit ffd72e5442
81 changed files with 174 additions and 207 deletions
+1 -5
View File
@@ -22,19 +22,15 @@
</template>
<script>
import Cell from '../cell';
import Radio from '../radio';
import CellGroup from '../cell-group';
import RadioGroup from '../radio-group';
import { create } from '../utils';
export default create({
name: 'van-contact-list',
name: 'contact-list',
components: {
Cell,
Radio,
CellGroup,
RadioGroup
},