feat: content engine

This commit is contained in:
2026-02-21 19:08:06 +01:00
parent 3f1c37813a
commit a50b8d6393
32 changed files with 2816 additions and 189 deletions

View File

@@ -88,7 +88,8 @@ async function fetchStats() {
}
function navigateTo(id: string, query?: any) {
router.push({ name: `module-${id}`, query });
console.log(`[Unified Dashboard] Navigating to ${id}...`);
router.push({ name: id, query });
}
onMounted(fetchStats);