9 lines
162 B
Vue
9 lines
162 B
Vue
<template>
|
|
<div class="content has-text-centered">
|
|
<ShowTasks/>
|
|
</div>
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
import ShowTasks from './ShowTasks.vue'
|
|
</script> |