[Vuejs]-Wrong charset in form in Vue JS inline template

0👍

Ok. So minor glitch happening there. Apparently the php script didn’t work as planned. I was using iso instead of utf-8 🙂 Apparently using vue / vue-router (with inline templates) with a php script for sending mails requires one to use utf-8 and not iso.

Leave a comment