eliminate cyclic dependencies by register most-used components globally
This commit is contained in:
parent
dad1d02b58
commit
e0c8fcc82b
39 changed files with 93 additions and 96 deletions
|
|
@ -11,7 +11,7 @@ import {
|
|||
routeTo,
|
||||
TIMELINES,
|
||||
} from 'src/components/navigation/navigation.js'
|
||||
import StillImage from 'src/components/still-image/still-image.vue'
|
||||
|
||||
|
||||
import { useAnnouncementsStore } from 'src/stores/announcements'
|
||||
import { useBookmarkFoldersStore } from 'src/stores/bookmark_folders'
|
||||
|
|
@ -55,7 +55,7 @@ const NavPanel = {
|
|||
},
|
||||
},
|
||||
components: {
|
||||
StillImage,
|
||||
|
||||
},
|
||||
computed: {
|
||||
getters() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue