You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like this expects Vue to be on the window, if it's not it bombs out here. Should be pretty easy to change it to use this.$set instead or import Vue from "vue" at top of file.
The text was updated successfully, but these errors were encountered:
electron-vue-debugger/src/NavTree.vue
Line 38 in eb1fe91
Looks like this expects Vue to be on the window, if it's not it bombs out here. Should be pretty easy to change it to use
this.$set
instead orimport Vue from "vue"
at top of file.The text was updated successfully, but these errors were encountered: