fix: card demo 缺少 tag button 定义 (#5057)

This commit is contained in:
大宝 2022-10-11 19:04:25 +08:00 committed by GitHub
parent a8d5999d89
commit e87c22edec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,8 @@
"component": true,
"usingComponents": {
"van-card": "../../card/index",
"van-tag": "../../tag/index",
"van-button": "../../button/index",
"demo-block": "../../../example/components/demo-block/index"
}
}