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
<grid :rows="rows"></grid>
Here's the code. Actually the 'rows' property turn out to be the columns count of this grid. Did you guys have row and column mixed up?
row
column
The text was updated successfully, but these errors were encountered:
093de23
Yes, that's a naming mistake. And prop:rows is deprecated after next release.
Sorry, something went wrong.
No branches or pull requests
Here's the code. Actually the 'rows' property turn out to be the columns count of this grid. Did you guys have
row
andcolumn
mixed up?The text was updated successfully, but these errors were encountered: