Open kingyue737 opened 10 months ago
I see the same issue, however, my component is written with the composition API.
I see the same issue, however, my component is written with the composition API.
Did you guys found a solution? i'm having the same issue in nuxt 3 app
I'm having the same issue with mountSuspended
, but it works when I use mount
from @vue/test-utils
.
Environment
Build Modules: -
Reproduction
https://stackblitz.com/edit/github-ddvycp
Describe the bug
wrapper.vm.$data
is emptywrapper.setData({...data})
will result into error:Furthermore, I cannot call any method of the component instance:
Additional context
Component written in composition api doesn't have this issue. @vue/test-utils doesn't have this issue.
Logs
No response