Merge branch 'optimize' into shigusegubu-themes3
This commit is contained in:
commit
cf5566eacb
53 changed files with 441 additions and 267 deletions
|
|
@ -60,10 +60,11 @@ export default {
|
|||
UserReportingModal,
|
||||
PostStatusModal,
|
||||
EditStatusModal: defineAsyncComponent(
|
||||
() => import( './components/edit_status_modal/edit_status_modal.vue'),
|
||||
() => import('./components/edit_status_modal/edit_status_modal.vue'),
|
||||
),
|
||||
StatusHistoryModal: defineAsyncComponent(
|
||||
() => import( './components/status_history_modal/status_history_modal.vue'),
|
||||
() =>
|
||||
import('./components/status_history_modal/status_history_modal.vue'),
|
||||
),
|
||||
GlobalNoticeList,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue