質問編集履歴

2

コード修正しました。

2020/01/27 02:42

投稿

kyoruni
kyoruni

スコア93

test CHANGED
File without changes
test CHANGED
@@ -70,7 +70,7 @@
70
70
 
71
71
  <div class="filter">
72
72
 
73
- <h2>総務部</h2>
73
+ <!-- 総務部 -->
74
74
 
75
75
  <div v-for="(employee, index) in employees" :key="index">
76
76
 
@@ -84,7 +84,7 @@
84
84
 
85
85
 
86
86
 
87
- <h2>開発部</h2>
87
+ <!-- 開発部 -->
88
88
 
89
89
  <div v-for="(employee, index) in employees" :key="index">
90
90
 
@@ -98,7 +98,7 @@
98
98
 
99
99
 
100
100
 
101
- <h2>人事部</h2>
101
+ <!-- 人事部 -->
102
102
 
103
103
  <div v-for="(employee, index) in employees" :key="index">
104
104
 
@@ -112,9 +112,7 @@
112
112
 
113
113
 
114
114
 
115
- <!-- 総務部だけ -->
115
+ <!-- 総務部だけfilter -->
116
-
117
- <h2>総務部</h2>
118
116
 
119
117
  <div v-for="(employee, index) in employeesList1" :key="index">
120
118
 

1

初心者アイコンを付けました。

2020/01/27 02:42

投稿

kyoruni
kyoruni

スコア93

test CHANGED
File without changes
test CHANGED
@@ -190,8 +190,6 @@
190
190
 
191
191
  </script>
192
192
 
193
-
194
-
195
193
  ```
196
194
 
197
195