Skip to content

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