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 caf5c2b commit 85655deCopy full SHA for 85655de
src/components/Sections/RegisterSection.vue
@@ -31,6 +31,6 @@ const asPluginGlobalCode = `import { createApp } from 'vue';
31
import CodeBlock from 'vue3-code-block';
32
33
createApp()
34
- .use(CodeBlock)
+ .component('CodeBlock', CodeBlock)
35
.mount('#app');`;
36
</script>
0 commit comments