1
0

fix: lint

This commit is contained in:
kolaente
2023-04-18 11:39:37 +02:00
parent b34118485c
commit ed8de7e3eb
10 changed files with 6 additions and 16 deletions

View File

@ -22,7 +22,6 @@
<script lang="ts" setup>
import {reactive, ref, watch} from 'vue'
import type {PropType} from 'vue'
import {useI18n} from 'vue-i18n'
import type {IProject} from '@/modelTypes/IProject'
@ -41,8 +40,6 @@ const props = defineProps({
})
const emit = defineEmits(['update:modelValue'])
const {t} = useI18n({useScope: 'global'})
const project: IProject = reactive(new ProjectModel())
watch(