wffranco / vue-strap

Bootstrap components built with Vue.js
http://wffranco.github.io/vue-strap/
MIT License
338 stars 133 forks source link

Add ability to customize aside dialog with slot #162

Open kirantambe opened 6 years ago

kirantambe commented 6 years ago

There is not slot for <div class="aside-dialog"> So if someone needs to use something custom it cannot be done. I suggest we add

<slot name='aside-dialog'>
  <div class="aside-dialog">
  ...
</slot>