You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
src/scripts/mixins/sync.js
第20-24行,为什么
this.currentValue = undefined
?把空数组变为
undefined
导致在项目中watchthis.currentValue
的变化时多触发一次change事件。The text was updated successfully, but these errors were encountered: