-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
docs: link demos to playground (beta) #4702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
c402fbe
docs: link demos to playground (beta)
OrbisK e278f0f
Merge branch 'main' into docs/link-to-playground
OrbisK a9c9e9a
chore: add @vue/repl
OrbisK 0c6f495
chore: replace shallowRef by inline value
OrbisK c9824aa
fix: temp fix build of docs by patching @vue/repl css out of the bundle
OrbisK b74e0eb
[autofix.ci] apply automated fixes
autofix-ci[bot] 2b3694e
chore: apply pnpm format to workspace yml
OrbisK 9dab24d
docs: add `@vue/repl` to `vite.ssr.noExternal` to remove temp patch
OrbisK 215a45d
[autofix.ci] apply automated fixes
autofix-ci[bot] ffb497b
chore: remove unused path from pnpm-workspace.yaml
OrbisK f0978e0
Merge remote-tracking branch 'origin/main' into docs/link-to-playground
OrbisK File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: temp fix build of docs by patching @vue/repl css out of the bundle
- Loading branch information
commit c9824aac4443292ae2108985c20c92baa22868de
There are no files selected for viewing
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
diff --git a/dist/vue-repl.js b/dist/vue-repl.js | ||
index fe7b7b11bda270071162000a34d9e41c7585e016..7a1f5e28fa1df5f1e33d6aba8af563c309b7810f 100644 | ||
--- a/dist/vue-repl.js | ||
+++ b/dist/vue-repl.js | ||
@@ -1,4 +1,4 @@ | ||
-import './vue-repl.css' | ||
+// import './vue-repl.css' | ||
import { defineComponent, computed, useTemplateRef, inject, reactive, createElementBlock, openBlock, normalizeClass, unref, createElementVNode, normalizeStyle, renderSlot, withModifiers, withDirectives, toDisplayString, vShow, ref, watch, createBlock, Transition, withCtx, createCommentVNode, toRefs, onMounted, onUnmounted, watchEffect, Fragment, createVNode, renderList, withKeys, vModelText, mergeModels, useModel, isRef, provide } from 'vue'; | ||
import { i as injectKeyPreviewRef, a as injectKeyProps } from './chunks/types-XqLqBVey.js'; | ||
import { MagicString, babelParse, extractIdentifiers, walkIdentifiers, isStaticProperty, isInDestructureAssignment, walk } from 'vue/compiler-sfc'; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/cc @antfu
FYI: pnpm does autoformats like this when using e.g.
pnpm patch
. Maybe we should leave it like this to prevent future noise/merge conflicts. (just talking about the blank lines btw 😅)