rewrite litlyx

This commit is contained in:
Emily
2024-10-08 15:12:04 +02:00
parent b27cacf4e6
commit 79e956e930
33 changed files with 231 additions and 214 deletions

View File

@@ -63,7 +63,7 @@ const project = computed(() => {
const isGuest = computed(() => {
return (projectList.value || []).find(e => e._id.toString() === activeProjectId.value);
return (projectList.value || []).find(e => e._id.toString() === activeProjectId.value) == undefined;
})
export function useProject() {

View File

@@ -1,7 +1,6 @@
import type { TProjectSnapshot } from "@schema/ProjectSnapshot";
const { projectId, project } = useProject();
const headers = computed(() => {