remove defineProps import
This commit is contained in:
@@ -8,7 +8,7 @@ const props = defineProps<{
|
||||
sha: string
|
||||
}>()
|
||||
|
||||
const shaProp = computed((props) => props.sha)
|
||||
const shaProp = computed(() => props.sha)
|
||||
|
||||
const { backlink } = useBacklinks(shaProp)
|
||||
const { addStackedNote } = useRouteQueryStackedNotes()
|
||||
|
||||
Reference in New Issue
Block a user