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

fix: value replaced with modelValue #5

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

Conversation

ArutaGerman
Copy link

@ArutaGerman ArutaGerman commented Mar 25, 2024

Vue 3 uses modelValue instead of value in Vue 2.

If the parent component changes modelValue, Treeselect does not trigger an update because the value property has been set to watch. Now this is the modelValue.

Additionaly:

  1. added flag for npm. This change allows you to work with Node.js v18+
  2. all console.log removed

@radek-altof
Copy link

@bosquig Please merge this fix.

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.

2 participants