✨ (backlinks) init backlinks
This commit is contained in:
19
src/components/LinkedNotes.vue
Normal file
19
src/components/LinkedNotes.vue
Normal file
@@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<div class="linked-notes"></div>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent } from 'vue'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'LinkedNotes',
|
||||
props: {
|
||||
sha: { type: String, required: true }
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.linked-notes {
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user