Open
Conversation
close #2886
This reverts commit 294c48d.
This reverts commit 0910c20.
Removing `prevVnode` params from hooks where they aren't available.
Fix typo: "subject the" to "subject to"
Bumps [vue](https://github.com/vuejs/core) from 3.4.27 to 3.4.29. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.4.27...v3.4.29) --- updated-dependencies: - dependency-name: vue 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: warn about customRef pitfalls * docs: review the scenario and issue explanation * docs: review customRefs warning
Added close input tags symbol "/". A few of your inputs haven't it.
* Update v-model.md > When it is mutated by the child, it causes the parent bound value to be updated as well. Maybe adding a click event to invoke the update would help clarify the example? * Update src/guide/components/v-model.md Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com> --------- Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
Bumps [@vue/repl](https://github.com/vuejs/repl) from 4.2.1 to 4.3.1. - [Release notes](https://github.com/vuejs/repl/releases) - [Changelog](https://github.com/vuejs/repl/blob/main/CHANGELOG.md) - [Commits](vuejs/repl@v4.2.1...v4.3.1) --- 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>
Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.2.3 to 1.3.0. - [Release notes](https://github.com/vuejs/vitepress/releases) - [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md) - [Commits](vuejs/vitepress@v1.2.3...v1.3.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>
Remove broken playground link (component.studios) https://app.components.studio/edit/OPQn5g8a0xaVXA8oas5d/src/index.vue?p=stories re: https://github.com/divriots/components.studio/issues/6
…2909) Add info for wrapping refrence types in functions for withDefaults default values Co-authored-by: Luca <luca@kubikfoto.de>
Bumps [vue](https://github.com/vuejs/core) from 3.4.29 to 3.4.31. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.4.29...v3.4.31) --- updated-dependencies: - dependency-name: vue 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>
fix: add different background for dark mode on hover for herodevs buttons
Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/vuejs/vitepress/releases) - [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md) - [Commits](vuejs/vitepress@v1.3.0...v1.3.1) --- 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>
Update themes.json
Bumps [vue](https://github.com/vuejs/core) from 3.4.31 to 3.4.32. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.4.31...v3.4.32) --- updated-dependencies: - dependency-name: vue 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>
* fix: scope SecurityUpdateBtn css styles * fix: ecosystem/themes broken after #2896
Bumps [vue](https://github.com/vuejs/core) from 3.4.32 to 3.4.33. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.4.32...v3.4.33) --- updated-dependencies: - dependency-name: vue 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>
* Fix misplaced semicolen * remove semi
…nent (#3240) Add Scrimba component and links
register ScrimbaLink component and change color on play button
…#3244) Co-authored-by: it-evan <evanzhong@efun.com>
Bumps [vue](https://github.com/vuejs/core) from 3.5.13 to 3.5.16. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.5.13...v3.5.16) --- updated-dependencies: - dependency-name: vue dependency-version: 3.5.16 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>
…se (#3231) docs(animation): add note about Number.MAX_SAFE_INTEGER for large input edge case
* feat: enhance code block & code group * chore: fix line number * chore: duplicate code line
Bumps [@vue/repl](https://github.com/vuejs/repl) from 4.5.1 to 4.6.1. - [Release notes](https://github.com/vuejs/repl/releases) - [Changelog](https://github.com/vuejs/repl/blob/main/CHANGELOG.md) - [Commits](vuejs/repl@v4.5.1...v4.6.1) --- updated-dependencies: - dependency-name: "@vue/repl" dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [vue](https://github.com/vuejs/core) from 3.5.16 to 3.5.17. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.5.16...v3.5.17) --- updated-dependencies: - dependency-name: vue dependency-version: 3.5.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* docs: add addendum on useId usage with computed * docs: refine useId warning with computed
Bumps [@vue/repl](https://github.com/vuejs/repl) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/vuejs/repl/releases) - [Changelog](https://github.com/vuejs/repl/blob/main/CHANGELOG.md) - [Commits](vuejs/repl@v4.6.1...v4.6.2) --- updated-dependencies: - dependency-name: "@vue/repl" dependency-version: 4.6.2 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>
* Update ways-of-using-vue.md Change language of petite-vue to reflect its current status * docs: update verbiage --------- Co-authored-by: Ben Hong <ben@bencodezen.io>
fix: fix GDPR typo (GPDR → GDPR)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
3 tasks
* Update privacy.md * Update privacy.md * Update privacy.md * Update privacy.md * Update privacy.md * Update privacy.md * Update privacy.md * Update privacy.md * Update privacy.md * Update privacy.md * Update privacy.md * Update privacy.md * fix --------- Co-authored-by: xiaodong2008 <admin@xiaodong.moe>
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
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.
Sync d4527e0