Hello everyone, i'm looking to hide element in a v-for by a value in v-model, i saw the filterBy method but i would like to do the inverse.
The filterBy method authorize a delimiter parameter but the source code only authorize 'in' and not 'not in' like i would like. (And the source code only say "because why not" ahah).
Hello everyone, i'm looking to hide element in a v-for by a value in v-model, i saw the filterBy method but i would like to do the inverse. The filterBy method authorize a delimiter parameter but the source code only authorize 'in' and not 'not in' like i would like. (And the source code only say "because why not" ahah).
So, how would you do it ?