Skip to content

Commit 5f2cfda

Browse files
committed
272: format code
1 parent 858ab60 commit 5f2cfda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Slider/MucSlider.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@
4747
</template>
4848

4949
<script setup lang="ts">
50-
import { sliderOptions } from './SliderOptions';
5150
import { Splide } from "@splidejs/vue-splide";
5251
import { computed, onMounted, ref, useTemplateRef } from "vue";
5352
53+
import { sliderOptions } from "./SliderOptions";
54+
5455
defineSlots<{
5556
/**
5657
* MucSliderItems can be put into this slot.

0 commit comments

Comments
 (0)