File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/documentation/sections Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ const classes = inject<Docs.GlobalClasses>('classes')!;
5757
5858const usageGlobalPlugin = ` import { createApp } from 'vue';
5959import App from './App.vue';
60- import { createVStepperForm } from '@wdns/vuetify-stepper-form';
60+ im${ ' ' }port { createVStepperForm } from '@wdns/vuetify-stepper-form';
6161
6262const app = createApp(App);
6363
@@ -70,7 +70,7 @@ app.mount('#app');`;
7070// Needed to add ${''} to prevent console thinking it's actually trying to import the plugin //
7171const usageGlobalComponent = ` import { createApp } from 'vue';
7272import App from './App.vue';
73- import { VStepperForm } from '@wdns/vuetify-stepper-form';
73+ im${ ' ' }port { VStepperForm } from '@wdns/vuetify-stepper-form';
7474
7575const app = createApp(App);
7676
You can’t perform that action at this time.
0 commit comments