fix(Radio): 修复单选框VantComponent @rex-zsd (#630)

This commit is contained in:
rex 2018-09-23 15:56:37 +08:00 committed by neverland
parent 23ebe64fd1
commit bd525425ad
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
import { create } from '../common/create';
import { VantComponent } from '../common/component';
create({
VantComponent({
relations: {
'../radio/index': {
type: 'descendant',

View File

@ -1,6 +1,6 @@
import { create } from '../common/create';
import { VantComponent } from '../common/component';
create({
VantComponent({
relations: {
'../radio-group/index': {
type: 'ancestor'