We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Ok i have this all working and all good (well done nice)...
But then i go to check site in Safari and IE 11 and Edge and the event data is not displaying.
take a look at the following version of your demo. https://codesandbox.io/s/3qvy2zp28m
I have simply added one data item so test.
<vue-calendar :events="data" ......... rest of code ></vue-calendar> export default { name: "HelloWorld", data() { return { data: [{ start: "2018,04,14", title: "11:30 am" }] .....
No in chrome and FF it displays ok, but in IE11, Edge and Safari the date does not display at all.
It looks like its not being rendered as at.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ok i have this all working and all good (well done nice)...
But then i go to check site in Safari and IE 11 and Edge and the event data is not displaying.
take a look at the following version of your demo.
https://codesandbox.io/s/3qvy2zp28m
I have simply added one data item so test.
No in chrome and FF it displays ok, but in IE11, Edge and Safari the date does not display at all.
It looks like its not being rendered as at.
The text was updated successfully, but these errors were encountered: