We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 :
The text was updated successfully, but these errors were encountered:
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 🤷♂️
Sorry, something went wrong.
No branches or pull requests
Tried it on a Vue2 project, with the v1 version.
In my case, my model was :
And I got this error :
The text was updated successfully, but these errors were encountered: