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">
|
<script lang="ts">
|
||||||
import { toValue } from 'vue'
|
import { type Papers } from './Papers.vue'
|
||||||
import { Papers } from './Papers.vue'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
updated() {
|
updated() {
|
||||||
this.$emit('paperFilter', this.paperFilter)
|
this.$emit('paperFilter', this.paperFilter)
|
||||||
/* this.paperFilter.type = this.paperTypes.key this.paperFilter.type. */
|
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in a new issue