-
-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
This is an issue for tracking / planning what needs to be done in this plugin.
- Figure out how exactly Vue communicates with the devtools (
window.__VUE_DEVTOOLS_GLOBAL_HOOK__
I believe is where the hook needs to be injected) - Figure out the best / easiest way to get websockets working with ns
Idea: we could replace window.__VUE_DEVTOOLS_GLOBAL_HOOK__
using rollup in nativescript-vue core, with something like
try {
require('nativescript-vue-devtools')
} catch(e) {
Vue.config.debug && console.log('to use devtools install nativescript-vue-devtools blah blah')
}
Metadata
Metadata
Assignees
Labels
No labels