https://stackoverflow.com/questions/53362724/laravel-vue-page-redirection
Apr 12, 2021
4
Level 1
How to redirect from vue component to laravel blade file.
Hello everyone. I am working on a vue.js laravel project. I have used vue-router. I have used a jquery plugin that is not working in vue component. So, I have used the plugin in the blade.php file. Now, I want to redirect from vue component to laravel blade file in order to use that particular plugin which is important for my project. How can I achieve that? What are the ways of achieving the goal?
Please or to participate in this conversation.