Mario
Mario
Yeah, sadly Outlook doesn't support cc or bcc from a mailto link. My guess is that this bug has to do with that. I'll take a look as soon as...
This will be a good thing to look into once most of the kinks are worked out, and mailtoui is ready for prime time. I'll keep this in mind. Thanks!
I just tried it and it's working for me. I wonder if there's something in your setup that's preventing it from working. Could you please share a gist to show...
Everything seems to be ok... This shouldn't really matter, but remove the semicolon at the end of this line: https://gist.github.com/robertjoellewis/afbb9f3e6737ffe83f1b89214fc373b1#file-revealpage-vue-L631 And try this, remove the image inside the `a` tag...
Hmmm... I can see how that could be the issue. However, I don't have a whole lot of experience with vue-router, so it's going to take me a little while...
Hi James, thanks for reporting this! I'll take a look as soon as I can.
Hi Alejandro, Thank you for reaching out and reporting this. At first glance, I think you're right. There's no need to set the icons again in the hydrateModal() method. This...
You have the wrong syntax in the options object. You must separate each key:value pair with a comma instead of a semi-colon. Change it to this and it will work:...
Are you getting any kind of error in the console? What does your mailto link look like? Did you add the `mailtoui` class to the `` tag?
@salime45 I wonder if WP or a WP plug in is the cause of this. The data-options attribute has worked in every environment I tested in. I'll have to look...