This lesson is for members. Join us?
Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.
Fetch the Select Fields Options from the Database
Select fields are empty, so we need to fetch the required options from the database. By querying projects and profiles, we’ll map the data into the right format for our form. To keep things efficient, multiple queries will run simultaneously using Promise.all.
