@dolphinweex/weex-harmony 0.1.18 → 0.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/index.js CHANGED
@@ -195,7 +195,11 @@ const componentMap = [
195
195
  componentAddress: 'midea-scene-card-drag-list-view.vue',
196
196
  isInPlugin: false
197
197
  },
198
-
198
+ {
199
+ componentName: 'MideaDeviceCardListView',
200
+ componentAddress: 'midea-device-card-list-view.vue',
201
+ isInPlugin: false
202
+ },
199
203
  ]
200
204
 
201
205
  module.exports = componentMap