Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 13, 2024
1 parent 9740360 commit c53a9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OgImage/DefaultImage.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
/* eslint-disable vue/require-v-for-key */
const props = defineProps({
defineProps({
title: {
type: String,
required: true,
Expand Down

0 comments on commit c53a9eb

Please sign in to comment.