79603861

Date: 2025-05-02 17:36:28
Score: 0.5
Natty:
Report link

Object.assign didn't seem to work for me, probably because I was resetting with a static const array that was somehow being used within the reactive. Instead I used the following in vue 3:

data.splice(0, Infinity, ...defaultData.slice())
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: racitup