-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jaskang
committed
Jan 12, 2023
1 parent
fb93b28
commit a4132f7
Showing
14 changed files
with
62 additions
and
545 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
import DefaultTheme from 'vitepress/theme' | ||
import { plugin } from '../../../src' | ||
import MdvueDemo from '../components/MdvueDemo.jsx' | ||
|
||
import Elenext from '../../../src' | ||
export default { | ||
...DefaultTheme, | ||
enhanceApp(ctx) { | ||
DefaultTheme.enhanceApp(ctx) | ||
ctx.app.component('VueDoc', MdvueDemo) | ||
ctx.app.use(plugin) | ||
ctx.app.use(Elenext) | ||
}, | ||
} |
Oops, something went wrong.