Compare commits
No commits in common. "8d799d74a64f344c91a110e5f004d47519a78cda" and "d73a42f9d8a74ee15ac83249e3ffc414be277686" have entirely different histories.
8d799d74a6
...
d73a42f9d8
1 changed files with 6 additions and 2 deletions
|
|
@ -2,7 +2,6 @@ import { defineAsyncComponent } from 'vue'
|
|||
|
||||
import Popover from 'src/components/popover/popover.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 { useInstanceCapabilitiesStore } from 'src/stores/instance_capabilities.js'
|
||||
|
|
@ -73,7 +72,12 @@ export default {
|
|||
'outerClose',
|
||||
],
|
||||
components: {
|
||||
StatusBookmarkFolderMenu,
|
||||
StatusBookmarkFolderMenu: defineAsyncComponent(
|
||||
() =>
|
||||
import(
|
||||
'src/components/status_bookmark_folder_menu/status_bookmark_folder_menu.vue'
|
||||
),
|
||||
),
|
||||
EmojiPicker,
|
||||
Popover,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue