Web Development Vue.js Mcq
Oct 03, 2025

How do you define props with validation?

Choose the correct answer:
A) props: ["name"]
B) props: { name: String }
C) props: { name: { type: String, required: true } }
D) Both B and C
Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback