Skip to content

Commit 816bb69

Browse files
committedDec 5, 2024·
fix(Stepper): missing import
1 parent 5a7c3b1 commit 816bb69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/runtime/components/Stepper.vue

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import type { StepperRootProps, StepperRootEmits } from 'reka-ui'
44
import type { AppConfig } from '@nuxt/schema'
55
import _appConfig from '#build/app.config'
66
import theme from '#build/ui/stepper'
7+
import { extendDevtoolsMeta } from '../composables/extendDevtoolsMeta'
78
import type { DynamicSlots } from '../types/utils'
89
910
const appConfig = _appConfig as AppConfig & { ui: { stepper: Partial<typeof theme> } }

0 commit comments

Comments
 (0)
Please sign in to comment.