mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] ContactList: missing dependencies (#2415)
This commit is contained in:
parent
b9bc35fc9c
commit
b4788f7b43
@ -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
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user