File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
import {
2
- computed ,
3
2
ComputedRef ,
4
- Ref ,
5
- SetupContext ,
3
+ computed ,
6
4
defineComponent ,
7
5
h ,
8
6
onBeforeUnmount ,
9
7
onMounted ,
10
8
provide ,
11
9
reactive ,
10
+ Ref ,
12
11
ref ,
12
+ SetupContext ,
13
13
shallowReactive ,
14
14
watch ,
15
15
watchEffect ,
Original file line number Diff line number Diff line change 1
1
import {
2
+ ComputedRef ,
2
3
computed ,
3
4
defineComponent ,
5
+ DeepReadonly ,
4
6
getCurrentInstance ,
5
7
h ,
6
8
inject ,
@@ -9,6 +11,7 @@ import {
9
11
onUpdated ,
10
12
provide ,
11
13
ref ,
14
+ SetupContext ,
12
15
useId ,
13
16
} from 'vue'
14
17
@@ -17,8 +20,6 @@ import { disableChildrenTabbing } from '@/utils'
17
20
18
21
import { SlideProps } from './Slide.types'
19
22
20
- import type { ComputedRef , DeepReadonly , SetupContext } from 'vue'
21
-
22
23
export const Slide = defineComponent ( {
23
24
name : 'CarouselSlide' ,
24
25
props : {
You can’t perform that action at this time.
0 commit comments