Skip to content

Commit

Permalink
Merge pull request #37 from webdevnerdstuff/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
webdevnerdstuff committed Nov 21, 2023
2 parents aac1f6c + 5a2e60d commit 3d76d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/documentation/sections/UsageSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const usageIndividual = `<template>
</template>
\<script setup\>
import { VCodeBlock } from '@wdns/vue-code-block';
import VCodeBlock from '@wdns/vue-code-block';
const code = ref(\`const foo = 'bar';\`);
\</script\>`;
Expand Down

0 comments on commit 3d76d93

Please sign in to comment.