質問編集履歴

1

修正

2019/06/03 01:53

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -9,6 +9,20 @@
9
9
 
10
10
 
11
11
  ```
12
+
13
+ <template lang="pug">
14
+
15
+ ul
16
+
17
+ li(v-for="h in hoge")
18
+
19
+ span h.f_name
20
+
21
+ span h.l_name
22
+
23
+
24
+
25
+ <script>
12
26
 
13
27
  computed: {
14
28