[Vuejs]-V-if for surrounding element

0👍

v-else is fine, if you’re really concerned about it and are worried about the size of the content, then make that content a component.

alternatively you can use render functions or jsx, but unless this thing gets quite a bit more complex, v-else is just fine

Leave a comment