1
0

feat: add lang ts to script block

This commit is contained in:
Dominik Pschenitschni
2022-02-15 13:07:34 +01:00
committed by kolaente
parent 15b67136fe
commit a3329f1b42
89 changed files with 98 additions and 98 deletions

View File

@ -91,7 +91,7 @@
</div>
</template>
<script>
<script lang="ts">
import TaskModel from '../../../models/task'
import PriorityLabel from './priorityLabel'
import TaskService from '../../../services/task'