The following Pug/Jade: div(v-b-toggle.accordion) results in the following HTML: <div v-b-toggle.accordion="v-b-toggle.accordion"></div> instead of: <div v-b-toggle-accordion></div> This can be fixed by setting the compiler option `doctype: 'html'`.