dolphin-weex-ui 2.4.6 → 2.4.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dolphin-weex-ui",
3
- "version": "2.4.6",
3
+ "version": "2.4.7",
4
4
  "description": "inteligense cross platform frame",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -664,7 +664,6 @@ export default {
664
664
  }
665
665
  },
666
666
  data: () => ({
667
- arrowIcon: icon.arrowIconNew,
668
667
  offset: 0,
669
668
  dragging: false
670
669
  }),