Web Development Vue.js Mcq
Oct 03, 2025

How do you define computed properties with getter and setter?

Choose the correct answer:
A) computed: { prop: { get() {}, set() {} } }
B) computed: { prop() {} }
C) computed: { prop: function() {} }
D) Only A is correct
Discussion (0)

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

Share Your Thoughts
Feedback