learn-vue-tab
learn-vue-tab copied to clipboard
Repository with final code for LearnVue tutorial. The starter code can be found here.
Hello, I have followed the tutorial thoroughly, but the tab titles aren't displaying. I've tried copying whole files as well, but still without any result. Any idea what might be...
Is possible to programmatically open a tab? I need to make a link that would open an specific tab but I didn't found a way to do that. Thanks!
To make it work wit vue 3.4 and setup sugar syntax, i've updated the script as follow: ```vue import { computed, provide, ref, useSlots } from "vue"; const slots =...
First off thank you, I like the way you approached creating tabs, however there are a couple issues. This tabs component is not accessible at all. [Here is a fiddle](https://codepen.io/pen)...