custom-layout.json 253 B

123456789
  1. {
  2. "component": true,
  3. "usingComponents": {
  4. "custom-nav-bar": "./custom-nav-bar",
  5. "custom-refresher": "./custom-refresher",
  6. "custom-nomore": "./custom-nomore",
  7. "z-paging": "../../uni_modules/z-paging/components/z-paging/z-paging"
  8. }
  9. }