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
Quasar: 0.15.2 OS: Mac OS Node: 9.3 NPM: 5.6 Browsers: Chrome iOS: N/A Android: N/A Any other software related to your bug:
https://jsfiddle.net/waugrryy/238/
In fiddle, QItem renders as a "a" tag, but QItemTile doesn't
Line 70 in QItemTile.js appears to render a div unless it's an icon
return h(this.icon ? QIcon : 'div', data, [ this.$slots.default ])
The text was updated successfully, but these errors were encountered:
fix: QItemTile not rendering tag property #1638
cb08d03
That's actually an error in docs. But regardless, added the feature :) Will be available in 0.15.3
Sorry, something went wrong.
No branches or pull requests
Software version
Quasar: 0.15.2
OS: Mac OS
Node: 9.3
NPM: 5.6
Browsers: Chrome
iOS: N/A
Android: N/A
Any other software related to your bug:
JsFiddle (for Quasar v0.15+ only)
https://jsfiddle.net/waugrryy/238/
What did you get as the error?
In fiddle, QItem renders as a "a" tag, but QItemTile doesn't
Line 70 in QItemTile.js appears to render a div unless it's an icon
return h(this.icon ? QIcon : 'div', data, [ this.$slots.default ])
The text was updated successfully, but these errors were encountered: