From f70b70eec5e1aa1428d3888233e259e8c52ce8b6 Mon Sep 17 00:00:00 2001
From: jack <jack.su@pollex.com.tw>
Date: 星期五, 08 九月 2023 17:18:51 +0800
Subject: [PATCH] [UPDATE] 解決弱掃Information exposure to log file, 將印在log的私密資料移除

---
 PAMapp/components/Ui/UiReviewScore.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/PAMapp/components/Ui/UiReviewScore.vue b/PAMapp/components/Ui/UiReviewScore.vue
index 12afaf3..3c91503 100644
--- a/PAMapp/components/Ui/UiReviewScore.vue
+++ b/PAMapp/components/Ui/UiReviewScore.vue
@@ -14,6 +14,7 @@
 
 @Component
 export default class UiReviewScore extends Vue {
-    @Prop() score!: number;
+    @Prop()
+    score!: number;
 }
-</script>
\ No newline at end of file
+</script>

--
Gitblit v1.8.0