If I access an URL with a preexisting hash in it, the browser will scroll down to the section. That's because the Tab component has an id generated, and this is how it should work in general, except in this case. A simple solution would be to have a data-id attribute instead of an id to fix this issue.
There should be an option to add the hash in the URL if the option defaultTabHash is specified. Right now only when you click on the tabs will add the hash.
Related to https://github.com/Jacobs63/vue3-tabs-component/issues/22
If I access an URL with a preexisting hash in it, the browser will scroll down to the section. That's because the Tab component has an id generated, and this is how it should work in general, except in this case. A simple solution would be to have a data-id attribute instead of an id to fix this issue.
There should be an option to add the hash in the URL if the option defaultTabHash is specified. Right now only when you click on the tabs will add the hash.