Skip to content
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

Sync #f9c82f48 #1054

Open
wants to merge 88 commits into
base: main
Choose a base branch
from
Open

Sync #f9c82f48 #1054

wants to merge 88 commits into from

Conversation

veaba
Copy link
Member

@veaba veaba commented Dec 6, 2024

Description of Problem

vuejs/docs@6d4e543...f9c82f4

ilyaliao and others added 30 commits September 10, 2024 09:23
Bumps [vue](https://github.com/vuejs/core) from 3.5.0 to 3.5.5.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.0...v3.5.5)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@vue/repl](https://github.com/vuejs/repl) from 4.3.1 to 4.4.1.
- [Release notes](https://github.com/vuejs/repl/releases)
- [Changelog](https://github.com/vuejs/repl/blob/main/CHANGELOG.md)
- [Commits](vuejs/repl@v4.3.1...v4.4.1)

---
updated-dependencies:
- dependency-name: "@vue/repl"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
docs (#2914): fix autofocus issue on custom directives
* v-model.number: clarify unexpected behavior

* v-model.number: clarify unexpected behavior (not a warning!)
Bumps [@vue/repl](https://github.com/vuejs/repl) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/vuejs/repl/releases)
- [Changelog](https://github.com/vuejs/repl/blob/main/CHANGELOG.md)
- [Commits](vuejs/repl@v4.4.1...v4.4.2)

---
updated-dependencies:
- dependency-name: "@vue/repl"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [vue](https://github.com/vuejs/core) from 3.5.5 to 3.5.8.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.5...v3.5.8)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix(guide/suspense): missing v3.3+ badge in suspensible prop

Signed-off-by: GitHub <[email protected]>

* fix: replace badge with list item

---------

Signed-off-by: GitHub <[email protected]>
Fix a small grammatical error in the file for improved readability.
* Update plugins.md on how to bundle a plugin.

* Update src/guide/reusability/plugins.md

---------

Co-authored-by: Natalia Tepluhina <[email protected]>
Bumps [vue](https://github.com/vuejs/core) from 3.5.8 to 3.5.9.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.8...v3.5.9)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat(guide/computed): add previous to computed

Signed-off-by: GitHub <[email protected]>

* fix: replace badge with list item

* refactor: address review comments

* Update src/guide/essentials/computed.md

* Update src/guide/essentials/computed.md

---------

Signed-off-by: GitHub <[email protected]>
Co-authored-by: Natalia Tepluhina <[email protected]>
Bumps [vue](https://github.com/vuejs/core) from 3.5.9 to 3.5.10.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.9...v3.5.10)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@veaba veaba added 从英文版同步 请使用 merge commit 合并 从 upstream 同步的 PR 需保留 git 历史记录 labels Dec 6, 2024
Copy link

vercel bot commented Dec 6, 2024

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 Dec 9, 2024 9:01am

Copy link

cloudflare-workers-and-pages bot commented Dec 6, 2024

Deploying docs-zh-cn with  Cloudflare Pages  Cloudflare Pages

Latest commit: 02de657
Status: ✅  Deploy successful!
Preview URL: https://d6993f7e.docs-zh-cn.pages.dev
Branch Preview URL: https://sync.docs-zh-cn.pages.dev

View logs

src/api/sfc-spec.md Outdated Show resolved Hide resolved
src/api/sfc-script-setup.md Outdated Show resolved Hide resolved
src/guide/built-ins/transition-group.md Outdated Show resolved Hide resolved
src/guide/essentials/template-refs.md Outdated Show resolved Hide resolved
src/guide/extras/web-components.md Outdated Show resolved Hide resolved
src/guide/reusability/custom-directives.md Outdated Show resolved Hide resolved
src/guide/reusability/custom-directives.md Outdated Show resolved Hide resolved
src/guide/reusability/custom-directives.md Outdated Show resolved Hide resolved
src/guide/scaling-up/testing.md Outdated Show resolved Hide resolved
src/guide/scaling-up/testing.md Outdated Show resolved Hide resolved
Copy link
Member Author

@veaba veaba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apply the suggustions.

}
```

## 非 Vue Web Components 和 TypeScript {#non-vue-web-components-and-typescript}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

待翻译

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
从英文版同步 请使用 merge commit 合并 从 upstream 同步的 PR 需保留 git 历史记录
Projects
None yet
Development

Successfully merging this pull request may close these issues.