chore: completely move logic of ShowTasksInRange component to ShowTasks and remove it
This commit is contained in:
@ -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">
|
||||
|
@ -1,9 +0,0 @@
|
||||
<template>
|
||||
<div class="content has-text-centered">
|
||||
<ShowTasks/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import ShowTasks from './ShowTasks.vue'
|
||||
</script>
|
Reference in New Issue
Block a user