Skip to content

Commit

Permalink
chore: update deprecated usage
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jun 14, 2023
1 parent 2508030 commit 698b878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/FileSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function horizontalScroll(e: WheelEvent) {
@blur="doneAddFile"
@keyup.enter="doneAddFile"
@keyup.esc="cancelAddFile"
@vnodeMounted="focus"
@vue:mounted="focus"
/>
</div>
<button class="add" @click="startAddFile">+</button>
Expand Down

0 comments on commit 698b878

Please sign in to comment.