Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Field slots ignore "empty" templates #4007

Closed
umbertooo opened this issue Sep 3, 2019 · 2 comments
Closed

Field slots ignore "empty" templates #4007

umbertooo opened this issue Sep 3, 2019 · 2 comments

Comments

@umbertooo
Copy link

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

  1. Use dependency "bootstrap-vue@2.0.0-rc.27"
  2. Browser view shows empty table with header "Name"
  3. Change bootstrap-vue version to "2.0.0-rc.28"
  4. 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

Demo link

https://codesandbox.io/s/vue-template-4qygx

@tmorehouse
Copy link
Member

This will be fixed in the 2.0.0 stable release.

See PR a392059

and #3862

@tmorehouse
Copy link
Member

BootstrapVue v2.0.0 stable has been released. See https://bootstrap-vue.js.org/docs/misc/changelog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants