質問編集履歴

3

編集

2020/06/09 05:49

投稿

whiwhdiw
whiwhdiw

スコア70

test CHANGED
File without changes
test CHANGED
@@ -80,7 +80,7 @@
80
80
 
81
81
  import test from '@/assets/test.json'
82
82
 
83
- export default class QuestionnaryPage extends Vue {
83
+ export default class QuestionyPage extends Vue {
84
84
 
85
85
  question: any = []
86
86
 

2

編集

2020/06/09 05:49

投稿

whiwhdiw
whiwhdiw

スコア70

test CHANGED
File without changes
test CHANGED
@@ -56,7 +56,7 @@
56
56
 
57
57
  <p class="answer_select">
58
58
 
59
- {{ question.surveys[0].statuses.selections[0].name }}
59
+ {{ question.groups[0].statuses.selections[0].name }}
60
60
 
61
61
  </p>
62
62
 
@@ -66,7 +66,7 @@
66
66
 
67
67
  <p class="answer_select">
68
68
 
69
- {{ question.surveys[0].statuses.selections[0].name }}
69
+ {{ question.groups[0].statuses.selections[0].name }}
70
70
 
71
71
  </p>
72
72
 

1

編集

2020/06/09 05:48

投稿

whiwhdiw
whiwhdiw

スコア70

test CHANGED
File without changes
test CHANGED
File without changes