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,064,491,386
14,578
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/18b6d8e7-1a4d-4761-8004-29e44d599e67) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@14578 ``` ``` npm i https://pkg.pr.new/@vue/compiler-core@14578 ``` ``` yarn add https://pkg.pr.n...
2026-03-16T01:29:02
2026-03-25T08:35:06
{}
NONE
vuejs
core
4,130,984,041
14,631
edison1105
Why are you using interpolation to render a vnode? What is your actual use case?
2026-03-26T01:52:21
2026-03-26T01:52:21
{}
MEMBER
vuejs
core
4,130,990,653
14,631
raldone01
It was an accident because I just used interpolation while debugging. And when I fixed the function to finally compute a proper JSX.Element it crashed with that error. Which took me quite a while to track down to that `{{}}` interpolation I had made hours prior.
2026-03-26T01:54:15
2026-03-26T01:54:15
{}
NONE
vuejs
core
4,139,499,078
14,641
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: review paused by coderabbit.ai --> > [!NOTE] > ## Reviews paused > > It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, Cod...
2026-03-27T01:49:47
2026-03-27T02:46:10
{}
NONE
vuejs
core
4,137,248,066
14,639
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> <details> <summary>📝 Walkthrough</summary> ## Walkthrough The changes add support for distinct getter and setter types in `customRef` by introducing a second generic type parameter `S` to `CustomRefFactory`. This allow...
2026-03-26T18:23:36
2026-03-30T00:01:29
{}
NONE
vuejs
core
4,152,493,274
14,648
edison1105
fixed via #14649
2026-03-30T06:05:15
2026-03-30T06:05:15
{}
MEMBER
vuejs
core
4,153,120,091
14,651
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 | 112 kB | 42.1 kB | 37.7 kB | | vue.global.prod.js | 171 kB | 6...
2026-03-30T08:13:11
2026-03-30T09:06:19
{}
NONE
vuejs
core
4,160,590,835
14,657
edison1105
duplicate of https://github.com/vuejs/core/pull/13840
2026-03-31T07:43:16
2026-03-31T07:43:16
{}
MEMBER
vuejs
core
4,160,626,529
14,659
edison1105
Please do not use AI to send PRs, as there are already related PRs for these issues.
2026-03-31T07:50:39
2026-03-31T07:50:39
{}
MEMBER
vuejs
core
4,167,003,676
14,664
edison1105
fixed in #14655
2026-04-01T02:29:46
2026-04-01T02:29:46
{}
MEMBER
vuejs
core
4,064,490,238
14,577
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 105 kB | 39.8 kB | 35.8 kB | | vue.global.prod.js | 164 kB | 59.8 kB | 53.2 kB | ### Usages | Name | Size | G...
2026-03-16T01:28:33
2026-03-25T08:34:44
{}
NONE
vuejs
core
4,064,697,054
14,580
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 105 kB | 39.8 kB | 35.8 kB | | vue.global.prod.js | 164 kB | 59.8 kB | 53.2 kB | ### Usages | Name | Size | G...
2026-03-16T02:42:14
2026-03-25T08:34:58
{}
NONE
vuejs
core
3,976,194,122
14,493
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/68685d6c-12d3-46ba-a79c-87ac43d6d99e) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@14493 ``` ``` npm i https://pkg.pr.new/@vue/compiler-core@14493 ``` ``` yarn add https://pkg.pr.n...
2026-02-28T02:56:02
2026-03-25T08:52:33
{}
NONE
vuejs
core
4,131,018,458
14,631
edison1105
This is an incorrect usage, and we do not intend to fix it. Try using `console.log` to print the actual data.
2026-03-26T02:01:56
2026-03-26T02:01:56
{ "+1": 1 }
MEMBER
vuejs
core
4,132,890,066
14,633
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-03-26T09:08:05
2026-03-30T08:00:28
{}
NONE
vuejs
core
4,153,185,094
4,339
WangJincheng4869
@HcySunYang 我记得 `nextTick` 好像也有概率会再次触发一次完整的生命周期,所以我才改成了 `setTimeout` 延迟 300ms 删除
2026-03-30T08:23:52
2026-03-30T08:23:52
{}
NONE
vuejs
core
4,160,586,546
14,662
edison1105
duplicate of https://github.com/vuejs/core/pull/12996
2026-03-31T07:42:21
2026-03-31T07:42:21
{}
MEMBER
vuejs
core
4,152,395,248
14,649
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 | 112 kB | 42.1 kB | 37.7 kB | | vue.global.prod.js | 171 kB | 6...
2026-03-30T05:46:10
2026-03-30T06:05:34
{}
NONE
vuejs
core
4,153,153,822
4,339
HongJian-Yang
> > 为什么不支持这个功能?团队有什么考虑?怎么直接关闭了? > > > 应该大部分都是做多tab单页应用的来提这个feature. > > @liweijian1 在页面组件外面包个壳,像下面这样子,能完全可控操作keep-alive缓存, 而且不需要额外的内部规范,比如,页面组件必须强制加上组件名,配合在meta里配置上页面组件名称, > > ``` > > <template> > > <router-view v-slot="{ Component, route }"> > > <keep-alive :include="include"> > > <component :i...
2026-03-30T08:19:02
2026-03-30T08:19:02
{}
NONE
vuejs
core
4,159,392,341
14,655
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/2b4d3a41-1d11-4eaa-80fa-7c0f087d1fff) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@14655 ``` ``` npm i https://pkg.pr.new/@vue/compiler-core@14655 ``` ``` yarn add https://pkg.pr.n...
2026-03-31T02:21:09
2026-04-01T02:21:34
{}
NONE
vuejs
core
4,124,845,925
14,493
edison1105
/ecosystem-ci run
2026-03-25T08:55:37
2026-03-25T08:55:37
{ "+1": 1 }
MEMBER
vuejs
core
4,139,843,452
14,641
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/23628871083) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/23526369673) | |-------|--------|----------------| | quasar | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions...
2026-03-27T03:12:24
2026-03-27T03:12:24
{}
CONTRIBUTOR
vuejs
core
4,153,266,241
4,339
HongJian-Yang
> > nextTick应该是百分百的吧 你那边不是百分百吗 > > 我记得不是,时间有些长了。这个函数应该只是在下一次更新 dom 的时候触发,但是也有概率在 `KeepAlive` 清除缓存之前触发。所以才会出现两次生命周期的触发,先卸载组件、然后又装载、再卸载。 我这边都是触发一次 而且组件所有的回调事件都按照预期触发了, 换了几个浏览器也是 我记得我第一次学vue的时候 那个时候还是2 也有这个问题, 这么久了 都3了 官方是真的优化一下这个 难搞
2026-03-30T08:37:53
2026-03-30T08:37:53
{}
NONE
vuejs
core
4,155,330,459
14,652
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 105 kB | 39.8 kB | 35.8 kB | | vue.global.prod.js | 164 kB | 59.8 kB | 53.2 kB | ### Usages | Name | Size | G...
2026-03-30T14:07:08
2026-03-30T14:07:08
{}
NONE
vuejs
core
4,159,389,920
14,655
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-03-31T02:20:20
2026-04-01T02:39:51
{}
NONE
vuejs
core
4,152,371,191
14,648
edison1105
This is a very edge case scenario, and I don't think users would actually write it this way.
2026-03-30T05:40:15
2026-03-30T05:40:15
{}
MEMBER
vuejs
core
4,160,108,970
14,659
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-31T05:54:16
2026-03-31T05:57:16
{}
NONE
vuejs
core
4,160,579,661
14,658
edison1105
duplicate of https://github.com/vuejs/core/pull/14529
2026-03-31T07:40:54
2026-03-31T07:40:54
{}
MEMBER
vuejs
core
4,167,217,646
14,666
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-01T03:44:26
2026-04-01T03:44:26
{}
NONE
vuejs
core
4,064,490,865
14,577
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/872e8885-959a-45a1-966d-3c9334536813) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@14577 ``` ``` npm i https://pkg.pr.new/@vue/compiler-core@14577 ``` ``` yarn add https://pkg.pr.n...
2026-03-16T01:28:49
2026-03-25T08:39:12
{}
NONE
vuejs
core
4,139,500,488
14,641
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 105 kB | 39.8 kB | 35.8 kB | | vue.global.prod.js | 164 kB | 59.8 kB | 53.2 kB | ### Usages | Name | Size | G...
2026-03-27T01:50:16
2026-03-27T02:05:46
{}
NONE
vuejs
core
4,141,002,319
13,234
QuentiumYT
I have some kind of similar issue since version >3.5.29, at the same exact spot (with latest version 3.5.31 or 3.6.0-beta.9) when I'm using some custom-elements with a Teleport
2026-03-27T08:34:23
2026-03-27T08:34:23
{}
NONE
vuejs
core
4,152,389,874
14,649
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-03-30T05:45:27
2026-03-30T05:56:33
{}
NONE
vuejs
core
4,132,899,073
14,633
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/d55a8f30-9d63-4869-98b5-1419b02921c9) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@14633 ``` ``` npm i https://pkg.pr.new/@vue/compiler-core@14633 ``` ``` yarn add https://pkg.pr.n...
2026-03-26T09:08:51
2026-03-30T07:48:23
{}
NONE
vuejs
core
4,153,208,405
4,339
HongJian-Yang
> @HcySunYang 我记得 `nextTick` 好像也有概率会再次触发一次完整的生命周期,所以我才改成了 `setTimeout` 延迟 300ms 删除 nextTick应该是百分百的吧 你那边不是百分百吗
2026-03-30T08:27:44
2026-03-30T08:27:44
{}
NONE
vuejs
core
4,160,111,170
14,660
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-31T05:54:52
2026-03-31T05:58:14
{}
NONE
vuejs
core
3,733,068,628
14,302
KazariEX
Since users are allowed to define slots using camel case, there should at least be a way for them to work correctly in the dom. Are there any discussions about not converting slot names from kebab case?
2026-01-10T15:51:10
2026-01-10T15:51:27
{}
MEMBER
vuejs
core
3,747,514,157
8,146
george-hong
检查下是不是使用了popover,并且popover引用了一个还没创建完成的元素。我也有相同的报错,是因为popover的target元素还没创建,加个判断在target的ref有值之后再显示popover就正常了
2026-01-14T03:27:28
2026-01-14T03:27:28
{}
NONE
vuejs
core
3,752,622,216
14,318
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-01-15T02:42:56
2026-01-15T02:42:56
{}
NONE
vuejs
core
3,765,971,123
12,644
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/21121573778) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/21056233650) | |-------|--------|----------------| | pinia | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions/...
2026-01-19T00:47:47
2026-01-19T00:47:47
{}
CONTRIBUTOR
vuejs
core
3,726,716,562
14,302
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/1a39b4c2-2941-4e98-ae8b-f4eb4723de17) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@14302 ``` ``` npm i https://pkg.pr.new/@vue/compiler-core@14302 ``` ``` yarn add https://pkg.pr.n...
2026-01-09T01:57:23
2026-01-19T00:55:15
{}
NONE
vuejs
core
3,247,580,415
13,842
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/9bf3a883-6d27-4a41-a5ce-32829fb8455b) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@13842 ``` ``` npm i https://pkg.pr.new/@vue/compiler-core@13842 ``` ``` yarn add https://pkg.pr.n...
2025-09-03T03:42:41
2026-01-12T01:36:00
{}
NONE
vuejs
core
3,737,104,346
14,305
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | --------------------------- | ------- | ------- | ------- | | compiler-dom.global.prod.js | 85.5 kB | 30 kB | 26.4 kB | | runtime-dom.global.prod.js | 108 kB | 40.7 kB | 36.6 kB | | vue.global.prod.js | 167 kB | 6...
2026-01-12T06:44:07
2026-01-12T06:44:07
{}
NONE
vuejs
core
3,744,153,996
14,308
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> <details> <summary>📝 Walkthrough</summary> ## Walkthrough Adds `/*@__NO_SIDE_EFFECTS__*/` annotations before multiple exported functions across three files in the reactivity package; no signatures or runtime behavior w...
2026-01-13T12:43:09
2026-01-13T17:00:11
{}
NONE
vuejs
core
3,748,596,093
14,314
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/bbf141e5-7b32-4df7-8de2-5905f58b8ae8) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@14314 ``` ``` npm i https://pkg.pr.new/@vue/compiler-core@14314 ``` ``` yarn add https://pkg.pr.n...
2026-01-14T09:25:21
2026-01-14T09:25:21
{}
NONE
vuejs
core
3,750,087,362
14,317
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-01-14T15:25:49
2026-01-14T15:25:49
{}
NONE
vuejs
core
3,752,799,737
14,321
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | --------------------------- | ------- | ------- | ------- | | compiler-dom.global.prod.js | 85.5 kB | 30 kB | 26.4 kB | | runtime-dom.global.prod.js | 108 kB | 40.7 kB | 36.6 kB | | vue.global.prod.js | 167 kB | 6...
2026-01-15T03:56:12
2026-01-15T03:56:12
{}
NONE
vuejs
core
3,754,211,770
14,324
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | --------------------------- | ------- | ------- | ------- | | compiler-dom.global.prod.js | 85.5 kB | 30 kB | 26.4 kB | | runtime-dom.global.prod.js | 108 kB | 40.7 kB | 36.6 kB | | vue.global.prod.js | 167 kB | 6...
2026-01-15T11:09:19
2026-01-15T11:09:19
{}
NONE
vuejs
core
3,760,247,117
14,328
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | --------------------------- | ------- | ------- | ------- | | compiler-dom.global.prod.js | 85.5 kB | 30 kB | 26.4 kB | | runtime-dom.global.prod.js | 108 kB | 40.7 kB | 36.6 kB | | vue.global.prod.js | 167 kB | 6...
2026-01-16T14:22:47
2026-01-16T14:22:47
{}
NONE
vuejs
core
3,766,011,302
14,332
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/8f19c310-26b8-4d0e-9e9f-f6b93eef2f3c) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@14332 ``` ``` npm i https://pkg.pr.new/@vue/compiler-core@14332 ``` ``` yarn add https://pkg.pr.n...
2026-01-19T01:17:42
2026-01-19T09:20:41
{}
NONE
vuejs
core
3,747,581,509
14,311
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/cec0e014-ca5f-43a9-84ed-55f817b6ff20) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@14311 ``` ``` npm i https://pkg.pr.new/@vue/compiler-core@14311 ``` ``` yarn add https://pkg.pr.n...
2026-01-14T03:57:24
2026-01-14T06:01:56
{}
NONE
vuejs
core
3,752,772,224
14,320
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-01-15T03:40:47
2026-01-15T03:40:47
{}
NONE
vuejs
core
3,758,971,183
14,327
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/c39ff4bf-1a91-4f02-9689-dd90c9a16ed0) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@14327 ``` ``` npm i https://pkg.pr.new/@vue/compiler-core@14327 ``` ``` yarn add https://pkg.pr.n...
2026-01-16T09:28:09
2026-01-16T09:28:41
{}
NONE
vuejs
core
3,767,054,228
14,333
edison1105
You need to manually register the compiler ```js Vue.registerRuntimeCompiler(function(template) { return VueCompilerDOM.compile(template).code; }); let component_template = `<div class="loading"> ``` and `render._rc=true` is required.
2026-01-19T08:25:14
2026-01-19T08:26:13
{}
MEMBER
vuejs
core
3,747,119,728
14,310
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | --------------------------- | ------- | ------- | ------- | | compiler-dom.global.prod.js | 85.5 kB | 30 kB | 26.4 kB | | runtime-dom.global.prod.js | 108 kB | 40.7 kB | 36.6 kB | | vue.global.prod.js | 167 kB | 6...
2026-01-14T00:19:33
2026-01-14T00:19:33
{}
NONE
vuejs
core
3,747,144,322
14,310
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-01-14T00:30:44
2026-01-14T00:30:44
{}
NONE
vuejs
core
3,747,581,299
14,311
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | --------------------------- | ------- | ------- | ------- | | compiler-dom.global.prod.js | 85.5 kB | 30 kB | 26.4 kB | | runtime-dom.global.prod.js | 108 kB | 40.7 kB | 36.6 kB | | vue.global.prod.js | 167 kB | 6...
2026-01-14T03:57:17
2026-01-14T03:57:17
{}
NONE
vuejs
core
3,757,575,768
14,326
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | --------------------------- | ------- | ------- | ------- | | compiler-dom.global.prod.js | 85.5 kB | 30 kB | 26.4 kB | | runtime-dom.global.prod.js | 108 kB | 40.7 kB | 36.6 kB | | vue.global.prod.js | 167 kB | 6...
2026-01-16T00:59:18
2026-01-16T01:54:02
{}
NONE
vuejs
core
3,766,006,627
14,331
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: failure by coderabbit.ai --> > [!CAUTION] > ## Review failed > > The pull request is closed. <!-- end of auto-generated comment: failure by coderabbit.ai --> <!-- walkthrough_start --> <details> <summary>...
2026-01-19T01:14:31
2026-01-19T01:16:06
{}
NONE
vuejs
core
3,770,562,968
14,337
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-01-20T00:43:29
2026-01-20T00:43:29
{}
NONE
vuejs
core
3,744,159,313
14,308
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/6ef0c161-0186-4eb5-89ce-093041ead3e4) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@14308 ``` ``` npm i https://pkg.pr.new/@vue/compiler-core@14308 ``` ``` yarn add https://pkg.pr.n...
2026-01-13T12:44:08
2026-01-13T14:33:20
{}
NONE
vuejs
core
3,748,032,364
14,287
seekskyworld
PR submitted: https://github.com/vuejs/core/pull/14312
2026-01-14T06:40:26
2026-01-14T06:40:26
{}
NONE
vuejs
core
3,752,624,264
14,318
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | --------------------------- | ------- | ------- | ------- | | compiler-dom.global.prod.js | 85.5 kB | 30 kB | 26.4 kB | | runtime-dom.global.prod.js | 108 kB | 40.7 kB | 36.6 kB | | vue.global.prod.js | 167 kB | 6...
2026-01-15T02:43:51
2026-01-15T02:43:51
{}
NONE
vuejs
core
3,752,798,163
14,321
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-01-15T03:55:20
2026-01-15T03:55:20
{}
NONE
vuejs
core
3,755,170,180
14,325
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-01-15T14:32:24
2026-01-16T00:28:31
{}
NONE
vuejs
core
2,568,846,625
12,644
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/2613818e-ce3b-4266-872d-8210fa8b4e6d) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@12644 ``` ``` npm i https://pkg.pr.new/@vue/compiler-core@12644 ``` ``` yarn add https://pkg.pr.n...
2025-01-03T08:27:26
2026-01-19T00:42:43
{}
NONE
vuejs
core
3,766,009,775
14,332
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> <details> <summary>📝 Walkthrough</summary> ## Walkthrough Adds kebab-case (hyphenated) fallback lookup for slot names in browser/DOM templates via a proxy handler and renderSlot change, plus tests exercising camelCase→...
2026-01-19T01:16:38
2026-01-19T09:21:35
{}
NONE
vuejs
core
3,726,836,848
14,301
edison1105
Thanks for the PR, but I don't think this is worthwhile.
2026-01-09T03:03:40
2026-01-09T03:03:40
{}
MEMBER
vuejs
core
3,737,228,244
14,306
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-01-12T07:36:26
2026-01-12T07:36:26
{}
NONE
vuejs
core
3,748,251,998
14,313
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | --------------------------- | ------- | ------- | ------- | | compiler-dom.global.prod.js | 85.5 kB | 30 kB | 26.4 kB | | runtime-dom.global.prod.js | 108 kB | 40.7 kB | 36.6 kB | | vue.global.prod.js | 167 kB | 6...
2026-01-14T07:46:47
2026-01-14T07:46:47
{}
NONE
vuejs
core
3,748,591,730
14,314
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-01-14T09:24:12
2026-01-14T09:24:12
{}
NONE
vuejs
core
3,760,243,709
14,328
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-01-16T14:21:54
2026-01-16T14:21:54
{}
NONE
vuejs
core
3,760,248,040
14,328
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/73493250-8920-4668-95b0-1d6c6a525739) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@14328 ``` ``` npm i https://pkg.pr.new/@vue/compiler-core@14328 ``` ``` yarn add https://pkg.pr.n...
2026-01-16T14:23:01
2026-01-19T00:37:02
{}
NONE
vuejs
core
3,682,342,440
14,237
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/5a5e7265-deea-439a-9c3d-8e12faf3b9ae) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@14237 ``` ``` npm i https://pkg.pr.new/@vue/compiler-core@14237 ``` ``` yarn add https://pkg.pr.n...
2025-12-22T14:35:32
2026-01-19T00:49:31
{}
NONE
vuejs
core
3,730,635,672
5,694
KazariEX
Fixed by #7338.
2026-01-09T21:31:09
2026-01-09T21:31:09
{}
MEMBER
vuejs
core
3,730,820,434
11,160
rtcpw
I would actually prefer to have another directive, like `v-var(...)` with the same syntax as `v-bind`, but which would interpolate into the CSS variable itself `--hashhash-my-var` rather than `var(--hashhash-my-var)` like `v-bind` does. This would allow me to use `v-var` in other places like in the CSS IF statement, or...
2026-01-09T22:40:05
2026-01-09T22:40:05
{}
NONE
vuejs
core
3,747,578,802
14,311
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-01-14T03:55:57
2026-01-14T05:56:35
{}
NONE
vuejs
core
3,752,625,099
14,318
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/d5426e64-88c8-4e34-9a8d-ed1dcb0bd7f6) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@14318 ``` ``` npm i https://pkg.pr.new/@vue/compiler-core@14318 ``` ``` yarn add https://pkg.pr.n...
2026-01-15T02:44:02
2026-01-15T02:44:02
{}
NONE
vuejs
core
3,753,047,406
14,322
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-01-15T06:10:52
2026-01-15T06:10:52
{}
NONE
vuejs
core
3,753,049,614
14,322
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/b562634d-4ae6-4efd-8cbd-257db20349ab) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@14322 ``` ``` npm i https://pkg.pr.new/@vue/compiler-core@14322 ``` ``` yarn add https://pkg.pr.n...
2026-01-15T06:11:58
2026-01-15T07:00:52
{}
NONE
vuejs
core
3,737,712,188
14,307
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | --------------------------- | ------- | ------- | ------- | | compiler-dom.global.prod.js | 85.5 kB | 30 kB | 26.4 kB | | runtime-dom.global.prod.js | 108 kB | 40.7 kB | 36.6 kB | | vue.global.prod.js | 167 kB | 6...
2026-01-12T09:53:50
2026-01-12T09:53:50
{}
NONE
vuejs
core
3,737,708,291
14,307
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-01-12T09:52:51
2026-01-13T09:42:59
{}
NONE
vuejs
core
3,748,253,089
14,313
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/eb2e2e31-9490-498e-963c-4a4653724f86) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@14313 ``` ``` npm i https://pkg.pr.new/@vue/compiler-core@14313 ``` ``` yarn add https://pkg.pr.n...
2026-01-14T07:47:07
2026-01-14T07:47:07
{}
NONE
vuejs
core
3,750,091,169
14,317
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | --------------------------- | ------- | ------- | ------- | | compiler-dom.global.prod.js | 85.5 kB | 30 kB | 26.4 kB | | runtime-dom.global.prod.js | 108 kB | 40.7 kB | 36.6 kB | | vue.global.prod.js | 167 kB | 6...
2026-01-14T15:26:41
2026-01-14T15:26:41
{}
NONE
vuejs
core
3,750,092,290
14,317
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/c12708e3-8a40-425b-b708-3d4e4276d389) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@14317 ``` ``` npm i https://pkg.pr.new/@vue/compiler-core@14317 ``` ``` yarn add https://pkg.pr.n...
2026-01-14T15:26:56
2026-01-14T15:26:56
{}
NONE
vuejs
core
3,765,820,719
5,579
spaceemotion
Are there any updates on this? We're using the popular [reka-ui](https://reka-ui.com/) package, which makes heavy use of nested slots for everything. I was looking into performance issues this weekend and saw that Vue is rebuilding component trees on every keypress when we use a TipTap editor (which uses ProseMirror,...
2026-01-18T22:32:58
2026-01-18T22:32:58
{}
NONE
vuejs
core
3,699,754,187
14,263
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/7d50580d-cbd4-474b-8baf-868614c06efe) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@14263 ``` ``` npm i https://pkg.pr.new/@vue/compiler-core@14263 ``` ``` yarn add https://pkg.pr.n...
2025-12-30T15:44:44
2026-01-19T00:47:41
{}
NONE
vuejs
core
3,766,007,732
14,331
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 103 kB | 39.1 kB | 35.2 kB | | vue.global.prod.js | 161 kB | 59.1 kB | 52.6 kB | ### Usages | Name | Size | G...
2026-01-19T01:15:19
2026-01-19T01:15:19
{}
NONE
vuejs
core
3,767,270,514
14,332
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/21131729082) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/21126032276) | |-------|--------|----------------| | primevue | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/2113172...
2026-01-19T09:17:32
2026-01-19T09:17:32
{}
CONTRIBUTOR
vuejs
core
3,737,102,260
14,305
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-01-12T06:43:06
2026-01-12T06:43:06
{}
NONE
vuejs
core
3,737,234,203
14,306
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | --------------------------- | ------- | ------- | ------- | | compiler-dom.global.prod.js | 85.5 kB | 30 kB | 26.4 kB | | runtime-dom.global.prod.js | 108 kB | 40.7 kB | 36.6 kB | | vue.global.prod.js | 167 kB | 6...
2026-01-12T07:38:55
2026-01-12T08:17:39
{}
NONE
vuejs
core
3,752,725,344
14,319
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | --------------------------- | ------- | ------- | ------- | | compiler-dom.global.prod.js | 85.5 kB | 30 kB | 26.4 kB | | runtime-dom.global.prod.js | 108 kB | 40.7 kB | 36.6 kB | | vue.global.prod.js | 167 kB | 6...
2026-01-15T03:22:00
2026-01-15T03:22:00
{}
NONE
vuejs
core
3,752,777,148
14,320
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | --------------------------- | ------- | ------- | ------- | | compiler-dom.global.prod.js | 85.5 kB | 30 kB | 26.4 kB | | runtime-dom.global.prod.js | 108 kB | 40.7 kB | 36.6 kB | | vue.global.prod.js | 167 kB | 6...
2026-01-15T03:43:34
2026-01-15T03:43:34
{}
NONE
vuejs
core
3,756,360,445
13,895
mattersj
> Vue should at least emit a warning/error that a local variable/computed is shadowing a prop. It shouldn't. It's up to the consumer to decide whether they want to allow this behavior or not. Some codebases are perfectly fine with it, some are not. This is a linter-level responsibility as already stated above. >This ...
2026-01-15T18:48:25
2026-01-15T18:48:25
{}
CONTRIBUTOR
vuejs
core
3,757,576,163
14,326
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/db47bc73-9f78-4c81-bf64-c4ef88a680e6) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@14326 ``` ``` npm i https://pkg.pr.new/@vue/compiler-core@14326 ``` ``` yarn add https://pkg.pr.n...
2026-01-16T00:59:30
2026-01-16T01:54:25
{}
NONE
vuejs
core
3,758,956,094
14,327
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 103 kB | 39.1 kB | 35.2 kB | | vue.global.prod.js | 161 kB | 59.1 kB | 52.6 kB | ### Usages | Name | Size | G...
2026-01-16T09:25:34
2026-01-16T09:25:34
{}
NONE
vuejs
core
3,699,750,859
14,263
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- other_code_reviewer_warning_start --> > [!NOTE] > ## Other AI code review bot(s) detected > > CodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may ...
2025-12-30T15:43:15
2026-01-19T00:48:24
{}
NONE
vuejs
core
3,732,359,760
14,236
Rednas83
Seem to be resolved in my nuxt environment🚀 ...but it still happening in the [Vue SFC Playground](https://play.vuejs.org/#eNp9UrFugzAQ/ZWTp1aKyNBOiERqqwzt0EZttjgDgQslMbZlm4QI8e89G0haqcoA4u6983vnR8uetI6ONbKYJTYzpXZg0dUaRCqLGWfOcjbnsqy0Mg7cWSO0oLQrlbTQwc6oCjiLpitCiMplRoADbZS2MIMcd6XEpa+SYWrNWaZy5Gwzv7vnMpn2siRChcNKi9QhV...
2026-01-10T10:28:14
2026-01-10T10:28:33
{}
NONE
vuejs
core
3,247,578,900
13,842
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-03T03:41:26
2026-01-12T01:26:04
{}
NONE
vuejs
core
3,753,049,161
14,322
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | --------------------------- | ------- | ------- | ------- | | compiler-dom.global.prod.js | 85.5 kB | 30 kB | 26.4 kB | | runtime-dom.global.prod.js | 108 kB | 40.7 kB | 36.6 kB | | vue.global.prod.js | 167 kB | 6...
2026-01-15T06:11:44
2026-01-15T07:00:43
{}
NONE