Skip to content

Commit de2815c

Browse files
Change example code as it's throwing some weird console error when it shouldn't
1 parent 67ae0bd commit de2815c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/documentation/sections/UsageSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const usageIndividual = `<template>
8484
</template>
8585
8686
\<script setup\>
87-
import VStepperForm from '@wdns/vuetify-stepper-form';
87+
import { VStepperForm } from '@wdns/vuetify-stepper-form';
8888
8989
const foo = ref(null);
9090
\</script\>`;

0 commit comments

Comments
 (0)