From a9cd9302818ec2bcd6eec2cd530030e0eae11715 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期一, 17 一月 2022 09:49:22 +0800
Subject: [PATCH] fixed: adjust same component class name

---
 PAMapp/components/Interview/InterviewMsg.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/PAMapp/components/Interview/InterviewMsg.vue b/PAMapp/components/Interview/InterviewMsg.vue
index 98d0ea9..e0f35a7 100644
--- a/PAMapp/components/Interview/InterviewMsg.vue
+++ b/PAMapp/components/Interview/InterviewMsg.vue
@@ -38,7 +38,7 @@
 import authService from '~/shared/services/auth.service';
 
 @Component
-export default class InterviewAdd extends Vue {
+export default class InterviewMsg extends Vue {
     @PropSync('isVisible')
     dialogVisible!: boolean;
 

--
Gitblit v1.8.0