mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
* 封装 doc-page, 方便写文档 * add pop manager * popup upgrade * 更新 README * add empty line * delete empty css * dialog init * dialog * dialog upgrade * 修复 helper 里的样式问题 * dialog 文档 * 修复 button 奇怪的边框问题 * 缩进处理
9 lines
218 B
JSON
9 lines
218 B
JSON
{
|
|
"navigationBarTitleText": "Dialog 弹出框",
|
|
"usingComponents": {
|
|
"doc-page": "../../components/doc-page/index",
|
|
"zan-dialog": "../../dist/dialog/index",
|
|
"zan-button": "../../dist/btn/index"
|
|
}
|
|
}
|