Generate inertia-link using b-link
See original GitHub issueIs your feature request related to a problem? Please describe…
Currently it is not possible to generate an inertia-link
using the b-link
(and all related) components.
Describe the solution you’d like
The ability to generate links based on any route components, not just the ones based on vue-router
Describe alternatives you’ve considered
The only solution now is to generate links via inertia-link
component and manually apply all necessary bootstrap classes.
Additional context
I’m just trying to make InertiaJS and BoostrapVue work together 😃
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (3 by maintainers)
Top Results From Across the Web
Links - Inertia.js
To create an Inertia link, use the Inertia <Link> component. Note, any attributes you provide will be proxied to the underlying tag. Vue...
Read more >Introducing Inertia.js - Jonathan Reinink
My goal with this approach is to allow developers to build rich client-side apps without all the complexity of building a full-on single-page ......
Read more >The Ultimate Guide to Inertia.js - Kinsta
A look at how Inertia.js makes constructing single-page applications a piece of cake, while solving other problems for developers.
Read more >Reddit Clone Full Tutorial with Laravel, Inertia JS and VueJS
In this video, we are going to see the project overview.Fullstack Reddit CloneLaravel Reddit clone.Laravel tutorial.
Read more >Laravel Inertia JS Portfolio Project Full tutorial - YouTube
This video will show you how to build a full portfolio project with Laravel 9 and InertiaJS.Learn how to build a Portfolio project...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
this works fine but when used on b-pagination-nav it can’t set the active page… 'cos of missing router Is there any workaround??
Just bumped into this as well. The solution seems very simple though. Not sure if it has other implications, however in the 30 seconds I tested this with a pretty complex UI, it seems that inertia does intercept all links.
RouterLink.vue
app.js