import { ref } from 'vue' // 侧边栏是否折叠 export const isCollapse = ref(false) // TODO 是否可以用 Pinia ?