[bugfix] ContactList: missing dependencies (#2415)

This commit is contained in:
neverland 2019-01-01 21:57:18 +08:00 committed by GitHub
parent b9bc35fc9c
commit b4788f7b43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,7 @@
<script>
import Radio from '../radio';
import VanButton from '../button';
import RadioGroup from '../radio-group';
import create from '../utils/create';
@ -46,6 +47,7 @@ export default create({
components: {
Radio,
VanButton,
RadioGroup
},