質問編集履歴
1
コードの修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,13 +8,13 @@
|
|
8
8
|
```HTML
|
9
9
|
<ons-page>
|
10
10
|
<ons-carousel id="carousel">
|
11
|
-
<ons-carousel-item>
|
11
|
+
<ons-carousel-item id="A">
|
12
12
|
<ons-pull-hook id="pull-hook">
|
13
13
|
Pull to refresh
|
14
14
|
</ons-pull-hook>
|
15
15
|
test
|
16
16
|
</ons-carousel-item>
|
17
|
-
<ons-carousel-item>
|
17
|
+
<ons-carousel-item id="B">
|
18
18
|
<ons-pull-hook id="pull-hook">
|
19
19
|
Pull to refresh
|
20
20
|
</ons-pull-hook>
|