dperrymorrow / electron-vue-debugger

component for debugging components vuex and more within an electron app
MIT License
6 stars 3 forks source link

Expects Vue to be on window #4

Open petridw opened 7 years ago

petridw commented 7 years ago

https://github.com/dperrymorrow/electron-vue-debugger/blob/eb1fe915278c1cd6c5600f552346e77f92091fed/src/NavTree.vue#L38

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.

dperrymorrow commented 7 years ago

like this? 7095341de860d71e3e3fec18dc60aac3e85d0885

petridw commented 7 years ago

yeah p much. not sure if there are anymore global references but that was the only one I saw at first