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 aac1f6c + 5a2e60d commit 3d76d93Copy full SHA for 3d76d93
src/documentation/sections/UsageSection.vue
@@ -67,7 +67,7 @@ const usageIndividual = `<template>
67
</template>
68
69
\<script setup\>
70
- import { VCodeBlock } from '@wdns/vue-code-block';
+ import VCodeBlock from '@wdns/vue-code-block';
71
72
const code = ref(\`const foo = 'bar';\`);
73
\</script\>`;
0 commit comments