frontend/creating-a-sidebar #62
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
import { ref } from 'vue'
|
||||
import HeaderNav from './components/HeaderNav.vue'
|
||||
import SideBar from './components/SideBar.vue'
|
||||
import { BoltIcon } from 'lucide-vue-next'
|
||||
import { RouterLink, RouterView } from 'vue-router'
|
||||
|
||||
const isTeacher = ref(true)
|
||||
const isLoggedIn = ref(true)
|
||||
|
@ -24,3 +24,5 @@ const isLoggedIn = ref(true)
|
|||
<RouterView />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
Loading…
Add table
Reference in a new issue