79241229

Date: 2024-12-01 09:14:48
Score: 1.5
Natty:
Report link

refs are automatically unwrapped when referenced in templates, please remove .value in the template:

<template>
  <div>
    Title: {{ data?.title }}
  </div>
</template>

Ref: https://vuejs.org/api/sfc-script-setup.html#reactivity

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
Posted by: Yue JIN