Complete Vue.js 2 Web Development_ Practical guide to building end-to-end web development solutions with Vue.js 2

(singke) #1
Getting a List of Files Using the Dropbox API Chapter 4

Using the created() function gives us access to the methods and data while being able to


start our retrieval process as Vue is mounting the app. The time between these various
stages is split-second, but every moment counts when it comes to performance and creating


a quick app. There is no point waiting for the app to be fully mounted before processing
data if we can start the task early.

Free download pdf