Skip to content

Commit

Permalink
remove unnecessary import from example (#2635)
Browse files Browse the repository at this point in the history
  • Loading branch information
imddc committed Dec 29, 2023
1 parent 2d8272b commit 5cbf0bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/guide/components/v-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,6 @@ To conditionally adjust how the value should be read / written based on modifier

```vue{6-8}
<script setup>
import { computed } from 'vue'
const [model, modifiers] = defineModel({
set(value) {
if (modifiers.capitalize) {
Expand Down

0 comments on commit 5cbf0bf

Please sign in to comment.