-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Sync #7d7d50ed #1082
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
Sync #7d7d50ed #1082
Conversation
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
* Update application.md * Update src/api/application.md Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com> * Update application.md --------- Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
Bumps [@vue/repl](https://github.com/vuejs/repl) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/vuejs/repl/releases) - [Changelog](https://github.com/vuejs/repl/blob/main/CHANGELOG.md) - [Commits](vuejs/repl@v4.4.2...v4.4.3) --- updated-dependencies: - dependency-name: "@vue/repl" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* docs: update template refs render function * chore: remove sample * Update src/guide/extras/render-function.md resolved conversation Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com> --------- Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
Update component-basics.md In line 471, the line 4 is highlighted but that's wrong and the line 5 must be highlighted that is about `slot`.
* Update options-lifecycle.md Error capturing caveats. See [issue](vuejs/core#12575 (comment)). * Update src/api/options-lifecycle.md --------- Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
Update custom-renderer.md according to the latest source code https://github.com/vuejs/core/blob/22dcbf3e20eb84f69c8952f6f70d9990136a4a68/packages/runtime-core/src/renderer.ts#L107
* docs(performance): INP replacement of FIP We can see a warning on https://web.dev/articles/fid telling that FIP as reach EOL in favor of INP. I have added an info box because the change could be subtle without it but tell me if you see a better way of showing the change. * fix: missing square bracket * fix: typo * Update src/guide/best-practices/performance.md --------- Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
* fix: update validator desc * Update src/api/options-state.md --------- Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/vuejs/vitepress/releases) - [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md) - [Commits](vuejs/vitepress@v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: vitepress dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This reverts commit cfeb41f.
Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.6.0 to 1.6.3. - [Release notes](https://github.com/vuejs/vitepress/releases) - [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md) - [Commits](vuejs/vitepress@v1.6.0...v1.6.3) --- updated-dependencies: - dependency-name: vitepress dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add German language links to the translations page Co-authored-by: Jinjiang <zhaojinjiang@me.com> * Edit source link Co-authored-by: Jinjiang <zhaojinjiang@me.com>
This reverts commit 3735fb4.
Update composition-api-lifecycle.md
update skip link example code
Bumps [@vue/repl](https://github.com/vuejs/repl) from 4.4.3 to 4.5.0. - [Release notes](https://github.com/vuejs/repl/releases) - [Changelog](https://github.com/vuejs/repl/blob/main/CHANGELOG.md) - [Commits](vuejs/repl@v4.4.3...v4.5.0) --- updated-dependencies: - dependency-name: "@vue/repl" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update rendering-mechanism.md To quote vuejs/core#11067: change node hoisting to caching per instance
…ike class (#3173) * docs: clarify that :style can coexist with regular style attributes like class * docs: clarify that :style can coexist with regular style attributes like class
…#3175) Update provide-inject.md Explain how multiple parent provides are handled.
* docs: update NOTE code block. * Update web-components.md
feat: Mark polish translation as complete
Swapped Chrome Extension URL to non-beta version Old link pointed to [Vue.js devtools (beta)](https://chromewebstore.google.com/detail/vuejs-devtools-beta/ljjemllljcmogpfapbkkighbhhppjdbg). New link points to [Vue.js devtools](https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd)
…example (#3197) Co-authored-by: Claudiu Limban <claudiu.limban@qualitance.com>
Co-authored-by: wild61 <wild61>
Updated verb to match the plural subject. From "effects that depends on..." to "effects that depend on..."
Update template-syntax.md The same is the variable name rather than the value of variable.
* fix: removed todo mvc example * fix: removed todo mvc from the navigation
* Fix: provide/inject in plugins.md plugins allow us to use `provide` to provide a function or attribute plugin users are able to `inject` the plugin function or attribute * Update src/guide/reusability/plugins.md Co-authored-by: Ben Hong <ben@bencodezen.io> --------- Co-authored-by: Ben Hong <ben@bencodezen.io>
* Fix misplaced semicolen * remove semi
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
wxsms
reviewed
May 28, 2025
Co-authored-by: wxsm <wxsms@foxmail.com>
wxsms
approved these changes
May 28, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description of Problem
vuejs/docs@a10d1cc...7d7d50e