Skip to content

Commit

Permalink
Fix documentation after setting plugin as module (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
stockiNail authored May 11, 2023
1 parent 7f7e35b commit 37f1516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ export default defineConfig({
docsDir: 'docs',
chart: {
imports: [
['scripts/register.js'],
['scripts/defaults.js'],
['scripts/register.js', 'Register'],
['scripts/defaults.js', 'Defaults'],
['scripts/utils.js', 'Utils'],
]
},
Expand Down

0 comments on commit 37f1516

Please sign in to comment.