fix TypeScript errors
This commit is contained in:
parent
7203110a55
commit
d08a2cfdc2
1 changed files with 1 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue