Skip to content

Commit df788af

Browse files
Updated componant
1 parent 099f6c4 commit df788af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ makeServer({ environment: 'demo' });
1212

1313
const app = createApp(App);
1414
app.use(VDrilldownTable);
15-
app.use(CodeBlock);
15+
app.component('CodeBlock', CodeBlock);
1616
app.use(createPinia());
1717
app.component('font-awesome-icon', FontAwesomeIcon);
1818
app.component('FaIcon', FontAwesomeIcon);

0 commit comments

Comments
 (0)