refactor: update no reactivity transform changes (#2639)
This commit is contained in:
parent
95e466146d
commit
70c7e93919
3 changed files with 3 additions and 3 deletions
|
@ -55,7 +55,7 @@ export function usePublish(options: {
|
|||
)
|
||||
})
|
||||
|
||||
watch(() => draft, () => {
|
||||
watch(draft, () => {
|
||||
if (failedMessages.value.length > 0)
|
||||
failedMessages.value.length = 0
|
||||
}, { deep: true })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue