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.
1 parent 9c1d771 commit d3b937cCopy full SHA for d3b937c
src/documentation/sections/UsageSection.vue
@@ -67,6 +67,7 @@ app.use(createVStepperForm({
67
68
app.mount('#app');`;
69
70
+// Needed to add ${''} to prevent console thinking it's actually trying to import the plugin //
71
const usageGlobalComponent = `import { createApp } from 'vue';
72
import App from './App.vue';
73
import { VStepperForm } from '@wdns/vuetify-stepper-form';
@@ -84,7 +85,7 @@ const usageIndividual = `<template>
84
85
</template>
86
87
\<script setup\>
- import { VStepperForm } from '@wdns/vuetify-stepper-form';
88
+ im${''}port { VStepperForm } from '@wdns/vuetify-stepper-form';
89
90
const foo = ref(null);
91
\</script\>`;
0 commit comments