1
1
"use strict" ;
2
2
Object . defineProperties ( exports , { __esModule : { value : true } , [ Symbol . toStringTag ] : { value : "Module" } } ) ;
3
- var vue = require ( "vue" ) ;
3
+ const vue = require ( "vue" ) ;
4
4
function _defineProperties ( target , props ) {
5
5
for ( var i = 0 ; i < props . length ; i ++ ) {
6
6
var descriptor = props [ i ] ;
@@ -2599,13 +2599,6 @@ function merge(object, source) {
2599
2599
} ) ;
2600
2600
return merged ;
2601
2601
}
2602
- var _export_sfc = ( sfc , props ) => {
2603
- const target = sfc . __vccOpts || sfc ;
2604
- for ( const [ key , val ] of props ) {
2605
- target [ key ] = val ;
2606
- }
2607
- return target ;
2608
- } ;
2609
2602
const _sfc_main$2 = vue . defineComponent ( {
2610
2603
name : "SplideTrack" ,
2611
2604
setup ( ) {
@@ -2616,6 +2609,13 @@ const _sfc_main$2 = vue.defineComponent({
2616
2609
} ) ;
2617
2610
}
2618
2611
} ) ;
2612
+ const _export_sfc = ( sfc , props ) => {
2613
+ const target = sfc . __vccOpts || sfc ;
2614
+ for ( const [ key , val ] of props ) {
2615
+ target [ key ] = val ;
2616
+ }
2617
+ return target ;
2618
+ } ;
2619
2619
const _hoisted_1$1 = { class : "splide__track" } ;
2620
2620
const _hoisted_2 = { class : "splide__list" } ;
2621
2621
function _sfc_render$2 ( _ctx , _cache , $props , $setup , $data , $options ) {
@@ -2625,7 +2625,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
2625
2625
] )
2626
2626
] ) ;
2627
2627
}
2628
- var SplideTrack = /* @__PURE__ */ _export_sfc ( _sfc_main$2 , [ [ "render" , _sfc_render$2 ] ] ) ;
2628
+ const SplideTrack = /* @__PURE__ */ _export_sfc ( _sfc_main$2 , [ [ "render" , _sfc_render$2 ] ] ) ;
2629
2629
const _sfc_main$1 = vue . defineComponent ( {
2630
2630
name : "Splide" ,
2631
2631
emits : EVENTS . map ( ( event ) => `splide:${ event } ` ) ,
@@ -2716,7 +2716,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
2716
2716
_ : 3
2717
2717
} , 512 ) ;
2718
2718
}
2719
- var Splide = /* @__PURE__ */ _export_sfc ( _sfc_main$1 , [ [ "render" , _sfc_render$1 ] ] ) ;
2719
+ const Splide = /* @__PURE__ */ _export_sfc ( _sfc_main$1 , [ [ "render" , _sfc_render$1 ] ] ) ;
2720
2720
const _sfc_main = vue . defineComponent ( {
2721
2721
name : "SplideSlide"
2722
2722
} ) ;
@@ -2726,7 +2726,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
2726
2726
vue . renderSlot ( _ctx . $slots , "default" )
2727
2727
] ) ;
2728
2728
}
2729
- var SplideSlide = /* @__PURE__ */ _export_sfc ( _sfc_main , [ [ "render" , _sfc_render ] ] ) ;
2729
+ const SplideSlide = /* @__PURE__ */ _export_sfc ( _sfc_main , [ [ "render" , _sfc_render ] ] ) ;
2730
2730
const VueSplide = {
2731
2731
install ( app ) {
2732
2732
app . component ( Splide . name , Splide ) ;
@@ -2736,4 +2736,4 @@ const VueSplide = {
2736
2736
exports . Splide = Splide ;
2737
2737
exports . SplideSlide = SplideSlide ;
2738
2738
exports . SplideTrack = SplideTrack ;
2739
- exports [ " default" ] = VueSplide ;
2739
+ exports . default = VueSplide ;
0 commit comments