UNPKG
lingalleryertan
Version:
latest (1.4.1)
1.4.1
1.3.9
1.3.8
1.3.7
Vue Js lightgallery Slider
gitlab.com/donmezertan/vuejs-gallery-slider
lingalleryertan
/
src
/
components
/
index.js
7 lines
(4 loc)
•
136 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
Vue
from
"vue"
;
import
Lingallery
from
"./Lingallery.vue"
;
Vue
.
component
(
"lingallery"
,
Lingallery
);
export
default
Lingallery
;