FAYO
model
77b0e0f
raw
history blame contribute delete
123 Bytes
import { ref } from 'vue'
// 侧边栏是否折叠
export const isCollapse = ref(false) // TODO 是否可以用 Pinia ?