Skip to content

Commit

Permalink
fix: fix build error (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Jan 6, 2022
1 parent e6b62dd commit 280f18c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vuepress-plugin-typedoc/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ export const typedocPlugin = (opts: PluginOptions, ctx: any) => {

app = new Application();

app.renderer.render = render;

load(app);

addOptions(app);

app.renderer.render = render;

app.bootstrap({ ...options, theme: path.resolve(__dirname) });

project = app.convert();
Expand Down

0 comments on commit 280f18c

Please sign in to comment.