Skip to content

useAsyncValidator

类别
导出大小
1.04 kB
@vueuse/integrations
最近修改
2 days ago

async-validator 的封装器。

🌐 Wrapper for async-validator.

示例

Available in the @vueuse/integrations add-on.

安装

🌐 Install

bash
npm i async-validator@^4

用法

🌐 Usage

ts
import { 
useAsyncValidator
} from '@vueuse/integrations/useAsyncValidator'
js
export {}