| 1
2
3
4
5
6
7
8
9
 | | { |  |   "usingComponents": { |  |     "u-popup": "/node-modules/uview-ui/components/u-popup/u-popup", |  |     "u-button": "/node-modules/uview-ui/components/u-button/u-button", |  |     "u-header": "/node-modules/uview-ui/components/u-calendar/header", |  |     "u-month": "/node-modules/uview-ui/components/u-calendar/month" |  |   }, |  |   "component": true |  | } | 
 |