Merge pull request #5059 from noyobo/patch-2

fix: filed Demo missing van-button
This commit is contained in:
landluck 2022-12-13 11:35:28 +08:00 committed by GitHub
commit 98cb9c04ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
"component": true,
"usingComponents": {
"van-field": "../../field/index",
"van-button": "../../button/index",
"van-cell-group": "../../cell-group/index",
"demo-block": "../../../example/components/demo-block/index"
}