You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to preload an image within <Head> using <link rel="preload".... but it doesn't seem to preload it. I tried to preload the same resource in the app.blade.php and it preloaded it.
Steps to reproduce:
1- Create a vue page with component.
2- Add an image to the component.
3- import and use component form "@inertiajs/vue3"
4- add <link rel="preload" href="image/path" > in <Head>
5- Check the Network tab in the devtools
The text was updated successfully, but these errors were encountered:
Version:
@inertiajs/vue3
version: 1.0.16Describe the problem:
I am trying to preload an image within
<Head>
using<link rel="preload"....
but it doesn't seem to preload it. I tried to preload the same resource in the app.blade.php and it preloaded it.Steps to reproduce:
1- Create a vue page with component.
2- Add an image to the component.
3- import and use component form "@inertiajs/vue3"
4- add
<link rel="preload" href="image/path" >
in<Head>
5- Check the Network tab in the devtools
The text was updated successfully, but these errors were encountered: