sonTopic.json 338 B

1234567891011
  1. {
  2. "usingComponents": {
  3. "tab" : "/components/tab/tab",
  4. "chart" : "/components/Chart/Chart",
  5. "table" : "/components/table/table",
  6. "mp-toptips": "weui-miniprogram/toptips/toptips",
  7. "pie": "/components/pie/pie",
  8. "wordCloud": "/components/wordCloud/wordCloud",
  9. "lineChart": "/components/lineChart/lineChart"
  10. }
  11. }