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

Collection view incorrectly renders fields and item props #17

Closed
brandold opened this issue Oct 3, 2019 · 2 comments
Closed

Collection view incorrectly renders fields and item props #17

brandold opened this issue Oct 3, 2019 · 2 comments
Assignees

Comments

@brandold
Copy link
Contributor

brandold commented Oct 3, 2019

https://bootstrap-vue.js.org/docs/components/table/

The collection view is rendering item data that shouldn't be shown per the bootstrap vue docs.

@brandold brandold self-assigned this Oct 3, 2019
@brandold brandold added this to the Beta 0.1.1 milestone Oct 3, 2019
@brandold
Copy link
Contributor Author

brandold commented Oct 3, 2019

This looks to be caused by the fields prop being declared incorrectly as an object, rather than an array of objects.

"Invalid prop: type check failed for prop "fields". Expected Array, got Object "

Making this code change and closing the issue.

@brandold
Copy link
Contributor Author

brandold commented Oct 3, 2019

Pushed fix in:

1ca0165

@brandold brandold closed this as completed Oct 3, 2019
This was referenced Oct 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant