@@ -36,7 +36,7 @@
|
||||
<script lang="ts">
|
||||
import { Component, Prop, Vue } from "vue-property-decorator";
|
||||
import { IReport } from "@/types/report.model";
|
||||
import { ActorType } from "@/types/actor";
|
||||
import { ActorType } from "@/types/enums";
|
||||
|
||||
@Component
|
||||
export default class ReportCard extends Vue {
|
||||
|
||||
@@ -82,7 +82,7 @@ import { IComment } from "../../types/comment.model";
|
||||
},
|
||||
})
|
||||
export default class ReportModal extends Vue {
|
||||
@Prop({ type: Function }) onConfirm!: Function;
|
||||
@Prop({ type: Function }) onConfirm!: (content: string, forward: boolean) => void;
|
||||
|
||||
@Prop({ type: String }) title!: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user