mapexpert
Results
2
comments of
mapexpert
this worked for me ``` ``` ```... methods: { slotName(slot) { return ['title', 'header', 'footer'].indexOf(slot) === -1 ? slot : `modal-${slot}` }, ```
I spent the whole day but I made it work: 1. npm i vue-functional-data-merge 2. Extract into your plugins directory: [icons.zip](https://github.com/bootstrap-vue/bootstrap-vue/files/12287917/icons.zip) In my case the problem was in webpack that...