mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 10:22:44 +08:00
* fix: test init * test(Button): add unit test * fix(test): remove unused code * test(build): remove demo/test dir when compile * fix(Button): remove duplicate demo * test(Button): adjust component.json
8 lines
157 B
JSON
8 lines
157 B
JSON
{
|
|
"component": true,
|
|
"usingComponents": {
|
|
"van-button": "../../button/index",
|
|
"demo-block": "../../../example/components/demo-block/index"
|
|
}
|
|
}
|