Skip to content

Commit 698b878

Browse files
committed
chore: update deprecated usage
1 parent 2508030 commit 698b878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editor/FileSelector.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function horizontalScroll(e: WheelEvent) {
108108
@blur="doneAddFile"
109109
@keyup.enter="doneAddFile"
110110
@keyup.esc="cancelAddFile"
111-
@vnodeMounted="focus"
111+
@vue:mounted="focus"
112112
/>
113113
</div>
114114
<button class="add" @click="startAddFile">+</button>

0 commit comments

Comments
 (0)