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
notice that setData does not modify composition API setup() data.
Also I've tried global.provide, but it only works for provide/inject methods.
So, the goal here is to wrap some variables declared in the setup() component function (probably inside Mount or shallowMount methods) so I can test it isolated.