fix TypeScript errors

This commit is contained in:
Vri 🌈 2023-06-16 15:29:40 +02:00
parent 7203110a55
commit d08a2cfdc2
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -1,11 +1,9 @@
<script lang="ts">
import { toValue } from 'vue'
import { Papers } from './Papers.vue'
import { type Papers } from './Papers.vue'
export default {
updated() {
this.$emit('paperFilter', this.paperFilter)
/* this.paperFilter.type = this.paperTypes.key this.paperFilter.type. */
},
data() {
return {