owner stringclasses 14
values | repo stringclasses 14
values | id int64 116k 4.61B | issue_number int32 1 181k | author stringlengths 1 39 | body stringlengths 1 262k | created_at timestamp[us]date 2000-06-06 02:40:44 2026-06-02 20:16:18 | updated_at timestamp[us]date 2000-06-06 02:40:44 2026-06-02 20:22:56 | reactions unknown | author_association stringclasses 5
values |
|---|---|---|---|---|---|---|---|---|---|
vuejs | core | 4,122,615,047 | 14,623 | l246804 | > > > 目前看功能好像是正常的,不过我没尝试过你这种 `routes` 配置,我都是单层 `RouterView(AppMain)` 就可以了
> >
> >
> > 你可以尝试下正常层级路由树,而不必借用 `''` 路由,或者给 `vue-router` 提个问题?
>
> 正常层级路由树是指啥,没有嵌套吗?
参考下面这种配置,不过可能需要对 `Layout` 里的 `RouterView` 额外处理下。可以参考下[vue-router-better-view](https://github.com/vue-spark/vue-router-better-view/blob/HEAD/README.zh-CN.md#%... | 2026-03-25T02:00:25 | 2026-03-25T02:00:25 | {} | NONE |
vuejs | core | 2,330,660,400 | 8,619 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/8a9439aa-b6d0-43cf-a91f-e059a35b0de2)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@8619
```
```
npm i https://pkg.pr.new/@vue/compiler-core@8619
```
```
yarn add https://pkg.pr.new... | 2024-09-05T05:54:17 | 2026-03-25T06:47:57 | {} | NONE |
vuejs | core | 4,101,764,039 | 14,611 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/18dafd38-694e-4bb7-b7fb-4fcacb89ce5c)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14611
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14611
```
```
yarn add https://pkg.pr.n... | 2026-03-21T01:26:57 | 2026-03-23T00:43:35 | {} | NONE |
vuejs | core | 4,101,761,599 | 14,611 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
No actionable comments were generated in the recent review. 🎉
<details>
<summary>ℹ️ Recent review info</summary>
<details>
<summary>⚙️ Run configuration</summary>
**Configuration used**: defaults
**Review profile**: CHILL
**Plan**: Pro
**Run ... | 2026-03-21T01:25:53 | 2026-03-23T00:44:19 | {} | NONE |
vuejs | core | 4,107,594,081 | 14,616 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 105 kB | 39.7 kB | 35.7 kB |
| vue.global.prod.js | 163 kB | 59.7 kB | 53.1 kB |
### Usages
| Name | Size | G... | 2026-03-23T02:30:10 | 2026-03-23T02:30:10 | {} | NONE |
vuejs | core | 4,124,097,903 | 8,619 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
No actionable comments were generated in the recent review. 🎉
<details>
<summary>ℹ️ Recent review info</summary>
<details>
<summary>⚙️ Run configuration</summary>
**Configuration used**: defaults
**Review profile**: CHILL
**Plan**: Pro
**Run ... | 2026-03-25T06:21:03 | 2026-03-25T06:51:05 | {} | NONE |
vuejs | core | 4,105,670,959 | 14,612 | Amiya167 | Hello @edison1105 , thank you for your interest in the Zixiao Labs Industries team. Indeed, we feel that including platform-specific compilers in the core repository might increase the burden on Evan You and the team, and could potentially lead to vendor lock-in (we don't want to become the next Vercel or Next.js). The... | 2026-03-22T06:38:08 | 2026-03-22T06:38:08 | {} | NONE |
vuejs | core | 3,342,182,753 | 13,934 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/172f2562-481e-4d80-93c5-b9702293596a)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@13934
```
```
npm i https://pkg.pr.new/@vue/compiler-core@13934
```
```
yarn add https://pkg.pr.n... | 2025-09-28T01:52:20 | 2026-03-23T02:26:01 | {} | NONE |
vuejs | core | 4,116,329,022 | 14,624 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
<details>
<summary>📝 Walkthrough</summary>
## Walkthrough
This change fixes a bug where v-memo incorrectly skips updates when used with v-for inside v-if. The fix tightens the cache guard condition in the compiler, add... | 2026-03-24T08:33:11 | 2026-03-24T08:54:26 | {} | NONE |
vuejs | core | 3,652,537,868 | 14,196 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------ | ------------------- | ------------------- |
| runtime-dom.global.prod.js | 105 kB (**+63 B**) | 39.7 kB (**+22 B**) | 35.7 kB (**+27 B**) |
| v... | 2025-12-15T01:25:31 | 2026-03-25T00:59:22 | {} | NONE |
vuejs | core | 4,122,567,163 | 14,623 | l246804 | 目前看功能好像是正常的,不过我没尝试过你这种 `routes` 配置,我都是单层 `RouterView(AppMain)` 就可以了 | 2026-03-25T01:43:12 | 2026-03-25T01:43:12 | {} | NONE |
vuejs | core | 4,122,605,932 | 14,625 | edison1105 | /ecosystem-ci run | 2026-03-25T01:57:18 | 2026-03-25T01:57:18 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,727,376,122 | 13,045 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/b4cbac87-30ed-4519-a1e2-4407a0237cc8)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@13045
```
```
npm i https://pkg.pr.new/@vue/compiler-core@13045
```
```
yarn add https://pkg.pr.n... | 2025-03-16T12:44:25 | 2026-03-25T08:20:19 | {} | NONE |
vuejs | core | 4,089,156,310 | 14,606 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | ------- | ------- | ------- |
| compiler-dom.global.prod.js | 86.4 kB | 30.2 kB | 26.6 kB |
| runtime-dom.global.prod.js | 111 kB | 41.9 kB | 37.5 kB |
| vue.global.prod.js | 170 kB | 6... | 2026-03-19T10:29:13 | 2026-03-20T09:49:17 | {} | NONE |
vuejs | core | 4,107,399,126 | 14,613 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/ea11fb93-b7b4-4698-a869-c38ac8c68ccf)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14613
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14613
```
```
yarn add https://pkg.pr.n... | 2026-03-23T01:05:50 | 2026-03-23T01:05:50 | {} | NONE |
vuejs | core | 4,122,621,653 | 14,625 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/23521216237)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/23422869004) |
|-------|--------|----------------|
| pinia | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions/... | 2026-03-25T02:02:46 | 2026-03-25T02:02:46 | {} | CONTRIBUTOR |
vuejs | core | 4,124,114,169 | 8,619 | edison1105 | /ecosystem-ci run | 2026-03-25T06:25:29 | 2026-03-25T06:25:29 | {
"+1": 1
} | MEMBER |
vuejs | core | 4,124,576,463 | 14,629 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
No actionable comments were generated in the recent review. 🎉
<details>
<summary>ℹ️ Recent review info</summary>
<details>
<summary>⚙️ Run configuration</summary>
**Configuration used**: defaults
**Review profile**: CHILL
**Plan**: Pro
**Run ... | 2026-03-25T08:10:00 | 2026-03-25T08:12:41 | {} | NONE |
vuejs | core | 4,124,589,303 | 14,629 | edison1105 | /ecosystem-ci run | 2026-03-25T08:12:41 | 2026-03-25T08:12:41 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,727,376,019 | 13,045 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 105 kB | 39.8 kB | 35.7 kB |
| vue.global.prod.js | 164 kB | 59.8 kB | 53.2 kB |
### Usages
| Name | Size | G... | 2025-03-16T12:44:09 | 2026-03-25T08:20:10 | {} | NONE |
vuejs | core | 4,103,147,876 | 14,612 | netlify[bot] | ### <span aria-hidden="true">❌</span> Deploy Preview for *vue-next-template-explorer* failed. **[Why did it fail? →](https://app.netlify.com/projects/vue-next-template-explorer/deploys/69be81fe3b8e980008d1b1df?deploy_diagnostics=true)**
| Name | Link |
|:-:|------------------------|
|<span aria-hidden="true">🔨</spa... | 2026-03-21T11:33:52 | 2026-03-21T11:33:52 | {} | NONE |
vuejs | core | 4,101,746,338 | 14,610 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- pre_merge_checks_walkthrough_start -->
<details>
<summary>🚥 Pre-merge checks | ✅ 4 | ❌ 1</summary>
### ❌ Failed checks (1 warning)
| Check name | Status | Explanation ... | 2026-03-21T01:18:50 | 2026-03-23T01:21:19 | {} | NONE |
vuejs | core | 4,122,543,010 | 14,196 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/23520083440)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/23422869004) |
|-------|--------|----------------|
| radix-vue | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/acti... | 2026-03-25T01:35:32 | 2026-03-25T01:35:32 | {} | CONTRIBUTOR |
vuejs | core | 4,124,134,368 | 8,619 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/23527976596)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/23526369673) |
|-------|--------|----------------|
| radix-vue | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/acti... | 2026-03-25T06:30:54 | 2026-03-25T06:30:54 | {} | CONTRIBUTOR |
vuejs | core | 4,124,193,640 | 14,628 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | ------- | ------- | ------- |
| compiler-dom.global.prod.js | 86.4 kB | 30.2 kB | 26.6 kB |
| runtime-dom.global.prod.js | 111 kB | 41.9 kB | 37.5 kB |
| vue.global.prod.js | 170 kB | 6... | 2026-03-25T06:46:54 | 2026-03-25T06:46:54 | {} | NONE |
vuejs | core | 4,101,748,199 | 14,610 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | ------- | ------- | ------- |
| compiler-dom.global.prod.js | 86.4 kB | 30.2 kB | 26.6 kB |
| runtime-dom.global.prod.js | 111 kB | 41.9 kB | 37.5 kB |
| vue.global.prod.js | 170 kB | 6... | 2026-03-21T01:19:36 | 2026-03-21T01:19:36 | {} | NONE |
vuejs | core | 4,101,763,398 | 14,611 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 105 kB | 39.7 kB | 35.7 kB |
| vue.global.prod.js | 163 kB | 59.7 kB | 53.1 kB |
### Usages
| Name | Size | G... | 2026-03-21T01:26:36 | 2026-03-21T02:23:37 | {} | NONE |
vuejs | core | 3,339,148,451 | 13,934 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- This is an auto-generated comment: skip review by coderabbit.ai -->
> [!IMPORTANT]
> ## Review skipped
>
> Auto reviews are disabled on base/target branches other than the default branch.
>
>
>
> Please check the settings in the CodeRabbit... | 2025-09-26T15:21:52 | 2026-03-23T02:24:49 | {} | NONE |
vuejs | core | 4,107,804,456 | 14,618 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | ------- | ------- | ------- |
| compiler-dom.global.prod.js | 86.4 kB | 30.2 kB | 26.6 kB |
| runtime-dom.global.prod.js | 111 kB | 41.9 kB | 37.5 kB |
| vue.global.prod.js | 170 kB | 6... | 2026-03-23T03:50:35 | 2026-03-23T03:50:35 | {} | NONE |
vuejs | core | 1,760,631,760 | 9,392 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------- | ------------------- | ------------------- |
| runtime-dom.global.prod.js | 105 kB (**+137 B**) | 39.7 kB (**+32 B**) | 35.7 kB (**+21 B**) |
... | 2023-10-13T01:33:09 | 2026-03-25T03:24:37 | {} | NONE |
vuejs | core | 4,107,398,677 | 14,613 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 105 kB | 39.7 kB | 35.7 kB |
| vue.global.prod.js | 163 kB | 59.7 kB | 53.1 kB |
### Usages
| Name | Size | G... | 2026-03-23T01:05:39 | 2026-03-23T01:05:39 | {} | NONE |
vuejs | core | 3,342,182,622 | 13,934 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | ------- | ------- | ------- |
| compiler-dom.global.prod.js | 86.4 kB | 30.2 kB | 26.6 kB |
| runtime-dom.global.prod.js | 111 kB | 41.9 kB | 37.5 kB |
| vue.global.prod.js | 170 kB | 6... | 2025-09-28T01:52:04 | 2026-03-23T02:14:43 | {} | NONE |
vuejs | core | 4,111,384,974 | 14,622 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
No actionable comments were generated in the recent review. 🎉
<details>
<summary>ℹ️ Recent review info</summary>
<details>
<summary>⚙️ Run configuration</summary>
**Configuration used**: defaults
**Review profile**: CHILL
**Plan**: Pro
**Run ... | 2026-03-23T15:12:16 | 2026-03-23T15:16:14 | {} | NONE |
vuejs | core | 4,116,116,209 | 14,623 | l246804 | 链接打不开,也许 [vue-router-better-view](https://github.com/vue-spark/vue-router-better-view) 组件可以解决你的问题 | 2026-03-24T07:54:18 | 2026-03-24T07:54:18 | {} | NONE |
vuejs | core | 3,652,538,127 | 14,196 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/dce252ea-4b28-4815-87b8-c3d98cdf976c)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14196
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14196
```
```
yarn add https://pkg.pr.n... | 2025-12-15T01:25:39 | 2026-03-25T01:10:51 | {} | NONE |
vuejs | core | 4,124,579,557 | 14,629 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/ff2c6d35-9cf5-4278-9efd-ab5d0cbd2cb4)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14629
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14629
```
```
yarn add https://pkg.pr.n... | 2026-03-25T08:10:42 | 2026-03-25T08:10:42 | {} | NONE |
vuejs | core | 4,286,889,669 | 14,743 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | ------- | ------- | ------- |
| compiler-dom.global.prod.js | 86.4 kB | 30.3 kB | 26.6 kB |
| runtime-dom.global.prod.js | 113 kB | 42.4 kB | 38 kB |
| vue.global.prod.js | 172 kB | 6... | 2026-04-21T08:03:39 | 2026-04-21T08:03:39 | {} | NONE |
vuejs | core | 4,286,888,706 | 14,743 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/fc091c19-8bd1-46fa-b320-5a22856ba5f9)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14743
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14743
```
```
yarn add https://pkg.pr.n... | 2026-04-21T08:03:29 | 2026-04-21T08:13:38 | {} | NONE |
vuejs | core | 4,293,410,905 | 14,748 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/278ac21e-b9ad-403b-92e7-d436c4e52d55)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14748
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14748
```
```
yarn add https://pkg.pr.n... | 2026-04-22T04:00:34 | 2026-04-22T04:01:29 | {} | NONE |
vuejs | core | 4,203,439,875 | 14,694 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/4ae4b71b-72a7-4471-a514-ee89093dbfdc)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14694
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14694
```
```
yarn add https://pkg.pr.n... | 2026-04-08T02:40:00 | 2026-04-22T05:56:55 | {} | NONE |
vuejs | core | 4,303,383,158 | 14,755 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/959ab6f2-a068-4c91-8d7b-8fb4ac67672d)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14755
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14755
```
```
yarn add https://pkg.pr.n... | 2026-04-23T09:46:07 | 2026-04-25T05:20:52 | {} | NONE |
vuejs | core | 4,303,384,343 | 14,755 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | ------- | ------- | ------- |
| compiler-dom.global.prod.js | 86.4 kB | 30.3 kB | 26.6 kB |
| runtime-dom.global.prod.js | 113 kB | 42.4 kB | 38 kB |
| vue.global.prod.js | 172 kB | 6... | 2026-04-23T09:46:18 | 2026-04-25T05:21:04 | {} | NONE |
vuejs | core | 4,327,694,279 | 14,764 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- This is an auto-generated comment: skip review by coderabbit.ai -->
> [!IMPORTANT]
> ## Review skipped
>
> Draft detected.
>
> Please check the settings in the CodeRabbit UI or the `.coderabbit.yaml` file in this repository. To trigger a sin... | 2026-04-27T14:15:46 | 2026-04-28T00:13:17 | {} | NONE |
vuejs | core | 4,332,029,677 | 14,765 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/b19ee7be-f254-40d7-8b37-924c3e68df7a)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14765
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14765
```
```
yarn add https://pkg.pr.n... | 2026-04-28T02:51:32 | 2026-04-28T08:21:34 | {} | NONE |
vuejs | core | 4,339,331,087 | 14,766 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ----- | ------- |
| runtime-dom.global.prod.js | 106 kB | 40 kB | 35.9 kB |
| vue.global.prod.js | 164 kB | 60 kB | 53.3 kB |
### Usages
| Name | Size | Gzip |... | 2026-04-28T21:47:54 | 2026-04-28T21:47:54 | {} | NONE |
vuejs | core | 4,350,106,246 | 14,763 | edison1105 | duplicate of #12416 | 2026-04-30T06:13:06 | 2026-04-30T06:13:06 | {
"heart": 1
} | MEMBER |
vuejs | core | 4,362,664,599 | 14,771 | edison1105 | pls try `pnpm add https://pkg.pr.new/vue@466ec98` - base on the latest commit on minor
https://github.com/vuejs/core/runs/73526967426 | 2026-05-02T02:24:08 | 2026-05-02T02:24:08 | {} | MEMBER |
vuejs | core | 4,293,320,851 | 14,747 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/24758073834)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/24650628178) |
|-------|--------|----------------|
| pinia | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions/... | 2026-04-22T03:28:44 | 2026-04-22T03:28:44 | {} | CONTRIBUTOR |
vuejs | core | 4,293,954,139 | 14,725 | edison1105 | /ecosystem-ci run | 2026-04-22T06:04:04 | 2026-04-22T06:04:04 | {
"+1": 1
} | MEMBER |
vuejs | core | 4,294,031,877 | 14,749 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ----- | ------- |
| runtime-dom.global.prod.js | 106 kB | 40 kB | 35.9 kB |
| vue.global.prod.js | 164 kB | 60 kB | 53.4 kB |
### Usages
| Name | Size | Gzip |... | 2026-04-22T06:22:27 | 2026-04-22T06:22:27 | {} | NONE |
vuejs | core | 4,327,699,622 | 14,764 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/c74dfc86-2f8a-4c84-a971-214c7c057521)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14764
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14764
```
```
yarn add https://pkg.pr.n... | 2026-04-27T14:16:29 | 2026-04-27T23:54:18 | {} | NONE |
vuejs | core | 4,349,233,995 | 14,768 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
<details>
<summary>📝 Walkthrough</summary>
## Walkthrough
A single line is appended to the README.md file containing a timestamp reference "daily oss pr 2026-04-29 batch 2". No other content modifications or structural... | 2026-04-30T02:16:16 | 2026-04-30T02:22:00 | {} | NONE |
vuejs | core | 4,359,073,304 | 14,770 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/9ab4a5f1-4f5b-4b64-aed2-69403dfbbc16)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14770
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14770
```
```
yarn add https://pkg.pr.n... | 2026-05-01T11:27:56 | 2026-05-01T11:27:56 | {} | NONE |
vuejs | core | 4,287,341,772 | 14,744 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | ------- | ------- | ------- |
| compiler-dom.global.prod.js | 86.4 kB | 30.3 kB | 26.6 kB |
| runtime-dom.global.prod.js | 113 kB | 42.4 kB | 38 kB |
| vue.global.prod.js | 172 kB | 6... | 2026-04-21T09:16:31 | 2026-04-21T09:16:31 | {} | NONE |
vuejs | core | 4,288,226,859 | 14,741 | rzzf | Thanks, I understand the root cause of this issue and have considered using v-memo. However, I don’t think it’s a sustainable long-term solution. This issue originates from https://github.com/element-plus/element-plus/issues/24076, and I stand by my view that such behavior does not occur when working with native DOM or... | 2026-04-21T11:39:46 | 2026-04-21T11:39:46 | {} | CONTRIBUTOR |
vuejs | core | 4,287,341,816 | 14,744 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/2e993b27-b3e7-4ff5-ad9d-dc02c7a4643a)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14744
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14744
```
```
yarn add https://pkg.pr.n... | 2026-04-21T09:16:31 | 2026-04-22T01:43:00 | {} | NONE |
vuejs | core | 4,293,337,256 | 14,746 | edison1105 | This looks like an expected limitation of combining `reactive()` with class instances that store `ref`s on `this`.
`reactive(new Data())` returns a proxy where nested refs are unwrapped on property access, so inside `reactiveStore.incrementTypesave()`, `this.count` is already a `number`, not a `Ref<number>`. That is w... | 2026-04-22T03:34:34 | 2026-04-22T03:34:34 | {} | MEMBER |
vuejs | core | 4,361,098,591 | 14,771 | axtho | I did a bit more local debugging on this and the immediate failure seems to be caused by `cloneVNode()` dropping Vapor slot metadata.
The failing path is:
1. Vapor parent renders a VDOM component with slot content.
2. The slot content is represented as a `VaporSlot` VNode with metadata on `vnode.vs`.
3. Reka `Primiti... | 2026-05-01T19:04:22 | 2026-05-01T19:04:22 | {} | NONE |
vuejs | core | 4,287,492,219 | 14,740 | jackma9604 | > First of all, thank you for the contribution. After thinking it over, I still feel should not merge it as is.
>
> The main reason is that `child()`, `nthChild()`, and `txt()` are fairly low-level helpers and sit on the hot path. This change would add a permanent `<template>` special case to them. Even if the overh... | 2026-04-21T09:40:11 | 2026-04-21T09:40:11 | {} | NONE |
vuejs | core | 4,292,699,424 | 14,747 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
No actionable comments were generated in the recent review. 🎉
<details>
<summary>ℹ️ Recent review info</summary>
<details>
<summary>⚙️ Run configuration</summary>
**Configuration used**: defaults
**Review profile**: CHILL
**Plan**: Pro
**Run... | 2026-04-22T00:19:50 | 2026-04-22T02:58:10 | {} | NONE |
vuejs | core | 4,293,409,731 | 14,748 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------ | ------------------- | ------------------- |
| runtime-dom.global.prod.js | 105 kB (**+28 B**) | 39.9 kB (**+13 B**) | 35.8 kB (**+10 B**) |
| v... | 2026-04-22T04:00:10 | 2026-04-22T04:00:10 | {} | NONE |
vuejs | core | 4,293,852,677 | 14,712 | renovate[bot] | ### Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ **Warning**: custom changes will be lost. | 2026-04-22T05:44:29 | 2026-04-22T05:44:29 | {} | CONTRIBUTOR |
vuejs | core | 4,350,371,233 | 14,769 | netlify[bot] | ### <span aria-hidden="true">❌</span> Deploy Preview for *vue-sfc-playground* failed. **[Why did it fail? →](https://app.netlify.com/projects/vue-sfc-playground/deploys/69f2ff961b7f7500087f7a14?deploy_diagnostics=true)**
| Name | Link |
|:-:|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit... | 2026-04-30T07:07:19 | 2026-04-30T07:07:19 | {} | NONE |
vuejs | core | 4,293,408,209 | 14,748 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
<details>
<summary>📝 Walkthrough</summary>
## Walkthrough
Fixes a null-reference during rapid toggles of a <transition> by returning a comment VNode when the slot is empty but an existing instance subtree is present, a... | 2026-04-22T03:59:39 | 2026-04-22T04:04:38 | {} | NONE |
vuejs | core | 4,293,946,691 | 14,713 | renovate[bot] | ### Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ **Warning**: custom changes will be lost. | 2026-04-22T06:02:34 | 2026-04-22T06:02:34 | {} | CONTRIBUTOR |
vuejs | core | 4,294,037,882 | 14,725 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/24762966448)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/24762206486) |
|-------|--------|----------------|
| router | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions... | 2026-04-22T06:23:55 | 2026-04-22T06:23:55 | {} | CONTRIBUTOR |
vuejs | core | 4,301,411,268 | 14,752 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/85523b43-5a22-47c1-9819-3ce1324153d5)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14752
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14752
```
```
yarn add https://pkg.pr.n... | 2026-04-23T02:49:34 | 2026-04-23T03:51:51 | {} | NONE |
vuejs | core | 4,302,408,020 | 14,754 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/e89d92f2-ffce-434c-80c1-8da31e0601c6)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14754
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14754
```
```
yarn add https://pkg.pr.n... | 2026-04-23T07:12:20 | 2026-04-23T07:14:55 | {} | NONE |
vuejs | core | 4,352,663,893 | 12,913 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- This is an auto-generated comment: skip review by coderabbit.ai -->
> [!IMPORTANT]
> ## Review skipped
>
> Auto reviews are disabled on base/target branches other than the default branch.
>
>
>
> Please check the settings in the CodeRabbit... | 2026-04-30T13:02:02 | 2026-04-30T21:36:42 | {} | NONE |
vuejs | core | 4,366,904,942 | 14,771 | axtho | Ok, thanks. That solves my particular issue. I am scoring loading times pre vapor and post vapor. Oddly enough, the current branch version actually puts the vapor components about 3-5% above the non-vapor (but optimized) version. | 2026-05-03T18:51:05 | 2026-05-03T18:51:05 | {} | NONE |
vuejs | core | 4,367,144,844 | 14,757 | pierluigilenoci | Hi — friendly ping. Is this PR still on the radar for review? Happy to rebase or make changes if needed. Thanks! | 2026-05-03T20:50:14 | 2026-05-03T20:50:14 | {} | NONE |
vuejs | core | 4,289,752,867 | 14,741 | linzhe141 | https://github.com/facebook/react/blob/94643c3b8516928e4cc7fad99912272670a0a990/packages/react-dom-bindings/src/client/CSSPropertyOperations.js#L153
https://github.com/preactjs/preact/blob/21dd6d04c1a9a43e5b60976bb5eb7d856253195b/src/diff/props.js#L58
https://github.com/ryansolid/dom-expressions/blob/b0ea65bf39105b80... | 2026-04-21T15:24:43 | 2026-04-21T15:48:03 | {
"+1": 2
} | MEMBER |
vuejs | core | 4,293,819,148 | 14,748 | edison1105 | /ecosystem-ci run | 2026-04-22T05:38:33 | 2026-04-22T05:38:33 | {
"+1": 1
} | MEMBER |
vuejs | core | 4,203,437,322 | 14,694 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- This is an auto-generated comment: skip review by coderabbit.ai -->
> [!IMPORTANT]
> ## Review skipped
>
> Review was skipped due to path filters
>
> <details>
> <summary>:no_entry: Files ignored due to path filters (1)</summary>
>
> * `pnp... | 2026-04-08T02:39:05 | 2026-04-22T05:55:45 | {} | NONE |
vuejs | core | 4,367,866,562 | 14,776 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/b4e3cbf5-782c-4960-b07e-66e11ef1068c)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14776
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14776
```
```
yarn add https://pkg.pr.n... | 2026-05-04T02:34:48 | 2026-05-04T02:34:48 | {} | NONE |
vuejs | core | 4,367,865,154 | 14,776 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- This is an auto-generated comment: skip review by coderabbit.ai -->
> [!IMPORTANT]
> ## Review skipped
>
> Auto reviews are disabled on base/target branches other than the default branch.
>
>
>
> Please check the settings in the CodeRabbit... | 2026-05-04T02:34:08 | 2026-05-04T02:36:40 | {} | NONE |
vuejs | core | 4,323,720,635 | 14,759 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/25df7d84-6aa5-4543-b433-2b7efedafc8c)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14759
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14759
```
```
yarn add https://pkg.pr.n... | 2026-04-27T02:06:19 | 2026-05-04T19:26:58 | {} | NONE |
vuejs | core | 4,292,703,263 | 14,747 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------- | ------------------- | ------------------- |
| runtime-dom.global.prod.js | 106 kB (**+144 B**) | 39.9 kB (**+63 B**) | 35.8 kB (**+15 B**) |
... | 2026-04-22T00:20:23 | 2026-04-22T02:47:35 | {} | NONE |
vuejs | core | 4,293,308,273 | 14,745 | edison1105 | In this example, `disabled` is absent (`<Comp />`), not passed as an empty boolean attribute (`<Comp disabled />`). For props that include `Boolean`, an absent prop resolves to `false` unless you explicitly provide a default such as `default: undefined`.
The “casted to true” examples in the docs apply to the case wher... | 2026-04-22T03:24:17 | 2026-04-22T03:24:17 | {} | MEMBER |
vuejs | core | 4,233,297,256 | 14,713 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/e196c6dd-4bc2-46ec-b37b-a19b931ff4fe)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14713
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14713
```
```
yarn add https://pkg.pr.n... | 2026-04-13T01:52:55 | 2026-04-22T06:02:24 | {} | NONE |
vuejs | core | 4,302,405,004 | 14,754 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- This is an auto-generated comment: skip review by coderabbit.ai -->
> [!IMPORTANT]
> ## Review skipped
>
> Auto reviews are disabled on base/target branches other than the default branch.
>
>
>
> Please check the settings in the CodeRabbit... | 2026-04-23T07:11:45 | 2026-04-23T07:28:07 | {} | NONE |
vuejs | core | 4,307,826,430 | 14,756 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ----- | ------- |
| runtime-dom.global.prod.js | 106 kB | 40 kB | 35.9 kB |
| vue.global.prod.js | 164 kB | 60 kB | 53.3 kB |
### Usages
| Name | Size | Gzip |... | 2026-04-23T20:35:17 | 2026-04-23T20:35:17 | {} | NONE |
vuejs | core | 4,327,093,074 | 14,762 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/24995111005)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/24978989784) |
|-------|--------|----------------|
| language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci... | 2026-04-27T12:50:14 | 2026-04-27T12:50:14 | {} | CONTRIBUTOR |
vuejs | core | 4,332,027,070 | 14,765 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- This is an auto-generated comment: skip review by coderabbit.ai -->
> [!IMPORTANT]
> ## Review skipped
>
> Draft detected.
>
> Please check the settings in the CodeRabbit UI or the `.coderabbit.yaml` file in this repository. To trigger a sin... | 2026-04-28T02:50:54 | 2026-04-28T08:38:49 | {} | NONE |
vuejs | core | 4,371,454,744 | 14,773 | justinbeaty | Tested the linked PR and it solves the issue. Thank you very much @edison1105!
```diff
# pnpm-workspace.yaml
- vue: https://pkg.pr.new/vue@9c7c610
+ vue: https://pkg.pr.new/vue@16eb30f
``` | 2026-05-04T13:31:01 | 2026-05-04T13:31:01 | {} | NONE |
vuejs | core | 4,258,236,163 | 14,730 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- This is an auto-generated comment: skip review by coderabbit.ai -->
> [!IMPORTANT]
> ## Review skipped
>
> Draft detected.
>
> Please check the settings in the CodeRabbit UI or the `.coderabbit.yaml` file in this repository. To trigger a sin... | 2026-04-16T07:41:26 | 2026-04-21T06:39:34 | {} | NONE |
vuejs | core | 4,293,254,384 | 14,741 | edison1105 | I attempted to skip the patch when the style hasn't changed, which preserves the native width/height modified by the textarea's resize. However, this also retains the `display: block` temporarily written by `PrimeVue` and the final normalized style results relied on by `Vant`'s snapshot. As a result, both ecosystem tes... | 2026-04-22T03:06:00 | 2026-04-22T03:06:00 | {
"+1": 3
} | MEMBER |
vuejs | core | 4,307,825,661 | 14,756 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/acebce9f-5249-4f06-ba2f-585aa6d4c766)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14756
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14756
```
```
yarn add https://pkg.pr.n... | 2026-04-23T20:35:14 | 2026-04-23T20:36:23 | {} | NONE |
vuejs | core | 4,350,371,160 | 14,769 | netlify[bot] | ### <span aria-hidden="true">❌</span> Deploy Preview for *vue-next-template-explorer* failed. **[Why did it fail? →](https://app.netlify.com/projects/vue-next-template-explorer/deploys/69f2ff9640be260008f15dbd?deploy_diagnostics=true)**
| Name | Link |
|:-:|------------------------|
|<span aria-hidden="true">🔨</spa... | 2026-04-30T07:07:19 | 2026-04-30T07:07:19 | {} | NONE |
vuejs | core | 4,341,766,200 | 14,767 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/8522a21e-8991-4b01-833c-f957ccf2e7d8)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14767
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14767
```
```
yarn add https://pkg.pr.n... | 2026-04-29T07:42:30 | 2026-04-30T08:46:28 | {} | NONE |
vuejs | core | 4,341,762,202 | 14,767 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- This is an auto-generated comment: skip review by coderabbit.ai -->
> [!IMPORTANT]
> ## Review skipped
>
> Draft detected.
>
> Please check the settings in the CodeRabbit UI or the `.coderabbit.yaml` file in this repository. To trigger a sin... | 2026-04-29T07:41:43 | 2026-04-30T09:19:01 | {} | NONE |
vuejs | core | 4,367,664,750 | 14,774 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ----- | ------- |
| runtime-dom.global.prod.js | 106 kB | 40 kB | 35.9 kB |
| vue.global.prod.js | 164 kB | 60 kB | 53.3 kB |
### Usages
| Name | Size | Gzip |... | 2026-05-04T01:12:16 | 2026-05-04T01:12:16 | {} | NONE |
vuejs | core | 4,371,282,708 | 13,573 | edison1105 | I think this currently does a bit more than “slot props”.
`resolveScopeReference()` checks `context.identifiers`, but that map is shared by all active template-scope bindings, not only `v-slot` props. For example, `v-for` aliases are also added there, so this PR changes:
```vue
<template v-for="Foo in list">
... | 2026-05-04T13:06:45 | 2026-05-04T13:06:45 | {} | MEMBER |
vuejs | core | 4,287,337,484 | 14,744 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- This is an auto-generated comment: skip review by coderabbit.ai -->
> [!IMPORTANT]
> ## Review skipped
>
> Auto reviews are disabled on base/target branches other than the default branch.
>
>
>
> Please check the settings in the CodeRabbit... | 2026-04-21T09:15:51 | 2026-04-22T01:46:52 | {} | NONE |
vuejs | core | 4,293,910,365 | 14,748 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/24762181249)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/24650628178) |
|-------|--------|----------------|
| pinia | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions/... | 2026-04-22T05:57:49 | 2026-04-22T05:57:49 | {} | CONTRIBUTOR |
vuejs | core | 3,851,272,217 | 14,418 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/9a4e26f1-e0a2-41fc-9426-73dc1fc704d1)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14418
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14418
```
```
yarn add https://pkg.pr.n... | 2026-02-05T06:07:25 | 2026-05-04T14:31:08 | {} | NONE |
vuejs | core | 4,286,884,976 | 14,743 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- This is an auto-generated comment: skip review by coderabbit.ai -->
> [!IMPORTANT]
> ## Review skipped
>
> Auto reviews are disabled on base/target branches other than the default branch.
>
>
>
> Please check the settings in the CodeRabbit... | 2026-04-21T08:02:50 | 2026-04-21T08:12:58 | {} | NONE |
vuejs | core | 4,322,027,833 | 14,729 | ashishkr96 | Hi! I've put up a fix in #14758 with it, your repro emits `type: [Object, Array, Promise, Function]` and the warning goes away.
To understand the underlying cause, could you share your `packages/app/tsconfig.json` both `package.json` files, and the output of `node -e "console.log(require.resolve('vue'))"` run from`... | 2026-04-26T12:30:49 | 2026-04-26T12:30:49 | {} | CONTRIBUTOR |
vuejs | core | 4,339,350,390 | 14,766 | danielroe | I don't _believe_ the test failure is related 🤔 | 2026-04-28T21:51:34 | 2026-04-28T21:51:34 | {} | MEMBER |
vuejs | core | 3,851,270,702 | 14,418 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- This is an auto-generated comment: skip review by coderabbit.ai -->
> [!IMPORTANT]
> ## Review skipped
>
> Draft detected.
>
> Please check the settings in the CodeRabbit UI or the `.coderabbit.yaml` file in this repository. To trigger a sin... | 2026-02-05T06:06:50 | 2026-05-04T14:30:27 | {} | NONE |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.