Merge branch 'more-fixes' into shigusegubu-themes3
This commit is contained in:
commit
8d799d74a6
1 changed files with 2 additions and 6 deletions
|
|
@ -2,6 +2,7 @@ import { defineAsyncComponent } from 'vue'
|
||||||
|
|
||||||
import Popover from 'src/components/popover/popover.vue'
|
import Popover from 'src/components/popover/popover.vue'
|
||||||
import EmojiPicker from '../emoji_picker/emoji_picker.vue'
|
import EmojiPicker from '../emoji_picker/emoji_picker.vue'
|
||||||
|
import StatusBookmarkFolderMenu from 'src/components/status_bookmark_folder_menu/status_bookmark_folder_menu.vue'
|
||||||
|
|
||||||
import { useInstanceStore } from 'src/stores/instance.js'
|
import { useInstanceStore } from 'src/stores/instance.js'
|
||||||
import { useInstanceCapabilitiesStore } from 'src/stores/instance_capabilities.js'
|
import { useInstanceCapabilitiesStore } from 'src/stores/instance_capabilities.js'
|
||||||
|
|
@ -72,12 +73,7 @@ export default {
|
||||||
'outerClose',
|
'outerClose',
|
||||||
],
|
],
|
||||||
components: {
|
components: {
|
||||||
StatusBookmarkFolderMenu: defineAsyncComponent(
|
StatusBookmarkFolderMenu,
|
||||||
() =>
|
|
||||||
import(
|
|
||||||
'src/components/status_bookmark_folder_menu/status_bookmark_folder_menu.vue'
|
|
||||||
),
|
|
||||||
),
|
|
||||||
EmojiPicker,
|
EmojiPicker,
|
||||||
Popover,
|
Popover,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue