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

inject: check first if Vue prototype key exists. #55

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

phlegx
Copy link

@phlegx phlegx commented Sep 17, 2020

What kind of change does this PR introduce?

Function inject uses prototype for Vue to inject a new object without to check if the key already exists.

What is the current behavior?

No property check before inject new object. Results in an error.

What is the new behavior?

Function inject tests if the key already exists in Vue. If the key exists, adding is skipped for Vue object.

Checklist:

  • Documentation
  • Tests

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

Successfully merging this pull request may close these issues.

1 participant