Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit b389c8f

Browse files
committed
chore: Set default value in demo
1 parent 7cb1e34 commit b389c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
:language="selected.language"
3939
:prev="prev"
4040
:current="current"
41-
:input-delay="150"
41+
:input-delay="0"
4242
:virtual-scroll="{ height: 500, lineMinHeight: 24, scrollDelay: 250 }"
4343
/>
4444
</section>

0 commit comments

Comments
 (0)