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/CHANGELOG.md +5 -0
- package/dist/index.native.js +0 -1
- package/dist/index.native.js.map +1 -1
- package/dist/index.web.js +1 -2
- package/dist/index.web.js.map +1 -1
- package/package.json +1 -1
- package/packages/dof-cell/index.vue +0 -1
package/CHANGELOG.md
CHANGED
package/dist/index.native.js
CHANGED
|
@@ -20198,7 +20198,6 @@ exports.default = {
|
|
|
20198
20198
|
},
|
|
20199
20199
|
data: function data() {
|
|
20200
20200
|
return {
|
|
20201
|
-
arrowIcon: icon.arrowIconNew,
|
|
20202
20201
|
offset: 0,
|
|
20203
20202
|
dragging: false
|
|
20204
20203
|
};
|