[Vuejs]-How to fetch data before mounting the root Vue instance?

3👍

What you are doing is fine. There is a refresh button at the top right of the Vue dev tools. Click it and your asynchronously loaded Vue instance should be detected.

👤Bert

Leave a comment