質問編集履歴

2

h1 を追加してわかりやすくした

2018/04/21 17:28

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
 
10
10
 
11
- [https://jsfiddle.net/zwhbduqh/5/](https://jsfiddle.net/zwhbduqh/5/)
11
+ [https://jsfiddle.net/zwhbduqh/6/](https://jsfiddle.net/zwhbduqh/6/)
12
12
 
13
13
  ```html
14
14
 
@@ -18,11 +18,15 @@
18
18
 
19
19
  <!-- (1) 表示される -->
20
20
 
21
+ <h1>(1)</h1>
22
+
21
23
  <b-table striped hover :items="items"></b-table>
22
24
 
23
25
 
24
26
 
25
27
  <!-- (2) 表示されない -->
28
+
29
+ <h1>(2)</h1>
26
30
 
27
31
  <b-table striped hover>
28
32
 

1

url 修正

2018/04/21 17:27

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
 
10
10
 
11
- [https://jsfiddle.net/zwhbduqh/4/](https://jsfiddle.net/zwhbduqh/4/)
11
+ [https://jsfiddle.net/zwhbduqh/5/](https://jsfiddle.net/zwhbduqh/5/)
12
12
 
13
13
  ```html
14
14