Skip to content

Commit

Permalink
docs: repl config
Browse files Browse the repository at this point in the history
  • Loading branch information
KouSum committed Apr 19, 2024
1 parent ebecd06 commit 84e92ea
Show file tree
Hide file tree
Showing 6 changed files with 1,188 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/LiveCodeClient.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const {
// default is the CDN link from jsdelivr.com with version matching Vue's version
// from peerDependency
// runtimeDev: import.meta.env.BASE_URL + 'vue.runtime.esm-browser.js',
// runtimeProd: import.meta.env.BASE_URL + 'vue.runtime.esm-browser.prod.js',
runtimeProd: import.meta.env.BASE_URL + 'runtime-dom.esm-browser.prod.js',
// serverRenderer: import.meta.env.BASE_URL + 'server-renderer.esm-browser.js',
})
builtinImportMap.value.imports = {
Expand Down
890 changes: 890 additions & 0 deletions docs/src/public/es-module-shims.wasm.js

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions docs/src/public/runtime-dom.esm-browser.prod.js

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,17 @@
"@algolia/client-search",
"search-insights"
]
},
"patchedDependencies": {
"@vue/[email protected]": "patches/@[email protected]"
}
},
"dependencies": {
"@douyinfe/semi-foundation": "2.56.1",
"@douyinfe/semi-theme-default": "2.56.1",
"@vue/repl": "^4.1.1",
"vue": "^3.4.21",
"lodash": "^4.17.21"
"@vue/repl": "4.1.1",
"lodash": "^4.17.21",
"vue": "^3.4.21"
},
"devDependencies": {
"@kousum/semi-icons-vue": "./packages/semi-icons-vue",
Expand Down
271 changes: 271 additions & 0 deletions patches/@[email protected]

Large diffs are not rendered by default.

12 changes: 9 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 84e92ea

Please sign in to comment.