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
Hello. Thanks for a great component. But I can't seem to get it to run. I have a Laravel 9 + vue 3 + bootstrap 5 project. Everything works fine through blade + vue component . But there is a big problem: the html vue component is not visible in the source code of the pages. I realized that I need to implement SSR technology. Found your SPLADE. I think it will solve my problems. I installed it, connected it according to the instructions...
And every time I get the same error...
after including the @splade directive, I get error: Undefined variable $components (in blade )
Help solve the problem, so that it would work alo !!!! I would be very grateful for any help
Realmente é um problema que me incomoda bastante, estou com esse problema também, mas com laravel 10.4x, php 8.3.3, eu acho que não é bem um erro mas sim um comportamento indesejado por falta de seguir algum padrão.
Description:
Hello. Thanks for a great component. But I can't seem to get it to run. I have a Laravel 9 + vue 3 + bootstrap 5 project. Everything works fine through blade + vue component . But there is a big problem: the html vue component is not visible in the source code of the pages. I realized that I need to implement SSR technology. Found your SPLADE. I think it will solve my problems. I installed it, connected it according to the instructions...
And every time I get the same error...
after including the @splade directive, I get error: Undefined variable $components (in blade )
Help solve the problem, so that it would work alo !!!! I would be very grateful for any help
Steps To Reproduce Issue:
resources/views/root.blade.php
vite.config.js
resources/js/app.js
routes/web.php
app/Http/Controllers/MainController.php
I would be extremely grateful for any help
The text was updated successfully, but these errors were encountered: