Skip to content

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 61 commits into from
May 28, 2025
Merged

Sync #7d7d50ed #1082

merged 61 commits into from
May 28, 2025

Conversation

KiritaniAyaka
Copy link
Contributor

Description of Problem

vuejs/docs@a10d1cc...7d7d50e

iiio2 and others added 30 commits January 1, 2025 10:50
* 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>
* 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>
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>
Update composition-api-lifecycle.md
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.
Arman19941113 and others added 20 commits April 1, 2025 13:48
* docs: update NOTE code block.

* Update web-components.md
feat: Mark polish translation as complete
…example (#3197)

Co-authored-by: Claudiu Limban <claudiu.limban@qualitance.com>
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
Copy link

vercel bot commented May 27, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-zh-cn ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 28, 2025 8:31am

Co-authored-by: wxsm <wxsms@foxmail.com>
@wxsms wxsms merged commit b99bfea into vuejs-translations:main May 28, 2025
7 checks passed
@KiritaniAyaka KiritaniAyaka deleted the sync branch May 28, 2025 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.