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 59083d6 commit 5a2e60dCopy full SHA for 5a2e60d
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