1👍
Some ideas:
Call wrapper.vm.$nextTick()
before you take the snapshot.
Instead of using Vue.use()
, try localVue.use(Vuetify)
Source:stackexchange.com
1👍
Some ideas:
Call wrapper.vm.$nextTick()
before you take the snapshot.
Instead of using Vue.use()
, try localVue.use(Vuetify)