You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be said that the v-tabs directive is not working anymore correctly with the div fallback. This is mainly a css issue. For reproducing the working "fallback" you should leave <v-tabs> as it is and only change <v-page(s)> to <div vpage(s)> and also the css accordingly.
Sry for the inconvenieunce, but I found out the issue is a css related issue.. The problem does not lie in the elements custom name but rahter in some css that the v-tabs-directive contains.
When the slider is used within a directive with custom element, for example the https://github.com/LukaszWatroba/v-tabs, the following error is thrown:
TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'
The corresponding code is:
A temporary solution is to use divs as fallback:
This does work as expected.
The text was updated successfully, but these errors were encountered: