侧边栏样式调整完成
This commit is contained in:
@@ -23,7 +23,7 @@ const emit = defineEmits<{
|
||||
openFile: [path: string];
|
||||
}>();
|
||||
|
||||
const expanded = ref(false);
|
||||
const expanded = ref(true);
|
||||
|
||||
// Auto-expand when children are loaded for the first time
|
||||
watch(
|
||||
|
||||
Reference in New Issue
Block a user