✨ (backlinks) init backlinks
This commit is contained in:
@@ -12,6 +12,7 @@ import { defineComponent, defineAsyncComponent, computed } from 'vue'
|
||||
import { useQueryStackedNotes } from '@/hooks/useQueryStackedNotes.hook'
|
||||
import NewVersion from '@/components/NewVersion.vue'
|
||||
import Authorize from '@/components/Authorize.vue'
|
||||
import { useBackLinks } from '@/hooks/useBacklinks.hook'
|
||||
|
||||
const FluxNote = defineAsyncComponent(() => import('@/components/FluxNote.vue'))
|
||||
|
||||
@@ -33,6 +34,7 @@ export default defineComponent({
|
||||
},
|
||||
setup(props) {
|
||||
const { resetStackedNotes } = useQueryStackedNotes()
|
||||
useBackLinks()
|
||||
|
||||
return {
|
||||
resetStackedNotes,
|
||||
|
||||
Reference in New Issue
Block a user