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

Expects Vue to be on window #4

Open
petridw opened this issue Sep 20, 2017 · 2 comments
Open

Expects Vue to be on window #4

petridw opened this issue Sep 20, 2017 · 2 comments

Comments

@petridw
Copy link
Collaborator

petridw commented Sep 20, 2017

Vue.set(this.mutations, mutation.type + " | " + this.timeNow(), mutation.payload);

Looks like this expects Vue to be on the window, if it's not it bombs out here. Should be pretty easy to change it to use this.$set instead or import Vue from "vue" at top of file.

@dperrymorrow
Copy link
Owner

like this? 7095341

@petridw
Copy link
Collaborator Author

petridw commented Oct 10, 2017

yeah p much. not sure if there are anymore global references but that was the only one I saw at first

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants