This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
Make the Project Page Template Dynamic
The Composition API Masterclass is coming soon!
Sign-up for the Vue.js Masterclass 2024 Edition.
To wrap up the project page, it's time to make the template fully dynamic. We'll use Vue's mustache syntax to inject dynamic values right into the template. Along the way, we realized we missed an important column in the projects table, so we'll add that, run the migrations, update the seeder, and regenerate the types to keep everything in sync with our database.