Download links
This commit is contained in:
@ -1,7 +1,11 @@
|
||||
import DefaultTheme from 'vitepress/theme-without-fonts';
|
||||
import DownloadLink from './DownloadLink.vue';
|
||||
import './custom.css';
|
||||
|
||||
/** @type {import('vitepress').Theme} */
|
||||
export default {
|
||||
extends: DefaultTheme,
|
||||
enhanceApp({ app }) {
|
||||
app.component('DownloadLink', DownloadLink);
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user