回答編集履歴
1
Fix sample code
test
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
<th
|
16
16
|
|
17
|
-
v-for="title in
|
17
|
+
v-for="title in titles"
|
18
18
|
|
19
19
|
:style="{ height: `${title.width}` }"
|
20
20
|
|