Skip to content

Commit 5a9ba81

Browse files
committed
chore: wip
1 parent fb3c3ee commit 5a9ba81

File tree

1 file changed

+0
-5
lines changed
  • storage/framework/core/components/stepper/src/components

1 file changed

+0
-5
lines changed

storage/framework/core/components/stepper/src/components/Stepper.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
<script setup lang="ts">
22
import {
33
computed,
4-
defineEmits,
5-
defineExpose,
6-
defineOptions,
7-
defineProps,
84
onBeforeUnmount,
95
onMounted,
106
ref,
117
useSlots,
128
watch,
13-
withDefaults,
149
} from 'vue'
1510
import type { OptionParams, StepperProps } from '../types'
1611
import Step from './Step.vue'

0 commit comments

Comments
 (0)