Skip to content

Commit e3d0613

Browse files
committed
eslint fixes
1 parent 985799a commit e3d0613

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

playground/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async function handleDelete (id: number) {
4646
</li>
4747
</ul>
4848
<hr>
49-
<Form @create="refresh" />
49+
<TodoForm @create="refresh" />
5050
</div>
5151
</template>
5252

0 commit comments

Comments
 (0)