webfansplz / vite-plugin-vue-inspector

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

Doesn't work with Laravel Inertia Vue stack. #99

Closed anchan42 closed 3 months ago

anchan42 commented 3 months ago

I can't get it to work. The vite running ok but nothing is showing on the app page.

anchan42 commented 3 months ago

I got it working by setting the appendTo options. Hope it help some body that might have similar problem 😀

Inspector({ enabled: true, toggleButtonVisibility: 'always', launchEditor: 'code', appendTo: 'resources/js/app.js' }),