Plans from $25/month
This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
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
.