yuche / vue-strap

Bootstrap components built with Vue.js
http://yuche.github.io/vue-strap/
MIT License
4.71k stars 932 forks source link

enhancement: tab header can't contain vm objects #420

Open pomarc opened 7 years ago

pomarc commented 7 years ago

it would be useful if one could write: <tab header="Messages <div class='badge'>{{numberOfMessages}}</div>">

now the resulting header is Messages {{numberOfMessages}}