@lancom/shared 0.0.335 → 0.0.336

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/routes/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lancom/shared",
3
- "version": "0.0.335",
3
+ "version": "0.0.336",
4
4
  "description": "lancom common scripts",
5
5
  "author": "e.tokovenko <e.tokovenko@gmail.com>",
6
6
  "repository": {
package/routes/index.js CHANGED
@@ -112,7 +112,7 @@ module.exports = function(routes, resolve) {
112
112
  }, {
113
113
  name: 'customer-orders',
114
114
  path: '/customer/orders',
115
- component: resolve('@lancom/shared/pages/customer/orders.vue'),
115
+ component: resolve('@lancom/shared/pages/customer/orders/index.vue'),
116
116
  chunkName: 'pages/customer/orders'
117
117
  }, {
118
118
  name: 'customer-recovery',