Open crearis opened 1 month ago
The error in the tabs is caused by a comment that is being parsed as a Tab
component. If you remove it, everything should work fine. See here:
Regarding the useRoute
warning, I'm not sure of its origin, but I believe it is related to Nuxt Content. It also appears when you use NuxtLink
directly.
Can you provide more context on "Create stepper"?
ok, shit that is weird!! Thanks a lot ...
THIS WHOLE THING IS ON BRANCH feat/stepper-details
TWO ERRORS
component tabs gets error when accessed from page /details
A) Error
Unhandled error during execution of mounted hook at <Tabs>
Mein Problem seem to be this: tabTitles in tabs-component are Array[0] even if the 4 tabs in the default-slot have titles
Additional Errors:
If I
http://localhost:3000/ausbildung-theaterpaedagogik/einstiege_complex
CREATE STEPPER
It should take the stepper-captions from (maybe reuse the tab-component)?
data.details (item) > item.title ? item.title : index
The Stepper-Content-Panes are identical with