vant-weapp/app.json
Yao b05249d96a [breaking change] Field & Form: 新增 Field 组件 (#37)
* add input

* remove file

* 更名为 field 组件 && 增加圆角主题

* 调整 field title 宽度

* 增加 input 回调逻辑

* remove form
2017-10-26 16:03:02 +08:00

35 lines
858 B
JSON

{
"pages": [
"example/dashboard/index",
"example/btn/index",
"example/badge/index",
"example/capsule/index",
"example/card/index",
"example/cell/index",
"example/dialog/index",
"example/field/index",
"example/helper/index",
"example/icon/index",
"example/label/index",
"example/loadmore/index",
"example/noticebar/index",
"example/panel/index",
"example/popup/index",
"example/quantity/index",
"example/steps/index",
"example/switch/index",
"example/tab/index",
"example/toptips/index",
"example/toast/index",
"example/select/index"
],
"window": {
"navigationBarBackgroundColor": "#FAFAFA",
"navigationBarTitleText": "ZanUI",
"navigationBarTextStyle": "black",
"backgroundTextStyle": "dark",
"backgroundColor": "#f9f9f9"
},
"debug": true
}