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

Not working when value is an object property #3

Open
smndhm opened this issue Jan 27, 2022 · 1 comment
Open

Not working when value is an object property #3

smndhm opened this issue Jan 27, 2022 · 1 comment

Comments

@smndhm
Copy link

smndhm commented Jan 27, 2022

Tried it on a Vue2 project, with the v1 version.

In my case, my model was :

<sl-input
    v-sl-value="user.lastname"
...
  ></sl-input>

And I got this error :
image

@smndhm
Copy link
Author

smndhm commented Jan 27, 2022

I guess this won't be fixed.

I it can help to fix this, I created the same directive localy but instead of Vue.set(...) I used lodash set function 🤷‍♂️

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

1 participant