6 changed files with 50 additions and 13 deletions
@ -1,10 +1,12 @@ |
|||
{ |
|||
"usingComponents": { |
|||
"van-cell": "@vant/weapp/cell/index", |
|||
"van-cell-group": "@vant/weapp/cell-group/index", |
|||
"van-popup": "@vant/weapp/popup/index", |
|||
"van-cascader": "@vant/weapp/cascader/index", |
|||
"van-uploader": "@vant/weapp/uploader/index", |
|||
"van-field": "@vant/weapp/field/index" |
|||
} |
|||
"usingComponents": { |
|||
"van-cell": "@vant/weapp/cell/index", |
|||
"van-cell-group": "@vant/weapp/cell-group/index", |
|||
"van-popup": "@vant/weapp/popup/index", |
|||
"van-cascader": "@vant/weapp/cascader/index", |
|||
"van-uploader": "@vant/weapp/uploader/index", |
|||
"van-field": "@vant/weapp/field/index", |
|||
"van-radio": "@vant/weapp/radio/index", |
|||
"van-radio-group": "@vant/weapp/radio-group/index" |
|||
} |
|||
} |
Loading…
Reference in new issue