index.json 297 B

1234567891011121314
  1. {
  2. "usingComponents": {
  3. "van-sticky": "@vant/weapp/sticky/index",
  4. "van-icon": "@vant/weapp/icon/index",
  5. "van-calendar": "@vant/weapp/calendar/index"
  6. },
  7. "permission": {
  8. "scope": {
  9. "location": {
  10. "desc": "您的位置信息将用于展示地图"
  11. }
  12. }
  13. }
  14. }