Skip to content

Commit fe85be7

Browse files
Fixed wrong global app use
1 parent 0654cb5 commit fe85be7

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
@@ -72,7 +72,7 @@ const VCodeBlock = createVCodeBlock({
7272
7373
const app = createApp(App);
7474
75-
app.plugin(VCodeBlock);
75+
app.use(VCodeBlock);
7676
7777
app.mount('#app');`;
7878

0 commit comments

Comments
 (0)