Closed ehben83 closed 8 years ago
It's most likely that <template>
tag. Can you try to place verified
component template right in template
key of the component, rather than in HTML?
...
template: '<span title="Verified!" data-toggle="tooltip" data-placement="bottom" :class="[\'verified\', verified ? \'icomoon-checkmark-circle\' : \'\']"></span>'
...
Also, better use forum.vuejs.org.
Hi @azamat-sharapov, thank you for your reply. That was it !!
Ok for the forum. Didn't know about it. Thanks man.
Hi,
I'm struggling on this for the past few days ... and don't understand what's wrong. I have created components, that work on Chrome, Firefox and Safari but not IE (IE9, IE10, IERemote) !
In IE, the property of the component ("verified") doesn't seem to have value, leading to a javascript error. Using this vue.js :
HTML (the listing.verified contains true of false value)
Template (the verified prop doesn't seem to have any value in the verified template (in IE only, in other browsers : OK !).
Component :
Any idea on what is going on ?