vuejs / Discussion

Vue.js discussion
166 stars 17 forks source link

why v-switch not included in vuejs and what the alternative way #1319

Open islamzatary opened 6 years ago

islamzatary commented 6 years ago

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?

mykeels commented 6 years ago

v-if won't work?