feat: quick switcher
This commit is contained in:
@@ -70,7 +70,7 @@ const runtimePage = computed(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="p-2 flex w-full">
|
||||
<div class="p-2 flex h-[70vh] h-[70dvh] w-[85vw]">
|
||||
<nav class="w-64 flex flex-col gap-1 mr-2 overflow-y-auto">
|
||||
<!-- If the page has a custom sidebar (for nested lists), show it; otherwise show default nav -->
|
||||
<component v-if="runtimePage?.sidebar" :is="runtimePage.sidebar"
|
||||
|
||||
Reference in New Issue
Block a user