web-component-gallery 2.3.24 → 2.3.25

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.
@@ -472,7 +472,7 @@ export default {
472
472
  this.drawInfoAll[key].forEach((item, index) => {
473
473
  this.renderDrawLayer(item, key, index)
474
474
  })
475
- return
475
+ continue
476
476
  }
477
477
 
478
478
  // 如果不是数组,则直接渲染单个项目
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-component-gallery",
3
- "version": "2.3.24",
3
+ "version": "2.3.25",
4
4
  "description": "基础vue、antdvue、less实现的私有组件库",
5
5
  "main": "dist/index.umd.js",
6
6
  "files": [