Open islamzatary opened 7 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?
v-if won't work?
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?