Skip to content

Commit

Permalink
Merge pull request #30 from webdevnerdstuff/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
webdevnerdstuff authored Nov 10, 2023
2 parents 13a6d83 + 8732dc9 commit 1ae2073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sections/RegisterSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const selectedTheme = inject('selectedTheme');
const styleData = inject('styleData');
const asPluginGlobalCode = `import { createApp } from 'vue';
import CodeBlock from 'vue-code-block';
import CodeBlock from '@wdns/vue-code-block';
createApp()
.component('CodeBlock', CodeBlock)
Expand Down

0 comments on commit 1ae2073

Please sign in to comment.