The point is that I have a tab panel made with Bootstrap
of Vue
. Each of these tabs has a textarea
which shows a text. Basically I do not know how to make that tab whose textarea
is empty, not shown in the tab panel.
So far it had only occurred to me to put a v-if
that compared the length of string
containing the textarea
and if it is less than 1, it would not show, but I do not know the syntax to do that. If someone comes up with another way to make it welcome, be it.