You've already forked agentic-coding-workflow
feat(web): router with auth guard, AppShell, login + home views
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<div class="min-h-screen flex flex-col">
|
||||
<NavBar />
|
||||
<main class="flex-1 p-6">
|
||||
<slot />
|
||||
</main>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import NavBar from '@/components/layout/NavBar.vue'
|
||||
</script>
|
||||
Reference in New Issue
Block a user