We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02d58d6 + c1a7c73 commit e0297f7Copy full SHA for e0297f7
src/plugin/VStepperForm.vue
@@ -200,7 +200,7 @@ const attrs = useAttrs();
200
const componentId = useId();
201
const slots = useSlots();
202
const emit = defineEmits([...componentEmits]);
203
-const injectedOptions = inject<PluginOptions>(pluginOptionsInjectionKey)!;
+const injectedOptions = inject<PluginOptions>(pluginOptionsInjectionKey, AllProps);
204
205
206
// -------------------------------------------------- Props //
0 commit comments