Skip to content

Commit c1243d1

Browse files
committed
chore: remove input event listener
1 parent 8322cb4 commit c1243d1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

demo/vue2.6/index.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ export default {
3333
mounted() {
3434
console.log('expand: ', this.$refs.jsonEditorVueRef.jsonEditor.expand)
3535
},
36-
methods: {
37-
onInput(data) {
38-
console.log('onInput: ', data)
39-
}
40-
},
4136
}
4237
</script>
4338

@@ -71,7 +66,6 @@ export default {
7166
v-model="data.value"
7267
:mode.sync="mode"
7368
:readOnly="readOnly"
74-
@input="onInput"
7569
/>
7670

7771
<br>

0 commit comments

Comments
 (0)