Fix: 调整文件结构 & 隐藏垂直滚动条 & 修正Tauri构建错误

This commit is contained in:
2025-07-05 16:18:23 +08:00
parent dab57fbadf
commit 216f65966a
13 changed files with 73 additions and 17 deletions

View File

@ -17,7 +17,7 @@
<script lang="ts" setup>
import { ref } from 'vue'
const drawer = ref(null)
const drawer = ref(false)
</script>
@ -26,7 +26,7 @@
name: 'BaselineLayout',
data () {
return {
drawer: null,
drawer: false,
}
},
}