@loickit-v/swiper 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
@@ -12,13 +12,11 @@ the Slide Component
|
|
12
12
|
|
13
13
|
identification of this slide, get by `defineSlide`
|
14
14
|
|
15
|
-
- list
|
16
|
-
\<Array>
|
15
|
+
- list \<Array>
|
17
16
|
|
18
17
|
just avaliable `infinite` mode, the long list of render, will cached by `slotScope.cacheList`
|
19
18
|
|
20
|
-
- loadMore
|
21
|
-
\<Function>
|
19
|
+
- loadMore \<Function>
|
22
20
|
|
23
21
|
just avaliable `infinite` mode, when the pointer points to the cacheList end, will trigger.
|
24
22
|
|
@@ -30,7 +28,7 @@ define a slide object
|
|
30
28
|
|
31
29
|
argument:
|
32
30
|
|
33
|
-
- provideKey \<
|
31
|
+
- provideKey \<string>
|
34
32
|
|
35
33
|
the identification of target slide
|
36
34
|
|
@@ -76,6 +74,8 @@ return \[createSlide, useSlide]
|
|
76
74
|
|
77
75
|
return: \<SlideSate>
|
78
76
|
|
77
|
+
use it to get slide state in any child component
|
78
|
+
|
79
79
|
#### Slot
|
80
80
|
|
81
81
|
**default**
|