mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
* dialog 支持 open-type 的按钮,并增加获取 open 数据的方式 * 增加 dialog 调用 open数据的文档说明 * 增加 dialog close 方法 * 增加文档
11 lines
315 B
JSON
11 lines
315 B
JSON
{
|
|
"navigationBarTitleText": "Dialog 弹出框",
|
|
"usingComponents": {
|
|
"doc-page": "../../components/doc-page/index",
|
|
"zan-dialog": "../../dist/dialog/index",
|
|
"zan-button": "../../dist/btn/index",
|
|
"zan-button-group": "../../dist/btn-group/index",
|
|
"zan-toast": "../../dist/toast/index"
|
|
}
|
|
}
|