Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit 85655de

Browse files
Updating docs
1 parent caf5c2b commit 85655de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Sections/RegisterSection.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ const asPluginGlobalCode = `import { createApp } from 'vue';
3131
import CodeBlock from 'vue3-code-block';
3232
3333
createApp()
34-
.use(CodeBlock)
34+
.component('CodeBlock', CodeBlock)
3535
.mount('#app');`;
3636
</script>

0 commit comments

Comments
 (0)