[Vuejs]-Is it possible to rely on computed-properties-mapped-getter-values inside a created block in a Vue instance?

0👍

Hooks are just functions that get fired on proper times – they are announcement not middleware. So, async hook does not wait to being fulfilled. You should provide a default value for the app getter __ either in the getter function or its state.

Leave a comment