-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Error: Avoid mutating a prop directly #637
Comments
This happens because |
I'm running into the same error, while 2.4.0 worked fine. Downgrading however removes the new Edit: I managed to find what caused this bug for me. I was also using |
You found a way to use vue2-filters with this one? |
I managed to get it working for my usecase. I was only using the So I got away with just copying the This way I have a standalone |
sounds like a bug, so issue should be reopened |
maybe not, looks like it was |
so any update from this one? my project using vue2-filters and now i want to integrate select2 (vue-select) into my project too and getting the same errors... any solution? |
it's not and
I see that @t0n1zz filed an issue there freearhey/vue2-filters#53 |
I tried to use basic
v-select
as followsBut I am getting following error in the console
Also
v-select
does not work. When I typedba
, the optionbar
is not getting filtered.How do I fix this issue?
The text was updated successfully, but these errors were encountered: