We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is no posibility to hide title div. Even if I use empty v-slot="title" the component creates empty divwith margin-bottom: 20px;
v-slot="title"
div
margin-bottom: 20px;
add hide-title prop
hide-title
title div is a part of header now (hide-header prop removes title too) maybe it's a good idea to split them?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem to solve
There is no posibility to hide title div. Even if I use empty
v-slot="title"
the component creates emptydiv
withmargin-bottom: 20px;
Proposed solution
add
hide-title
propComments
title div is a part of header now (hide-header prop removes title too)
maybe it's a good idea to split them?
The text was updated successfully, but these errors were encountered: