瀏覽代碼

:pencil2: Fixed typo

tags/0.0.3^2
tomit4 3 年之前
父節點
當前提交
a2daec2c6c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      frontend/src/views/SurveyCompleteView.vue

+ 1
- 1
frontend/src/views/SurveyCompleteView.vue 查看文件

@@ -19,7 +19,7 @@ export default {
19 19
     props: {
20 20
         answers: {
21 21
             type: Object,
22
-                default: () => ({})
22
+            default: () => ({})
23 23
         },
24 24
     }
25 25
 }

Loading…
取消
儲存