sidebar work in progress
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
<script setup lang="ts">
|
||||
import { UButton } from '#components';
|
||||
import Sidebar from '~/components/ui/Sidebar.vue';
|
||||
|
||||
const todos = ["Staistics", "Computer Graphics", "Webdev"]
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<UButton>Click me</UButton>
|
||||
<div class="h-screen w-screen p-4">
|
||||
<Sidebar :todos="todos" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user