File tree 2 files changed +20
-6
lines changed
2 files changed +20
-6
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,7 @@ export {}
8
8
declare module 'vue' {
9
9
export interface GlobalComponents {
10
10
ApiCompatibility : typeof import ( './.vitepress/theme/components/ApiCompatibility.vue' ) [ 'default' ]
11
- CarbonDocument : typeof import ( '~icons/carbon/document' ) [ 'default' ]
12
11
CodeEditor : typeof import ( './.vitepress/theme/components/CodeEditor.vue' ) [ 'default' ]
13
- copy : typeof import ( './.vitepress/theme/components/Quote copy.vue' ) [ 'default' ]
14
12
Document : typeof import ( './.vitepress/theme/components/Document.vue' ) [ 'default' ]
15
13
DownloadButton : typeof import ( './.vitepress/theme/components/DownloadButton.vue' ) [ 'default' ]
16
14
FileTree : typeof import ( './.vitepress/theme/components/FileTree.vue' ) [ 'default' ]
@@ -24,7 +22,6 @@ declare module 'vue' {
24
22
LinkGrid : typeof import ( './.vitepress/theme/components/LinkGrid.vue' ) [ 'default' ]
25
23
LogosBashIcon : typeof import ( '~icons/logos/bash-icon' ) [ 'default' ]
26
24
LogosHtml5 : typeof import ( '~icons/logos/html5' ) [ 'default' ]
27
- LogosJavascript : typeof import ( '~icons/logos/javascript' ) [ 'default' ]
28
25
LogosMarkdown : typeof import ( '~icons/logos/markdown' ) [ 'default' ]
29
26
LogosNpmIcon : typeof import ( '~icons/logos/npm-icon' ) [ 'default' ]
30
27
LogosTypescriptIcon : typeof import ( '~icons/logos/typescript-icon' ) [ 'default' ]
Original file line number Diff line number Diff line change @@ -11,9 +11,26 @@ export default defineConfig({
11
11
// // 'vitepress',
12
12
// // '@vue/repl',
13
13
// ],
14
- // include: [
15
- // '@vue/repl',
16
- // ]
14
+ include : [
15
+ 'lz-string' ,
16
+ 'shiki-magic-move/vue' ,
17
+ 'nanoid' ,
18
+ 'unified' ,
19
+ 'remark-parse' ,
20
+ 'remark-rehype' ,
21
+ 'rehype-stringify' ,
22
+ 'hastscript' ,
23
+ 'unist-util-visit' ,
24
+ 'ofetch' ,
25
+ 'shiki' ,
26
+ 'mermaid' ,
27
+ '@shikijs/transformers' ,
28
+ 'hast-util-to-html' ,
29
+ 'hast-util-from-html' ,
30
+ '@vue/repl' ,
31
+ '@vue/repl/monaco-editor' ,
32
+ 'filesize'
33
+ ]
17
34
} ,
18
35
ssr : {
19
36
noExternal : [ '@vue/repl' ] ,
You can’t perform that action at this time.
0 commit comments