File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments