How to use onMounted after await statements?
I need to define an onMounted
hook after the first await
statement because the hook depends on the awaited value. But this results in a warning:
I need to define an onMounted
hook after the first await
statement because the hook depends on the awaited value. But this results in a warning: