79306774

Date: 2024-12-25 02:50:21
Score: 1.5
Natty:
Report link

v-model is a two-way binding but props and computed are supposed to be one-way readonly. The proper way is to have a props-emit pair for a value. This can be easily done using the definemodel() macro which is available in 3.4.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Starts with a question (0.5): is a
  • Low reputation (0.5):
Posted by: R.P. Pedraza