-
Notifications
You must be signed in to change notification settings - Fork 70
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
Edit Event Modal not working #66
Comments
I'm getting the same problem. |
Sorry this is taking so long. I was having problems reproducing this problem but encountered it once I did a fresh The error is actually being caused by some of the dialog code that looks to be outside of the calendar components (namely this). That said, similar code is being called elsewhere without issue so I have to assume for the moment that the calendar code is calling the dialog incorrectly. Still trying to figure out the root of the problem however. |
Okay, I believe I have this figured out. Of all the weird things, I think this may be caused because of the way the I have a local version here that appears to be working correctly and will be pushing that in the next day or so. |
…e dependency structure to try and avoid having multiple copies of Vue initialized which might be causing #66.
I'm getting the following error:
Using Quasar 1.0.3. Nothing fancy in the component, just adding an event array with 1 event as per the example.
Clicking on the event causes the error above... incompatibility with 1.0.3 or am I missing something?
The text was updated successfully, but these errors were encountered: