This repository has been archived by the owner on Jan 6, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 72
Devtools not showing/loading #74
Labels
P: laravel
Platform: laravel
Comments
Try 👇 {
plugins: [
VueDevTools({
appendTo: 'scripts/index.ts'
})
]
} |
The icon is showing but the content inside is a 404 Console errors:
It looks like whatever i'm returning by creating the route in laravel i'm getting in the popup. So maybe i should return a view that devtools need ? Not sure what the process would be. |
Thanks, this is quick, confirm fixed^_^ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We are using Laravel and InertiaJs so our 'index.js' html page is currently loaded by vite in index.blade.php
I see you provided an appendTo if you don't use a html file.. How does that work ? Are there any examples for using that?
index.blade.php
The text was updated successfully, but these errors were encountered: