dominykasgithub
dominykasgithub
since it came out, maybe there's plans for releasing update?
cool, `$children` was removed, now this is how it's done Tabs.vue ``` {{ tab.name }} export default { name: "Tabs", data() { return {tabs: [] }; }, created() { },...
and this is pretty cool scss for tabs ``` .tabs-component-tabs { padding-inline-start: 0; border: solid 1px #ddd; border-radius: 6px; margin-bottom: 5px; } @media (min-width: 700px) { .tabs-component-tabs { border: 0;...