Discussion
Discussion copied to clipboard
why v-switch not included in vuejs and what the alternative way
i dont want to use {{if}}/{{else if}}/{{else}} because the conditions inside big for loop, so each loop must check the conditions but the switch/case will save this issue.
any suggestions/alternatives?
v-if won't work?