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 099f6c4 commit df788afCopy full SHA for df788af
src/main.ts
@@ -12,7 +12,7 @@ makeServer({ environment: 'demo' });
12
13
const app = createApp(App);
14
app.use(VDrilldownTable);
15
-app.use(CodeBlock);
+app.component('CodeBlock', CodeBlock);
16
app.use(createPinia());
17
app.component('font-awesome-icon', FontAwesomeIcon);
18
app.component('FaIcon', FontAwesomeIcon);
0 commit comments