topic.json 290 B

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