Closed btea closed 2 months ago
Good idea
I tried it briefly, and found that autoSave
and Show Error
are not the same. autoSave
is passed in through props, and it seems that it cannot be modified directly. What do you think is a better way to deal with it? 🤔
We can let autoSave
be a model - use defineModel
instead.
Currently,
autoSave
is reactive, can we add a toggle button likeShow Error
?