lvlup-pro / spawn-frontend-material

Customer panel frontend for https://api.lvlup.pro
MIT License
7 stars 7 forks source link

Update to vuetify v0.8.8, closes #14 #30

Closed Libter closed 7 years ago

Libter commented 7 years ago

Unfortunately v-menu doesn't fully work - after addition and hot-reload everything is ok, but when I make full reload (F5) webpack crashes and displays error 500:

[Vue warn]: Error when rendering component <menu>:
error during render : /
ReferenceError: window is not defined
    at VueComponent.offset (__vue_ssr_bundle__:31956:19)
    at Watcher.get (__vue_ssr_bundle__:7675:27)
    at Watcher.evaluate (__vue_ssr_bundle__:7783:21)
    at VueComponent.computedGetter [as offset] (__vue_ssr_bundle__:7981:15)
    at VueComponent.position (__vue_ssr_bundle__:32017:26)
    at Watcher.get (__vue_ssr_bundle__:7675:27)
    at Watcher.evaluate (__vue_ssr_bundle__:7783:21)
    at VueComponent.computedGetter [as position] (__vue_ssr_bundle__:7981:15)
    at VueComponent.styles (__vue_ssr_bundle__:32024:20)
    at Watcher.get (__vue_ssr_bundle__:7675:27)

Have you any ideas how to fix it?

SystemZ commented 7 years ago

v-menu in v-toolbar-items in App.vue crashes, let's just comment it out and sort out rest

Libter commented 7 years ago

Done.

SystemZ commented 7 years ago

Awesome! There are few little regressions but lets get it done by separate issues later