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 | 2,785,524,006 | 13,171 | avinean | @edison1105 Thanks for the response. But it doesn't solve the problem.
I've updated the [reproduction](https://play.vuejs.org/#eNqVUkFu2zAQ/MqCFzmAS8FwezHkAG2RQ3tog7RHAYUgrVw6EkmQlOJA0N+zJCXbCeIguZGc0Whmdwb2VWved8g2LLOlEdqBRdfp61yKVivj4LtqNdRGtZDw1F88PTnCAxisYZwYESqVtA76oukQth5fJMlVLrM0/oG06eKw1U3hkG4AWSX6cKCjkLqjrz+1q... | 2025-04-08T07:38:40 | 2025-04-08T07:38:40 | {} | NONE |
vuejs | core | 2,787,162,400 | 2,179 | unrevised6419 | Meanwhile this gets merged, this package can be used instead https://github.com/vuejs/language-tools/tree/master/packages/component-type-helpers | 2025-04-08T17:22:53 | 2025-04-08T17:22:53 | {} | CONTRIBUTOR |
vuejs | core | 2,787,747,876 | 5,510 | 13sfaith | Hi, I believe this issue should be closed as @haoqunjiang mentioned in the #5435 PR Vue has moved to Vitest. | 2025-04-08T21:54:58 | 2025-04-08T21:54:58 | {
"+1": 1
} | NONE |
vuejs | core | 2,789,164,536 | 12,654 | miguelrincon | @edison1105 pinging you because it looks like this could be merged. Thanks! | 2025-04-09T10:16:40 | 2025-04-09T10:16:40 | {} | NONE |
vuejs | core | 2,789,845,342 | 13,180 | edison1105 | Maybe duplicate of https://github.com/vuejs/core/issues/6080 | 2025-04-09T14:01:22 | 2025-04-09T14:01:22 | {} | MEMBER |
vuejs | core | 2,418,892,028 | 12,195 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/740c97b1-da83-4ccc-b8d1-5e288752374a)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@12195
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2024-10-17T08:26:08 | 2025-04-10T01:37:34 | {} | NONE |
vuejs | core | 2,791,376,574 | 13,182 | edison1105 | > The length of the function seems to be checked. Is this optimization necessary?
Not sure, but a clear declaration of parameters, is always reasonable
a workaround.
```js
export default function(props, ctx) {
return h("div", ctx.slots.default?.())
}
``` | 2025-04-10T02:13:45 | 2025-04-10T02:16:11 | {} | MEMBER |
vuejs | core | 2,795,613,455 | 13,188 | Justineo | Chrome has recently introduced a new DOM API, [`moveBefore`](https://developer.chrome.com/blog/movebefore-api), as a drop-in replacement for `insertBefore` that better preserves element state.
We could consider using `moveBefore` as a progressive enhancement where supported. It helps maintain:
- Focus
- Animation an... | 2025-04-11T01:49:01 | 2025-04-11T01:49:28 | {
"+1": 3,
"heart": 1
} | MEMBER |
vuejs | core | 2,800,804,280 | 13,197 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/429a9184-6bfc-4fe5-8cb9-502831cbd319)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13197
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-04-14T08:03:47 | 2025-04-14T08:03:47 | {} | NONE |
vuejs | core | 2,781,925,314 | 11,675 | xieyuschen | could i know there are any update? | 2025-04-07T03:24:01 | 2025-04-07T03:24:01 | {} | NONE |
vuejs | core | 2,798,269,335 | 13,191 | edison1105 | This should be a bug in Chrome DevTools, `Detached elements` is a recently added feature. | 2025-04-12T00:38:02 | 2025-04-12T00:38:02 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,809,392,690 | 13,207 | KazariEX | 
https://www.typescriptlang.org/play/?#code/MYewdgzgLgBAwiAtgBxgXhgCgDwBUYCmAHlAWACYQwgBGAVgcFAHyYBQMnMA+twGoAZAMrdkAJxDIIALhgBvDlyXQAhqVkAFFWKgBLFQBs8zRZwC+bAJTpm8s5YDcbNlACeyAjCFICAVTC64LjunhgKSm4esgDkKtFOSiqy0GK6YADmTmYwAD7ypjC... | 2025-04-16T12:13:15 | 2025-04-16T12:13:15 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,787,939,539 | 13,178 | edison1105 | I don't think this is a bug. Since X and Y have the same tag, they will be reused during the patch phase. Adding a key to X and Y will resolve the issue.
```js
const X = h("div", {key:'x'}, h("span", null, "X"));
const Y = h("div", {key:'y'}, h("span", null, "Y"));
``` | 2025-04-09T00:34:07 | 2025-04-09T00:35:02 | {} | MEMBER |
vuejs | core | 2,487,159,216 | 12,441 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/fde13da9-2b9f-4257-8b1d-b7bdc8edb829)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@12441
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2024-11-20T01:58:48 | 2025-04-10T01:58:55 | {} | NONE |
vuejs | core | 2,781,789,245 | 13,156 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/14298507981)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/14258348052) |
|-------|--------|----------------|
| language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/1... | 2025-04-07T01:03:10 | 2025-04-07T01:03:10 | {} | CONTRIBUTOR |
vuejs | core | 2,783,516,115 | 13,168 | jh-leong | [`$refs`](https://vuejs.org/api/component-instance.html#refs) is not reactive, so accessing properties through `$refs` won't trigger updates.
In this case, consider using a [template refs](https://vuejs.org/guide/essentials/template-refs.html) instead: [Playground](https://play.vuejs.org/#eNqtVltP2zAU/iteNimt1KVMbC9dO... | 2025-04-07T14:21:52 | 2025-04-07T14:21:52 | {} | MEMBER |
vuejs | core | 2,785,463,634 | 13,173 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 38.1 kB | 34.4 kB |
| vue.global.prod.js | 158 kB | 58.3 kB | 51.9 kB |
### Usages
| Name | Size | G... | 2025-04-08T07:13:12 | 2025-04-08T07:13:12 | {} | NONE |
vuejs | core | 2,791,407,387 | 13,182 | s-montigny-desautels |
> Not sure, but a clear declaration of parameters, is always reasonable
I agree. I was just confused why the context was null on a test I was doing (not real production code, quick prototyping), and I did not find a good reason for this behavior.
| 2025-04-10T02:42:14 | 2025-04-10T02:42:14 | {
"eyes": 1
} | CONTRIBUTOR |
vuejs | core | 2,800,998,431 | 13,198 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/ee3fb7e5-cf37-4d5c-b990-3ef9f7ef3182)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13198
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-04-14T09:11:38 | 2025-04-14T09:12:52 | {} | NONE |
vuejs | core | 2,803,713,647 | 13,202 | edison1105 | 可能是组件库包含 vue 会导致项目里面的 __VUE_HMR_RUNTIME__ 被覆盖,引起 HMR 失效。 | 2025-04-15T03:57:32 | 2025-04-15T03:59:04 | {} | MEMBER |
vuejs | core | 2,789,098,351 | 13,160 | qp666 | If the page needs to be switched, and there is a comment in the root node of the transition, then the page will directly show a blank screen.And no warning will be thrown out!!!
This is very troublesome for the investigation of the problem. | 2025-04-09T09:57:01 | 2025-04-09T09:57:01 | {} | NONE |
vuejs | core | 2,796,890,607 | 13,188 | orimay | > Chrome has recently introduced a new DOM API, [`moveBefore`](https://developer.chrome.com/blog/movebefore-api), as a drop-in replacement for `insertBefore` that better preserves element state.
>
> We could consider using `moveBefore` as a progressive enhancement where supported. It helps maintain:
>
> * Focus
>... | 2025-04-11T13:15:20 | 2025-04-11T13:35:58 | {} | NONE |
vuejs | core | 2,799,867,609 | 2,349 | tbontb-iaq | > However, there is a scenario where if the element that needs to retain scrolling is controlled by v-if rather than being inside keep-alive, this will cause hooks like onDeactivated to fail.
You can use `v-show` to keep component in the v-dom tree so that we can keep its state. | 2025-04-13T08:58:48 | 2025-04-13T08:58:48 | {} | NONE |
vuejs | core | 2,799,974,951 | 12,952 | Stan-BK | @VaheBarbaryan Sure that is a best pratice. I had thought that has a better way to optimze the cost when access `fill` and `reduce` and maintainer tought me that is wrong #12953. | 2025-04-13T14:28:28 | 2025-04-13T14:28:28 | {} | NONE |
vuejs | core | 2,801,427,387 | 13,200 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/8d3aa993-a20e-4ec2-9bf1-836ea62d47a2)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13200
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-04-14T11:40:33 | 2025-04-14T11:40:33 | {} | NONE |
vuejs | core | 2,804,499,128 | 13,202 | xinnian999 | 牛的,大佬!完美解决 | 2025-04-15T09:56:40 | 2025-04-15T09:56:40 | {} | NONE |
vuejs | core | 2,809,662,917 | 13,210 | edison1105 | It doesn't seem to have fixed it. [Playground with this PR](https://deploy-preview-13210--vue-sfc-playground.netlify.app/#eNp9Ustu2zAQ/JUtL7IB10LQngzZfSFA20NbND0SKBRpZTORSIEPx4DAf+8uJdlu0eQikTuzsw/OID70/foYUGxE4Sqreg8Ofeh3UquuN9bDABYbiNBY00FG1OwMfTJdP8XXOV9YiWCpK6MdKR3ME2w5f+FtwKXURT4WIXm6eOz6tvRIN4DiPnhvNLyvWlU9bqWYsl... | 2025-04-16T13:51:53 | 2025-04-16T13:51:53 | {} | MEMBER |
vuejs | core | 2,788,115,396 | 13,177 | jh-leong | Thanks for the PR!
Could you please add test cases for this change in:
- `packages-private/dts-test/defineComponent.test-d.tsx`
- `packages-private/dts-test/functionalComponent.test-d.tsx`
This would help verify the type behavior. | 2025-04-09T02:15:53 | 2025-04-09T02:15:53 | {
"+1": 2
} | MEMBER |
vuejs | core | 2,796,579,615 | 13,189 | elliotmoose | Yes, but I was surprised that 1. The behaviour differs with and without `deep` 2. That the callback gets triggered even though the old and new values are the same.
Maybe because I see some similarities to the angular paradigm, so I thought it would simply evaluate the return value as it is.
To be clear, I understand... | 2025-04-11T11:01:23 | 2025-04-11T11:01:23 | {} | NONE |
vuejs | core | 2,796,838,434 | 13,188 | orimay | But it also happens on Firefox (which doesn't have `moveBefore`). Though Chrome is my main concern. Could we have `moveBefore` instead of `insertBefore`, if it exists? | 2025-04-11T12:54:00 | 2025-04-11T12:54:00 | {} | NONE |
vuejs | core | 2,800,827,709 | 4,090 | KazariEX | a370e80 | 2025-04-14T08:13:02 | 2025-04-14T08:13:02 | {} | MEMBER |
vuejs | core | 2,804,514,573 | 13,204 | jh-leong | The `Comp` import is needed: [Playground](https://play.vuejs.org/#eNqFUk1vwjAM/StRLhQJlcN2YgVpmzhs0j7EOOaCWrcrS5MoH12lqv99TgqlTLDdYr9n59nPLb1XKq4d0AVNTKpLZYkB69SKibJSUlvSEilepBMWMtKRXMuKTLBgcjdiOANbqBTfWdhAfoX2KCt1AOK5D/y/EyZSKYwlGnLQIFIgy1/tIkYHkNEpNmRikBRFU7JckZYJcmoR1zvuIM6ljDy9mzKRzPvpcC4M7KE7RoQkQRgWL88+WiVBJFKS+Y... | 2025-04-15T10:02:27 | 2025-04-15T10:02:27 | {} | MEMBER |
vuejs | core | 2,809,634,521 | 13,211 | edison1105 | a workaround
```js
plugins: [vue({ template: { compilerOptions: { hoistStatic: false } } })],
``` | 2025-04-16T13:42:31 | 2025-04-16T13:42:31 | {} | MEMBER |
vuejs | core | 2,785,529,793 | 13,171 | avinean | @edison1105 don't you think `const {...props} = defineProps()` shold also result into proxy? | 2025-04-08T07:41:03 | 2025-04-08T07:41:03 | {} | NONE |
vuejs | core | 2,796,481,108 | 13,190 | jh-leong | Thanks for the PR!
Note that Vitest automatically provides the `received` parameter - it shouldn't be in the type definition. The current signature (`n: number`) is correct as it matches usage like `expect(warning).toHaveBeenWarnedTimes(1)`.
| 2025-04-11T10:15:31 | 2025-04-11T10:15:31 | {} | MEMBER |
vuejs | core | 2,799,011,588 | 13,177 | michaelcozzolino | > Thanks for the PR!
>
> Could you please add test cases for this change in:
>
> * `packages-private/dts-test/defineComponent.test-d.tsx`
> * `packages-private/dts-test/functionalComponent.test-d.tsx`
>
> This would help verify the type behavior.
I added a test, but i was able to achieve the goal just part... | 2025-04-12T19:34:08 | 2025-04-12T19:34:08 | {} | CONTRIBUTOR |
vuejs | core | 2,809,535,423 | 13,213 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 38.1 kB | 34.4 kB |
| vue.global.prod.js | 158 kB | 58.3 kB | 51.9 kB |
### Usages
| Name | Size | G... | 2025-04-16T13:07:05 | 2025-04-16T13:07:05 | {} | NONE |
vuejs | core | 3,047,102,719 | 13,588 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/dd14e629-eb82-4f7a-9d62-e0ef459d273c)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13588
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-07-08T02:00:28 | 2025-07-08T02:19:10 | {} | NONE |
vuejs | core | 3,052,714,033 | 13,586 | kalvenschraut | @edison1105 can this be reopened per my last comment this is intended to work without tsconfig paths being configured. | 2025-07-09T13:38:49 | 2025-07-09T13:38:59 | {} | CONTRIBUTOR |
vuejs | core | 3,054,705,899 | 13,274 | yyx990803 | Looks like many of the failed ecosystem-ci cases are type/build related. Runtime behavior is good enough for pass for quasar and nuxt, so merging for now. @johnsoncodehk will further resolve ecosystem-ci issues before official 3.6 release. | 2025-07-10T00:55:39 | 2025-07-10T00:55:39 | {} | MEMBER |
vuejs | core | 2,850,000,715 | 13,279 | 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-05-05T06:10:15 | 2025-07-10T01:09:50 | {} | NONE |
vuejs | core | 3,055,070,577 | 13,407 | zhiyuanzmj | Vapor Instance should't be used. | 2025-07-10T02:29:30 | 2025-07-10T02:29:30 | {} | MEMBER |
vuejs | core | 3,056,324,074 | 13,607 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | ------------------ | ------------------ | ------------------- |
| compiler-dom.global.prod.js | 84.1 kB | 29.8 kB | 26.3 kB |
| r... | 2025-07-10T08:33:20 | 2025-07-10T08:33:20 | {} | NONE |
vuejs | core | 3,054,000,862 | 12,913 | skirtles-code | This feedback might be better placed on an RFC. I'm not aware of an RFC for this feature, so I've added it here instead.
---
If I've understood correctly, this PR only adds compiler support, but it doesn't account for the impact at runtime. Perhaps that was the intention, but I don't see this discussed anywhere. ... | 2025-07-09T21:01:28 | 2025-07-09T21:01:28 | {} | CONTRIBUTOR |
vuejs | core | 3,060,252,327 | 13,616 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
The changes update HTML nesting validation logic by removing specific child element restrictions for `select`, `optgroup`, and `option` elements. Corresponding tests are added to confirm that no warnings a... | 2025-07-11T03:32:52 | 2025-07-11T03:36:30 | {} | NONE |
vuejs | core | 3,060,652,565 | 13,617 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
The updates introduce optimizations for static interpolation handling in the compiler. New tests verify that constant and empty interpolations are stringified at compile time. The code generator now inline... | 2025-07-11T05:41:36 | 2025-07-11T05:54:41 | {} | NONE |
vuejs | core | 3,067,182,103 | 13,626 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | ------- | ------- | ------- |
| compiler-dom.global.prod.js | 84.1 kB | 29.8 kB | 26.2 kB |
| runtime-dom.global.prod.js | 104 kB | 39.1 kB | 35.2 kB |
| vue.global.prod.js | 162 kB | 5... | 2025-07-13T17:28:06 | 2025-07-13T17:28:06 | {} | NONE |
vuejs | core | 3,069,307,485 | 6,391 | gdubicki | We just run into this again as after our code refactor we reintroduces `<img>` elements with `src` attribute before `srcset`. :(
In Safari the bug seems to be on track to finally get fixed, but the work on it started almost 1 year ago in https://github.com/WebKit/WebKit/pull/31055 already.
Also, even when it will be... | 2025-07-14T12:28:55 | 2025-07-14T12:29:28 | {} | NONE |
vuejs | core | 3,050,539,672 | 13,593 | Dylancyclone | To add a little more information about the last point...
The `InferDefault` type filters out any type that isn't listed in `NativeType`, and instead requests a function that returns the type intersected with an empty object (`{}`). However, the intersection with an empty object discards `null` and `undefined`
([Accord... | 2025-07-08T23:18:03 | 2025-07-08T23:26:34 | {} | CONTRIBUTOR |
vuejs | core | 3,053,148,927 | 13,586 | kalvenschraut | @edison1105 I don't understand, this seems like a use case of base nodejs features that isn't working by the vue ts resolver. I did look into it briefly and I see vue falling back to the ts resolver. I am just not sure why ts resolver wouldn't work for vue files. Maybe the extension is the problem? It would be one thin... | 2025-07-09T15:48:31 | 2025-07-09T15:50:50 | {} | CONTRIBUTOR |
vuejs | core | 3,045,867,711 | 13,274 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | ------------------- | ------------------- | ------------------- |
| compiler-dom.global.prod.js | 84.1 kB | 29.8 kB | 26.3 kB ... | 2025-07-07T16:37:18 | 2025-07-10T00:43:38 | {} | NONE |
vuejs | core | 2,850,002,450 | 13,279 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/0479a565-4f20-4080-8f3e-497b40cd6021)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13279
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-05-05T06:11:27 | 2025-07-10T01:09:04 | {} | NONE |
vuejs | core | 3,055,138,261 | 13,604 | edison1105 | /ecosystem-ci run | 2025-07-10T02:45:35 | 2025-07-10T02:45:35 | {
"+1": 1
} | MEMBER |
vuejs | core | 3,067,181,592 | 13,626 | 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-07-13T17:27:11 | 2025-07-13T17:27:11 | {} | NONE |
vuejs | core | 3,043,160,270 | 13,575 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/8a795295-8c98-4b6f-b6ed-cb09ddb57dc3)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13575
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-07-07T00:08:00 | 2025-07-14T02:46:46 | {} | NONE |
vuejs | core | 3,069,593,472 | 13,626 | zhiyuanzmj | It looks about the same, What's the difference?
| 2025-07-14T13:18:59 | 2025-07-14T13:18:59 | {} | MEMBER |
vuejs | core | 3,047,137,085 | 13,588 | edison1105 | /ecosystem-ci run | 2025-07-08T02:20:11 | 2025-07-08T02:20:11 | {
"+1": 1
} | MEMBER |
vuejs | core | 3,047,186,119 | 13,586 | edison1105 | This appears to be a typo or incorrect import path issue, not a core bug | 2025-07-08T02:54:09 | 2025-07-08T02:54:09 | {} | MEMBER |
vuejs | core | 2,849,446,352 | 13,274 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/06f9ac2c-0576-41f0-a6bc-406137a71cfc)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13274
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-05-04T21:25:36 | 2025-07-10T00:43:23 | {} | NONE |
vuejs | core | 3,054,945,624 | 13,564 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | ------- | ------- | ------- |
| compiler-dom.global.prod.js | 84.1 kB | 29.8 kB | 26.3 kB |
| runtime-dom.global.prod.js | 104 kB | 39.1 kB | 35.2 kB |
| vue.global.prod.js | 162 kB | 5... | 2025-07-10T01:48:52 | 2025-07-10T01:48:52 | {} | NONE |
vuejs | core | 3,034,660,708 | 13,564 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/b0de2000-a179-4f7b-ab35-1a5b953c7fa8)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13564
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-07-04T06:13:48 | 2025-07-10T02:36:41 | {} | NONE |
vuejs | core | 3,055,147,222 | 13,604 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/16184909715)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/16160756360) |
|-------|--------|----------------|
| primevue | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actio... | 2025-07-10T02:52:53 | 2025-07-10T02:52:53 | {} | CONTRIBUTOR |
vuejs | core | 3,062,681,358 | 13,586 | kalvenschraut | @edison1105 can this be reopened as this is a legitimate pathway that one would expect to work as explained in my previous comment. I am not asking it to be fixed and worked on right away but it should be a noted opened issue. | 2025-07-11T15:10:12 | 2025-07-11T15:10:12 | {} | CONTRIBUTOR |
vuejs | core | 3,066,333,689 | 13,622 | Notmanik | Ahh yeah I saw that too.
I tried exactly that approach — using createApp with the vaporInteropPlugin, and made sure App.vue was a normal component while importing a .vapor.vue child component.
But still ran into the same error:
> The requested module 'vue/runtime-dom' doesn't provide an export named 'setText'
Eve... | 2025-07-13T02:02:06 | 2025-07-13T02:02:06 | {} | NONE |
vuejs | core | 3,066,621,771 | 13,624 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
The changes introduce a new mechanism for tracking "known components" in the Vue compiler's transformation and code generation stages. This includes adding a `knownComponents` set to transformation context... | 2025-07-13T05:47:23 | 2025-07-13T05:49:41 | {} | NONE |
vuejs | core | 3,067,596,725 | 13,628 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 101 kB | 38.4 kB | 34.5 kB |
| vue.global.prod.js | 159 kB | 58.5 kB | 52.1 kB |
### Usages
| Name | Size | G... | 2025-07-14T02:46:43 | 2025-07-14T02:46:43 | {} | NONE |
vuejs | core | 3,050,191,906 | 13,592 | 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-07-08T20:17:26 | 2025-07-08T20:17:26 | {} | NONE |
vuejs | core | 3,047,583,407 | 13,576 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/c5412bd9-384d-469d-a840-8db8b168c3f8)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13576
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-07-08T06:47:06 | 2025-07-10T01:28:50 | {} | NONE |
vuejs | core | 3,048,114,013 | 13,591 | jacekkarczmarczyk | https://github.com/vuejs/core/issues/9247 | 2025-07-08T09:33:59 | 2025-07-08T09:33:59 | {} | CONTRIBUTOR |
vuejs | core | 3,050,739,146 | 13,575 | 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. | 2025-07-09T01:24:31 | 2025-07-09T01:24:31 | {} | CONTRIBUTOR |
vuejs | core | 3,054,654,483 | 13,274 | yyx990803 | /ecosystem-ci run | 2025-07-10T00:45:19 | 2025-07-10T00:45:19 | {
"+1": 2
} | MEMBER |
vuejs | core | 2,081,471,798 | 10,826 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | ------------------ | ------------------ | ------------------- |
| compiler-dom.global.prod.js | 84.1 kB | 29.8 kB | 26.3 kB |
| r... | 2024-04-28T12:39:12 | 2025-07-10T03:32:12 | {} | NONE |
vuejs | core | 3,055,225,551 | 13,605 | 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-07-10T03:30:37 | 2025-07-10T09:12:35 | {} | NONE |
vuejs | core | 3,066,622,208 | 13,624 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------ | ------------------- | ----------------- |
| runtime-dom.global.prod.js | 101 kB | 38.4 kB | 34.5 kB |
| vue.glo... | 2025-07-13T05:48:15 | 2025-07-13T05:48:15 | {} | NONE |
vuejs | core | 3,067,595,401 | 13,628 | 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
>
> Bot user detected.
>
> To trigger a single review, invoke the `@coderabbitai review` command.
>
> You can disable this status message... | 2025-07-14T02:45:42 | 2025-07-14T02:45:42 | {} | NONE |
vuejs | core | 3,068,372,836 | 13,623 | ShenQingchuan | > I have already added the `imports` property to the `TransformContext` in `compiler-vapor`. This ensures that public asset references (e.g., `/vite.svg`) are correctly collected during the transform phase.
>
> However, I am now encountering an issue during the generation phase. Specifically, an import statement shoul... | 2025-07-14T08:26:25 | 2025-07-14T09:53:22 | {} | CONTRIBUTOR |
vuejs | core | 3,047,148,462 | 13,588 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/16132361360)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/16108031859) |
|-------|--------|----------------|
| nuxt | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions/r... | 2025-07-08T02:27:36 | 2025-07-08T02:27:36 | {} | CONTRIBUTOR |
vuejs | core | 3,047,157,593 | 13,590 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | ------- | ------- | ------- |
| compiler-dom.global.prod.js | 84.1 kB | 29.8 kB | 26.3 kB |
| runtime-dom.global.prod.js | 103 kB | 39.1 kB | 35.2 kB |
| vue.global.prod.js | 161 kB | 5... | 2025-07-08T02:33:57 | 2025-07-08T02:33:57 | {} | NONE |
vuejs | core | 3,047,396,861 | 13,586 | kalvenschraut | my repo had mistake which I updated, I meant to import from HelloWorld.vue instead in TheWelcome.vue
<img width="990" height="213" alt="Image" src="https://github.com/user-attachments/assets/686eae00-9225-4080-bf33-e03ad41674ac" />
I made SharedProps.ts to illustrate that it works if you were to import from it, a typ... | 2025-07-08T05:21:32 | 2025-07-08T05:24:21 | {} | CONTRIBUTOR |
vuejs | core | 1,724,756,530 | 9,249 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | -------------------- | ------------------- | -------------------- |
| compiler-dom.global.prod.js | 84.2 kB (**+125 B**) | 29.8 kB (**+45 B**) | 26.3 kB (**+23... | 2023-09-19T02:51:42 | 2025-07-08T08:50:19 | {} | NONE |
vuejs | core | 3,054,699,241 | 13,274 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/16183390280)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/16160756360) |
|-------|--------|----------------|
| pinia | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/1618339028... | 2025-07-10T00:52:41 | 2025-07-10T00:52:41 | {} | CONTRIBUTOR |
vuejs | core | 3,055,803,022 | 13,606 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | ------------------ | ------------------ | ------------------- |
| compiler-dom.global.prod.js | 84.1 kB | 29.8 kB | 26.3 kB |
| r... | 2025-07-10T06:27:59 | 2025-07-10T06:34:19 | {} | NONE |
vuejs | core | 3,067,595,121 | 13,627 | 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
>
> Bot user detected.
>
> To trigger a single review, invoke the `@coderabbitai review` command.
>
> You can disable this status message... | 2025-07-14T02:45:27 | 2025-07-14T02:45:27 | {} | NONE |
vuejs | core | 3,047,249,854 | 9,249 | edison1105 | We should also consider the following cases:
[Playground with this PR](https://deploy-preview-9249--vue-sfc-playground.netlify.app/#eNqtUrFOwzAU/JUnL22lqhGUqQpIgDrAQCtg9BLc19bBsS37uUSK8u/YCUkZUCcW+3x3frqz3LB7axengGzFci+ctAQeKdg7rrnOMhCFR7hKUBjtk1g4cYRbaDoZHOoduulsOCeGgtMwOcpJT7Vpi8t53nWCCv9p2pLHS3upceuM9dPmZ+oKNh8lCoJ... | 2025-07-08T03:41:46 | 2025-07-08T03:41:46 | {} | MEMBER |
vuejs | core | 3,047,448,989 | 13,586 | edison1105 | - Add paths in tsconfig.json
```
{
"compilerOptions": {
//...
"paths": {
"#src/*": ["./src/*"],
},
},
//...
}
``` | 2025-07-08T05:45:57 | 2025-07-08T05:45:57 | {} | MEMBER |
vuejs | core | 3,050,762,676 | 70 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/ee292288-f768-4f15-a8bb-4f738bec7212)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@70
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new/@v... | 2025-07-09T01:39:25 | 2025-07-09T02:32:24 | {} | NONE |
vuejs | core | 3,055,133,884 | 13,604 | 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-07-10T02:44:01 | 2025-07-10T02:44:01 | {} | NONE |
vuejs | core | 3,058,474,803 | 13,614 | skirtles-code | I don't think this is a Vue bug.
Browsers normalize assigned styles and `position-area: bottom span-all` is considered equivalent to `position-area: bottom`.
You can see that in this JSFiddle, which doesn't use Vue:
- https://jsfiddle.net/tmnzf7od/
You'll notice a similar thing with other style values. For example,... | 2025-07-10T18:21:58 | 2025-07-10T18:21:58 | {
"+1": 1
} | CONTRIBUTOR |
vuejs | core | 3,069,272,427 | 13,623 | grtsinry43 | > I have already added the `imports` property to the `TransformContext` in `compiler-vapor`. This ensures that public asset references (e.g., `/vite.svg`) are correctly collected during the transform phase.
>
> However, I am now encountering an issue during the generation phase. Specifically, an import statement shoul... | 2025-07-14T12:17:38 | 2025-07-14T12:17:38 | {} | NONE |
vuejs | core | 3,047,153,621 | 13,589 | 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-07-08T02:30:58 | 2025-07-08T02:30:58 | {} | NONE |
vuejs | core | 3,047,158,181 | 13,590 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/f1a68171-e5a8-499e-84bc-c6de57122220)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13590
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-07-08T02:34:24 | 2025-07-08T02:34:24 | {} | NONE |
vuejs | core | 3,047,522,439 | 69 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/c2861df9-7aad-4a7f-81e0-0cad8b40b65d)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@69
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new/@v... | 2025-07-08T06:21:42 | 2025-07-08T06:31:54 | {} | NONE |
vuejs | core | 3,047,155,343 | 13,589 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/3353f234-1762-40b3-b50a-bfb2cdfec8b0)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13589
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-07-08T02:32:15 | 2025-07-08T13:03:06 | {} | NONE |
vuejs | core | 3,050,920,851 | 13,595 | superchangme | i'm not sure the error cause by this, i'm sorry。
I'm still trying to locate the problem using binary search the router file.
> Please provide a minimal reproduction with a GitHub repo that can reproduce the error.
| 2025-07-09T02:41:58 | 2025-07-09T02:41:58 | {} | NONE |
vuejs | core | 3,054,599,408 | 13,360 | yyx990803 | We should support globalProperties on Vapor app config - these properties will **not** be available to Vapor components, but they can be available to Vdom components nested inside Vapor apps. | 2025-07-10T00:25:43 | 2025-07-10T00:25:43 | {} | MEMBER |
vuejs | core | 3,058,519,204 | 13,614 | ferferga | @skirtles-code I checked the fiddle and the spec and you are right indeed! Sorry for the inconvenience. | 2025-07-10T18:37:13 | 2025-07-10T18:37:13 | {} | CONTRIBUTOR |
vuejs | core | 3,062,812,828 | 4,668 | NazimHAli | +1 still an issue | 2025-07-11T15:47:40 | 2025-07-11T15:47:40 | {} | NONE |
vuejs | core | 3,069,348,273 | 13,626 | KazariEX | What about using `$`? | 2025-07-14T12:37:37 | 2025-07-14T12:38:42 | {} | MEMBER |
vuejs | core | 3,050,901,422 | 13,595 | edison1105 | Please provide a minimal reproduction with a GitHub repo that can reproduce the error. | 2025-07-09T02:27:22 | 2025-07-09T02:27:22 | {} | MEMBER |
vuejs | core | 3,045,910,139 | 13,279 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | ------- | ------- | ------- |
| compiler-dom.global.prod.js | 84.1 kB | 29.8 kB | 26.3 kB |
| runtime-dom.global.prod.js | 104 kB | 39.1 kB | 35.2 kB |
| vue.global.prod.js | 162 kB | 5... | 2025-07-07T16:50:15 | 2025-07-10T01:08:54 | {} | NONE |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.