fatihsolhan / v-onboarding

v-onboarding is a super-slim, fully-typed onboarding component for Vue 3
https://v-onboarding.fatihsolhan.com/
MIT License
170 stars 22 forks source link

toRefs expects a reactive object but received a plain one #84

Closed FabianWassermann closed 1 year ago

FabianWassermann commented 1 year ago

Describe the bug The onboarding tour is not starting because of this warning: "toRefs() expects a reactive object but received a plain one."

To Reproduce Steps to reproduce the behavior:

  1. Vue Version 3.3.0
  2. install and setup like in documentation
  3. See warning

Expected behavior The tour should start.

Screenshots image image image

Desktop (please complete the following information):

fatihsolhan commented 1 year ago

Thank you @FabianWassermann, this is fixed with #80