1
0

chore: completely move logic of ShowTasksInRange component to ShowTasks and remove it

This commit is contained in:
kolaente
2022-02-05 21:14:40 +01:00
parent 43e83350bd
commit ecf679d8e1
3 changed files with 3 additions and 12 deletions

View File

@ -1,6 +1,6 @@
<template>
<div class="is-max-width-desktop has-text-left ">
<h3 class="mb-2">
<h3 class="mb-2 title">
{{ pageTitle }}
</h3>
<p v-if="!showAll" class="show-tasks-options">

View File

@ -1,9 +0,0 @@
<template>
<div class="content has-text-centered">
<ShowTasks/>
</div>
</template>
<script lang="ts" setup>
import ShowTasks from './ShowTasks.vue'
</script>