coreui / bootstrap-vue

Bootstrap 5 components for Vue 3
https://coreui.io/bootstrap-vue/
MIT License
53 stars 3 forks source link

Add `v-on` support to CForm #5

Open eduards-amped opened 2 years ago

eduards-amped commented 2 years ago

For example, this works: <form @submit.prevent="onSubmit">

But this does not: <CForm @submit.prevent="onSubmit">

mrholek commented 2 years ago

@eduards-amped I will check