Skip to content

Commit 117dc0e

Browse files
committed
feat: add 600 delay
1 parent 3fbd6e6 commit 117dc0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vue-playground/src/App.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
</div>
2121
<VueLive
2222
:editorProps="{ lineNumbers: true }"
23+
:delay="600"
2324
:code="!loading && !debug ? code : LoadingCode"
2425
:layout="CustomLayout"
2526
:components="{
@@ -169,7 +170,7 @@ export default defineComponent({
169170
},
170171
methods: {
171172
input(event: any) {
172-
this.code = event.target._value;
173+
// this.code = event.target._value;
173174
},
174175
copy() {
175176
try {

0 commit comments

Comments
 (0)