1
0

feat: improve store typing

This commit is contained in:
Dominik Pschenitschni
2022-07-21 18:45:58 +02:00
parent a6b96f857d
commit 244478400a
60 changed files with 239 additions and 192 deletions

View File

@ -60,7 +60,7 @@
<script lang="ts" setup>
import {ref, computed} from 'vue'
import {useStore} from 'vuex'
import {useStore} from '@/store'
import Message from '@/components/misc/message.vue'
import ShowTasks from '@/views/tasks/ShowTasks.vue'