|
|
|
@ -3,8 +3,20 @@ import type { FormType, GalleryType, GridType, KanbanType, ViewTypes } from 'noc
|
|
|
|
|
import MenuTop from './MenuTop.vue' |
|
|
|
|
import MenuBottom from './MenuBottom.vue' |
|
|
|
|
import Toolbar from './toolbar/index.vue' |
|
|
|
|
import { computed, inject, provide, ref, useElementHover, useRoute, useRouter, useViews, watch } from '#imports' |
|
|
|
|
import { ActiveViewInj, MetaInj, RightSidebarInj, ViewListInj } from '~/context' |
|
|
|
|
import { |
|
|
|
|
ActiveViewInj, |
|
|
|
|
MetaInj, |
|
|
|
|
ViewListInj, |
|
|
|
|
computed, |
|
|
|
|
inject, |
|
|
|
|
provide, |
|
|
|
|
ref, |
|
|
|
|
useElementHover, |
|
|
|
|
useRoute, |
|
|
|
|
useRouter, |
|
|
|
|
useViews, |
|
|
|
|
watch, |
|
|
|
|
} from '#imports' |
|
|
|
|
|
|
|
|
|
const meta = inject(MetaInj, ref()) |
|
|
|
|
|
|
|
|
|