Closed
Description
Field slots ignore "empty" templates. The demo has a template for slot "name" that is always empty (<div v-if="false">...</div>
). This behaviour can be seen in version 2.0.0-rc.27 but is broken in version 2.0.0-rc.28.
Steps to reproduce the bug
See Codesandbox: https://codesandbox.io/s/vue-template-4qygx
- Use dependency "bootstrap-vue@2.0.0-rc.27"
- Browser view shows empty table with header "Name"
- Change bootstrap-vue version to "2.0.0-rc.28"
- Browsr view shows table with header and 4 records.
Expected behavior
Table is expected to be empty as seen on version 2.0.0-rc.27
Versions
Libraries:
- BootstrapVue: 2.0.0-rc.28
- Vue: 2.5.22
Environment:
Codesandbox