Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Safari, IE11, Edge display/render data issue. #21

Open
simondavies opened this issue Apr 20, 2018 · 0 comments
Open

Safari, IE11, Edge display/render data issue. #21

simondavies opened this issue Apr 20, 2018 · 0 comments
Labels

Comments

@simondavies
Copy link

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.

@simondavies simondavies changed the title Safari & Windows display data issue. Safari, IE11, Edge display/render data issue. Apr 20, 2018
@Trekels Trekels added the bug label May 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants