@edgedev/create-edge-app 1.2.32 → 1.2.33

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/pages/app.vue +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edgedev/create-edge-app",
3
- "version": "1.2.32",
3
+ "version": "1.2.33",
4
4
  "description": "Create Edge Starter App",
5
5
  "bin": {
6
6
  "create-edge-app": "./bin/cli.js"
package/pages/app.vue CHANGED
@@ -260,18 +260,18 @@ edgeGlobal.edgeState.userRoles = [
260
260
  },
261
261
  ]
262
262
 
263
- edgeGlobal.edgeState.menuItems = [
264
- {
265
- title: 'Dashboard',
266
- to: '/app/dashboard/things',
267
- icon: 'LayoutDashboard',
268
- },
269
- {
270
- title: 'Sub Things',
271
- to: '/app/dashboard/subthings',
272
- icon: 'Package',
273
- },
274
- ]
263
+ // edgeGlobal.edgeState.menuItems = [
264
+ // {
265
+ // title: 'Dashboard',
266
+ // to: '/app/dashboard/things',
267
+ // icon: 'LayoutDashboard',
268
+ // },
269
+ // {
270
+ // title: 'Sub Things',
271
+ // to: '/app/dashboard/subthings',
272
+ // icon: 'Package',
273
+ // },
274
+ // ]
275
275
  </script>
276
276
 
277
277
  <template>