⬅️ Back to Table of Contents
📄 demo.client.vue
📊 Analysis Summary
Metric |
Count |
📦 Imports |
3 |
📊 Variables & Constants |
1 |
🟢 Vue Composition API |
1 |
📚 Table of Contents
🛠️ File Location:
📂 packages/integrations/useAsyncValidator/demo.client.vue
📦 Imports
Name |
Source |
Rules |
async-validator |
useAsyncValidator |
@vueuse/integrations |
reactive |
vue |
Variables & Constants
Name |
Type |
Kind |
Value |
Exported |
rules |
Rules |
let/var |
`{ |
|
name: { |
|
|
|
|
type: 'string', |
|
|
|
|
min: 5, |
|
|
|
|
max: 20, |
|
|
|
|
required: true, |
|
|
|
|
}, |
|
|
|
|
age: { |
|
|
|
|
type: 'number', |
|
|
|
|
required: true, |
|
|
|
|
}, |
|
|
|
|
email: [ |
|
|
|
|
{ |
|
|
|
|
type: 'email', |
|
|
|
|
required: true, |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
}` |
✗ |
|
|
|
Vue Composition API
Name |
Type |
Reactive Variables |
Composables |
reactive |
reactive |
none |
none |