shallowMount & await useAsyncData
Can I use shallowMount instead mountSuspended if my component contain next code:
With mountSuspended I have a lot of problems.
With mountSuspended I have a lot of problems.
await useAsyncData('layoutGetCurrent', () => locationStore.getCurrent())