Skip to content

Commit

Permalink
docs: fix confused between validateOnModelUpdate (#4747)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmnzt committed Jun 2, 2024
1 parent 17a211d commit 39b22f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/guide/composition-api/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ You can change that behavior. For example, you can make it "lazy" by passing a c

<Repl files={{ 'App.vue': 'CompositionInputBindsBasic03' }} client:visible />

Now as you type in the field, the input is immediately validated. You can do more with dynamic configurations.
Now as you type in the field, the input is not immediately validated. You can do more with dynamic configurations.

### Components

Expand Down

0 comments on commit 39b22f5

Please sign in to comment.