i had a problem with my metronic template demo 5 i am using laravel inertia js with vue3
laravel:v9.2
php:v8.0.2
vue:v3
inertia:v0.6
the scripts.bundle.js is not loaded properly it causes problem in
Hi Ahmad,
At the moment, our team hasn't tried Interia together with Metronic, we will check Interia and will consider using it in Metronic in the upcoming future.
Could you please check your browser console for errors?
I assume that you might have problems with our js files when trying to use them in the SPA version since we are initializing our main js files only on first page load, when you go to another page without refreshing, components used inside a page will not be working. You will need to trigger our component initialization functions on every page separately. You can refer to the initialization file in our Vue version src/core/plugins/keenthemes.ts.
Regards,
Lauris Stepanovs,
Keenthemes Support Team