NuxtN
Nuxt13mo ago
Yuri

shallowMount & await useAsyncData

Can I use shallowMount instead mountSuspended if my component contain next code:
  await useAsyncData('layoutGetCurrent', () => locationStore.getCurrent())


With mountSuspended I have a lot of problems.
Was this page helpful?