nativescript-vue / nativescript-vue-devtools

A NativeScript-Vue plugin for connecting to the standalone vue-devtools
https://nativescript-vue.org/en/docs/getting-started/vue-devtools/
MIT License
28 stars 7 forks source link

fix(deps): switch to nativescript-socketio and fix toaster #9

Closed anthonny closed 5 years ago

anthonny commented 5 years ago

This pull request fixes #6 #8

I use this dependencies:

"nativescript-toasty": "*",
"nativescript-socketio": "*",

instead of:

"nativescript-toast": "*",      
"nativescript-socket.io": "*",
anthonny commented 5 years ago

To be honnest, a part of the job was made here:

https://github.com/nativescript-vue/nativescript-vue-devtools/pull/7/files

But does not work with nativescript-toast I can close this PR and make changes on the @lafriks branch if you want