webfansplz / vite-plugin-vue-inspector

jump to editor source code while click the element of browser automatically.
MIT License
685 stars 70 forks source link

Quasar framework problem #47

Open fprijate opened 1 year ago

fprijate commented 1 year ago

Plugin doesn't works with Quasar error is: GET http://0.0.0.0:9300/__open-in-editor?file=AppLibrary\libFront\GlobalComponents\HomeComp.vue:2:3 net::ERR_ADDRESS_INVALID.

As I see the problem is in url 0.0.0.0:9300

When I send GET localhost:5173/__open-in .... from Postman, component is opened in VSC. Maybe it's Quasar problem

webfansplz commented 1 year ago

Thanks for the feedback. Can you provide a mini repo?