Use computed attribute to return Map object, the object becomes unresponsive
Vue version
"vue": "^3.2.47"
Link to minimal reproduction
Steps to reproduce
click the 'claer Map' button and watch the console
What is expected?
It is hoped that the set method in computed will be triggered when data is modified.
What is actually happening?
When the 'claer Map' button is clicked, the page should clear the data and the console should print out the log information of 'value is change',and the ‘console.log(data.value)’ in the click event prints out an empty Map
System Info
No response
Any additional comments?
No response