初次提交,原始状态
This commit is contained in:
7
app/composables/sidebar.ts
Normal file
7
app/composables/sidebar.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export const useSidebar = () => {
|
||||
const showSidebar = useState("showSidebar", () => false);
|
||||
|
||||
return {
|
||||
showSidebar
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user