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

QItemTile not rendering tag property #1638

Closed
rettigd opened this issue Feb 24, 2018 · 1 comment
Closed

QItemTile not rendering tag property #1638

rettigd opened this issue Feb 24, 2018 · 1 comment
Milestone

Comments

@rettigd
Copy link

rettigd commented Feb 24, 2018

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 ])

@rstoenescu rstoenescu added this to the v0.15.3 milestone Feb 24, 2018
@rstoenescu
Copy link
Member

That's actually an error in docs. But regardless, added the feature :)
Will be available in 0.15.3

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

2 participants