Skip to content

Commit 95f0f90

Browse files
committed
remove unnecessary space
1 parent fe15ed8 commit 95f0f90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/guide/components/v-model.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ Here's another example of using modifiers with multiple `v-model` with different
449449
<div class="composition-api">
450450

451451
```vue{5,6,10,11}
452-
<script setup >
452+
<script setup>
453453
const props = defineProps({
454454
firstName: String,
455455
lastName: String,
@@ -487,4 +487,5 @@ export default {
487487
}
488488
</script>
489489
```
490+
490491
</div>

0 commit comments

Comments
 (0)