ASR/miniprogram/pages/alloc/alloc.json
Saturneric 73fc37e472 Add.
2020-09-01 00:55:41 +08:00

19 lines
608 B
JSON

{
"component": true,
"enablePullDownRefresh": true,
"backgroundTextStyle": "dark",
"usingComponents": {
"i-tabs": "../../dist/tabs/index",
"i-tab": "../../dist/tab/index",
"i-swipeout": "../../dist/swipeout/index",
"i-cell": "../../dist/cell/index",
"i-divider": "../../dist/divider/index",
"i-icon": "../../dist/icon/index",
"i-row": "../../dist/row/index",
"i-col": "../../dist/col/index",
"i-progress": "../../dist/progress/index",
"i-spin": "../../dist/spin/index",
"i-panel": "../../dist/panel/index",
"i-message": "../../dist/message/index"
}
}