From 4c8c206207873073865bd2715ffb11fe139641b4 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期一, 17 一月 2022 10:08:59 +0800 Subject: [PATCH] Merge branch 'Phase3' of https://192.168.0.10:8443/r/pcalife/PAM into Phase3 --- 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 b9518c4..b986c15 100644 --- a/PAMapp/components/Interview/InterviewMsg.vue +++ b/PAMapp/components/Interview/InterviewMsg.vue @@ -35,7 +35,7 @@ import { Vue, Component, Prop, PropSync, Emit, Action } from 'nuxt-property-decorator'; @Component -export default class InterviewAdd extends Vue { +export default class InterviewMsg extends Vue { @PropSync('isVisible') dialogVisible!: boolean; -- Gitblit v1.8.0