Skip to content

Commit 89135d5

Browse files
committed
remove unused props from AuthorCardEditing.vue
1 parent a719cb2 commit 89135d5

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
@@ -240,7 +240,7 @@ export default defineComponent({
240240
default: 0
241241
}
242242
},
243-
setup (props) {
243+
setup () {
244244
const givenNamesRef = ref<HTMLElement | null>(null)
245245
onMounted(() => {
246246
givenNamesRef.value?.focus()

0 commit comments

Comments
 (0)