Quasar:0.14.1
OS:windows 10
Node: 5.^
NPM:6.^
Browsers:Chrome
iOS:
Android:
Any other software related to your bug:
Alert component HTML property not accepting html tags
As per property name it shut accept html tags as value
import { Alert } from 'quasar'
Alert.create({
enter: 'bounceInRight',
leave: 'bounceOutRight',
color: 'positive',
icon: 'info',
html: `<h6>` + title + `</h6><br><br>` + message,
position: 'top-right'
})
Preview
Available in edge and future v0.14.2
I had opened this ISSUE( #731 ).
Hahaha I knew I was not crazy!
Most helpful comment
Available in edge and future v0.14.2