Skip to content

Commit 3d7f5a5

Browse files
adding more stupid stuff to get the command line to shut up about a string thinking it's importing something
1 parent 57234af commit 3d7f5a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/documentation/sections/UsageSection.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const classes = inject<Docs.GlobalClasses>('classes')!;
5757
5858
const usageGlobalPlugin = `import { createApp } from 'vue';
5959
import App from './App.vue';
60-
import { createVStepperForm } from '@wdns/vuetify-stepper-form';
60+
im${''}port { createVStepperForm } from '@wdns/vuetify-stepper-form';
6161
6262
const 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 //
7171
const usageGlobalComponent = `import { createApp } from 'vue';
7272
import App from './App.vue';
73-
import { VStepperForm } from '@wdns/vuetify-stepper-form';
73+
im${''}port { VStepperForm } from '@wdns/vuetify-stepper-form';
7474
7575
const app = createApp(App);
7676

0 commit comments

Comments
 (0)