diff --git a/packages/core/computedAsync/index.ts b/packages/core/computedAsync/index.ts index 0c836c2c5f2..782abf2f28c 100644 --- a/packages/core/computedAsync/index.ts +++ b/packages/core/computedAsync/index.ts @@ -42,7 +42,7 @@ export interface AsyncComputedOptions { * Possible values: `pre`, `post`, `sync` * * It works in the same way as the flush option in watch and watch effect in vue reactivity - * @default 'pre' + * @default 'sync' */ flush?: 'pre' | 'post' | 'sync' @@ -98,7 +98,7 @@ export function computedAsync( const { lazy = false, - flush = 'pre', + flush = 'sync', evaluating = undefined, shallow = true, onError = noop, pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy