Skip to content

Commit

Permalink
docs: remove unused badge component
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Aug 12, 2022
1 parent c5f59c9 commit bd2069e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 61 deletions.
43 changes: 0 additions & 43 deletions docs/.vitepress/theme/components/Badge.vue

This file was deleted.

5 changes: 0 additions & 5 deletions docs/.vitepress/theme/components/index.ts

This file was deleted.

4 changes: 0 additions & 4 deletions docs/.vitepress/theme/components/vue.d.ts

This file was deleted.

10 changes: 1 addition & 9 deletions docs/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
import DefaultTheme from 'vitepress/theme';
import GlobalComponents from './components';
import './index.css';

export default {
...DefaultTheme,
enhanceApp({ app }) {
for (const [name, component] of Object.entries(GlobalComponents)) {
app.component(name, component);
}
},
};
export default { ...DefaultTheme };

0 comments on commit bd2069e

Please sign in to comment.