Skip to content

Commit 66719bb

Browse files
committed
#397 remove unused var
1 parent 3c095e2 commit 66719bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/AuthorCardEditing.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155

156156
<script lang="ts">
157157
/* eslint-disable @typescript-eslint/restrict-template-expressions */
158-
import { computed, defineComponent, onMounted, ref, nextTick } from 'vue'
158+
import { computed, defineComponent, onMounted, ref } from 'vue'
159159
import { getMyErrors } from 'src/store/validator'
160160
import { authorErrors } from 'src/author-errors'
161161

0 commit comments

Comments
 (0)