Hey there! Sorry to hear you’re upset.
Looking at the error message, it looks like the "{activeIndex}"
bit is the problem. the {}
seem to be making vue think it needs to destructure that property from the components data. can you try
<form-wizard v-slot:default="activeIndex">
If that doesn’t work, could you provide a sample project to inspect?