New CM6 live edition components and floating cache and persistance.

This commit is contained in:
Clément Pons
2025-10-28 16:23:45 +01:00
parent b9970ccdf8
commit ab36eec4de
12 changed files with 383 additions and 65 deletions

View File

@@ -61,8 +61,6 @@ import { link } from '#shared/components.util';
const open = ref(false);
const { loggedIn, user } = useUserSession();
await fetch(false);
const route = useRouter().currentRoute;
const path = computed(() => route.value.params.path ? decodeURIComponent(unifySlug(route.value.params.path)) : undefined);