Skip to content

Commit 5a2e60d

Browse files
Update example
1 parent 59083d6 commit 5a2e60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/documentation/sections/UsageSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const usageIndividual = `<template>
6767
</template>
6868
6969
\<script setup\>
70-
import { VCodeBlock } from '@wdns/vue-code-block';
70+
import VCodeBlock from '@wdns/vue-code-block';
7171
7272
const code = ref(\`const foo = 'bar';\`);
7373
\</script\>`;

0 commit comments

Comments
 (0)