coreui / bootstrap-vue

Bootstrap 5 components for Vue 3
https://coreui.io/bootstrap-vue/
MIT License
54 stars 3 forks source link

Support Vue router props in CDropdownItem / Link #3

Open joel-wenzel opened 2 years ago

joel-wenzel commented 2 years ago

Currently CDDropdownItem only supports href prop. It would be nice if the Vue Router object props were also supported.

New Props:

CDDropdownItem currently extends CLink so it would be nice to implement this logic in CLink so it could be shared by all linkable components.

I can create a PR for this if you are ok with the feature.