質問編集履歴
1
生成後のHTMLを記載
test
CHANGED
File without changes
|
test
CHANGED
@@ -38,6 +38,34 @@
|
|
38
38
|
|
39
39
|
```
|
40
40
|
|
41
|
-
https://bootstrap-vue.org/
|
42
41
|
|
42
|
+
|
43
|
+
* https://bootstrap-vue.org/はCDNですが設定済みです。
|
44
|
+
|
45
|
+
* CSSファイルは特に作成していないです
|
46
|
+
|
43
|
-
|
47
|
+
* 下記が生成後のHTMLの抜粋です
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
```
|
52
|
+
|
53
|
+
<div id="app"><div class="container-fuild border"><p>[]</p> <p class="card-text">開発</p> <ol class="list-group"><li class="list-group-item">
|
54
|
+
|
55
|
+
20200511080505.txt
|
56
|
+
|
57
|
+
<button type="button" class="btn btn-secondary rounded-pill">テキストを表示する</button></li><li class="list-group-item">
|
58
|
+
|
59
|
+
20200511080505.txt
|
60
|
+
|
61
|
+
<button type="button" class="btn btn-secondary rounded-pill">テキストを表示する</button></li><li class="list-group-item">
|
62
|
+
|
63
|
+
20200513010146.txt
|
64
|
+
|
65
|
+
<button type="button" class="btn btn-secondary rounded-pill">テキストを表示する</button></li><li class="list-group-item">
|
66
|
+
|
67
|
+
20200515023540.txt
|
68
|
+
|
69
|
+
<button type="button" class="btn btn-secondary rounded-pill">テキストを表示する</button></li></ol>
|
70
|
+
|
71
|
+
```
|