HJ29 / vue3-tabs

A touch swipe tabs for vue 3
39 stars 7 forks source link

Html comments inside tab-panels cause TypeError #11

Open overbost opened 2 years ago

overbost commented 2 years ago
<tab-panels>
 <!-- comments -->
<tab-panel></tab-panel>
<tab-panel></tab-panel>
</tab-panels>

TypeError: vnodes.map is not a function

tab-panels allow only tab-panel children, if there are comments inside an error will throw.

I suggest to display some warnings on console before the error, so people know what the error mean without know the code.