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 authored and Jinjiang committed Jan 9, 2024
1 parent 8987ab2 commit b3362db
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 @@ -375,8 +375,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 b3362db

Please sign in to comment.