Skip to content

Commit 3dfd696

Browse files
committed
docs: polish
1 parent 06d4a25 commit 3dfd696

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ createApp()
4545

4646
```vue
4747
<template>
48-
<JsonEditorVue v-model="value" v-bind="{/* local props */}" />
48+
<JsonEditorVue v-model="value" v-bind="{/* local props & attrs */}" />
4949
</template>
5050
5151
<script setup>
@@ -108,7 +108,7 @@ Vue.use(JsonEditorVue, {
108108

109109
```vue
110110
<template>
111-
<JsonEditorVue v-model="value" v-bind="{/* local props */}" />
111+
<JsonEditorVue v-model="value" v-bind="{/* local props & attrs */}" />
112112
</template>
113113
114114
<script setup>
@@ -175,7 +175,7 @@ Vue.use(JsonEditorVue, {
175175

176176
```vue
177177
<template>
178-
<JsonEditorVue v-model="value" v-bind="{/* local props */}" />
178+
<JsonEditorVue v-model="value" v-bind="{/* local props & attrs */}" />
179179
</template>
180180
181181
<script>

0 commit comments

Comments
 (0)