mcrm-mobile 1.1.4 → 1.1.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/es/biz/index.js CHANGED
@@ -53,7 +53,8 @@ export default create({
53
53
  "menus": biz.menuList,
54
54
  "row": _vm.row,
55
55
  "custom-event-list": _vm.customEventList,
56
- "route-list": _vm.routeList
56
+ "route-list": _vm.routeList,
57
+ "hide-header-list": _vm.hideHeaderList
57
58
  },
58
59
  on: {
59
60
  "click": _vm.onClick,
@@ -109,7 +110,8 @@ export default create({
109
110
  "show-hot": _vm.showHot,
110
111
  "row": _vm.row,
111
112
  "custom-event-list": _vm.customEventList,
112
- "route-list": _vm.routeList
113
+ "route-list": _vm.routeList,
114
+ "hide-header-list": _vm.hideHeaderList
113
115
  },
114
116
  on: {
115
117
  "click": _vm.onClick,