File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# vue-image-lightbox
2
- A simple image lightbox component for Vuejs [ NPM Package] ( https://www.npmjs.com/package/vue-image-lightbox )
2
+ A simple image lightbox component for Vuejs
3
+ [ NPM Package] ( https://www.npmjs.com/package/vue-image-lightbox )
3
4
4
5
I use CSS style from [ react-images] ( https://github.com/jossmac/react-images )
5
6
@@ -37,7 +38,7 @@ export default {
37
38
#### Browser global
38
39
39
40
``` html
40
- <script scr =" path/to/vue.js" ></script >
41
+ <script src =" path/to/vue.js" ></script >
41
42
<script src =" path/to/dist/vue-image-lightbox.js" ></script >
42
43
```
43
44
@@ -150,17 +151,17 @@ How to use:
150
151
<tr>
151
152
<td>previousImage</td>
152
153
<td>()</td>
153
- <th >Move to previous image</th >
154
+ <td >Move to previous image</td >
154
155
</tr>
155
156
<tr>
156
157
<td>closeLightBox</td>
157
158
<td>()</td>
158
- <th >Close lightbox</th >
159
+ <td >Close lightbox</td >
159
160
</tr>
160
161
<tr>
161
162
<td>showImage</td>
162
163
<td>(index)</td>
163
- <th >Show the image at index</th >
164
+ <td >Show the image at index</td >
164
165
</tr>
165
166
</tbody >
166
167
</table >
You can’t perform that action at this time.
0 commit comments