0

I want Vue.js to show a div only if the defined variable is set to a value, as of now I can use v-show="variable", and if that variable is set, it will show, but I'd like to be able to do v-show"variable=5", and have it show, is that possible?

1 Answer 1

1

I'm kind of embarrassed, it was simply because I was using a single equal sign instead of a double equal sign. v-show="variable == 5" works.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.