mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
fix(Radio): 修复单选框VantComponent @rex-zsd (#630)
This commit is contained in:
parent
23ebe64fd1
commit
bd525425ad
@ -1,6 +1,6 @@
|
|||||||
import { create } from '../common/create';
|
import { VantComponent } from '../common/component';
|
||||||
|
|
||||||
create({
|
VantComponent({
|
||||||
relations: {
|
relations: {
|
||||||
'../radio/index': {
|
'../radio/index': {
|
||||||
type: 'descendant',
|
type: 'descendant',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import { create } from '../common/create';
|
import { VantComponent } from '../common/component';
|
||||||
|
|
||||||
create({
|
VantComponent({
|
||||||
relations: {
|
relations: {
|
||||||
'../radio-group/index': {
|
'../radio-group/index': {
|
||||||
type: 'ancestor'
|
type: 'ancestor'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user