bootstrap-vue icon indicating copy to clipboard operation
bootstrap-vue copied to clipboard

Support Vue router props in CDropdownItem / Link

Open joel-wenzel opened this issue 3 years ago • 0 comments

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.

joel-wenzel avatar Jan 06 '22 02:01 joel-wenzel