|
|
@ -4,6 +4,7 @@ import LockMenu from './LockMenu.vue' |
|
|
|
import Reload from './Reload.vue' |
|
|
|
import Reload from './Reload.vue' |
|
|
|
import ExportCache from './ExportCache.vue' |
|
|
|
import ExportCache from './ExportCache.vue' |
|
|
|
import DeleteCache from './DeleteCache.vue' |
|
|
|
import DeleteCache from './DeleteCache.vue' |
|
|
|
|
|
|
|
import DebugMeta from './DebugMeta.vue' |
|
|
|
|
|
|
|
|
|
|
|
const { isUIAllowed } = useUIPermission() |
|
|
|
const { isUIAllowed } = useUIPermission() |
|
|
|
|
|
|
|
|
|
|
@ -33,8 +34,9 @@ const clickCount = $ref(0) |
|
|
|
|
|
|
|
|
|
|
|
<div class="dot" /> |
|
|
|
<div class="dot" /> |
|
|
|
|
|
|
|
|
|
|
|
<!-- TODO: --> |
|
|
|
<DebugMeta /> |
|
|
|
<!-- <debug-metas v-if="debug" class="mr-3" /> --> |
|
|
|
|
|
|
|
|
|
|
|
<div class="dot" /> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
|
|
<LockMenu v-if="isUIAllowed('view-type')" /> |
|
|
|
<LockMenu v-if="isUIAllowed('view-type')" /> |
|
|
|