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,585,848,302 | 12,570 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/12735732544)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/12703581109) |
|-------|--------|----------------|
| language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/1... | 2025-01-12T17:47:10 | 2025-01-12T17:47:10 | {} | CONTRIBUTOR |
vuejs | core | 2,576,091,572 | 5,860 | davidkhess | Note to self from the Vue 2 version of this issue: https://www.stacktracejs.com/#!/docs/stacktrace-gps | 2025-01-07T19:42:09 | 2025-01-07T19:42:09 | {} | NONE |
vuejs | core | 2,579,565,372 | 12,675 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/12686966767)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/12664366934) |
|-------|--------|----------------|
| language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/1... | 2025-01-09T09:25:38 | 2025-01-09T09:25:38 | {} | CONTRIBUTOR |
vuejs | core | 2,579,946,871 | 12,675 | pikax | Codewise LGTM
~~Some issues related with the description~~
> fix: [Cannot register "capture" phase event handlers](https://github.com/vuejs/babel-plugin-jsx/issues/714)
~~I don't think this PR will fix that issue, just tested (just typescript):~~
```ts
const f = (evt: Event) => { }
withModifiers(f, ['captur... | 2025-01-09T11:42:56 | 2025-01-09T11:53:24 | {} | MEMBER |
vuejs | core | 2,526,570,786 | 12,511 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/a1973126-3b6b-4862-a03b-033189cf37e9)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@12511
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2024-12-09T01:02:27 | 2025-01-11T16:16:57 | {} | NONE |
vuejs | core | 2,585,444,489 | 12,681 | skirtles-code | I may have misunderstood, but...
This all appears to be working correctly to me. I don't think `onScopeDispose` is supposed to work inside the callback of a watcher. Do you have a specific use case in mind?
`onScopeDispose` is like a more general version of `onUnmounted`. Much like `onUnmounted`, you can use it a... | 2025-01-11T21:25:43 | 2025-01-11T21:25:43 | {
"heart": 1
} | CONTRIBUTOR |
vuejs | core | 2,585,455,385 | 12,681 | ferferga | @skirtles-code I initially found this for some VueUse composables (specifically `useEventListener`) that were being invoked inside watchers.
You're assuming all the logic will be bound to a component, but some composables might be intended to be used in both places. A good workaround would be to PR in VueUse and add, ... | 2025-01-11T21:45:40 | 2025-01-11T21:45:40 | {} | CONTRIBUTOR |
vuejs | core | 2,574,174,100 | 12,630 | edison1105 | Please try to provide a minimal runnable reproduction for a further look. | 2025-01-07T00:38:06 | 2025-01-07T00:38:06 | {} | MEMBER |
vuejs | core | 2,577,597,288 | 12,664 | edison1105 | A minimal reproducible example that includes `laravel-mix`, `vue`, `ts-loader`, and `typescript` would speed up resolving the issue.
Please provide the exact reproduction steps, such as the commands to run to reproduce the error. If this cannot be provided, the issue will be closed. | 2025-01-08T12:50:16 | 2025-01-08T12:50:16 | {} | MEMBER |
vuejs | core | 2,579,551,149 | 12,675 | edison1105 | /ecosystem-ci run
| 2025-01-09T09:18:43 | 2025-01-09T09:18:43 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,579,981,908 | 12,670 | melasculla | > According to the compiled content, the event of the component in the h function should be set like this `onOnUpdate:props`
>
> 
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@12687
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-01-11T16:17:29 | 2025-01-12T10:12:37 | {} | NONE |
vuejs | core | 2,574,960,395 | 12,620 | noootwo | I do some research, I set a breakpoint during `unimport` initialization, but it never reached the breakpoint before the program crashed.
This error is threw by `esbuild`, before `unimport` do anything.
And I find this, when `v-model` without `as any`, the template is compiled as:
<img width="1405" alt="image" src=... | 2025-01-07T10:42:13 | 2025-01-07T10:42:13 | {} | CONTRIBUTOR |
vuejs | core | 2,575,274,876 | 12,654 | edison1105 | @markrian
LGTM~ Thank you for resolving the issue you raised. | 2025-01-07T13:16:34 | 2025-01-07T13:16:52 | {
"hooray": 1
} | MEMBER |
vuejs | core | 2,575,368,469 | 12,575 | Gwynerva | @edison1105 Hi again. I was able to work out my tricky situation!
Every child now has separate from `.vue` file async `prepareData` function that runs in `<Wrapper>` and can throw at any moment while executing. I `try/catch` these errors right in `<Wrapper>` scope showing nice error message. These errors are conside... | 2025-01-07T14:02:47 | 2025-01-07T14:27:46 | {
"+1": 1
} | NONE |
vuejs | core | 2,577,221,583 | 12,661 | yyx990803 | This is there to save a few bytes for the string in production. | 2025-01-08T09:40:10 | 2025-01-08T09:40:10 | {} | MEMBER |
vuejs | core | 2,577,268,197 | 12,641 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vapor-repl* ready!
| Name | Link |
|:-:|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 499af49d51214b86626927c328873bab787c7006 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vapor-repl/d... | 2025-01-08T10:01:29 | 2025-01-08T10:04:04 | {} | NONE |
vuejs | core | 2,558,817,296 | 12,598 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/8827b2be-4367-443c-9784-bfcd95e9972f)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@12598
```
</p></details>
<details><summary><b>@vue/compiler-sfc</b></summary><p>
```
npm i https://pkg.pr.new... | 2024-12-23T03:07:40 | 2025-01-11T16:18:03 | {} | NONE |
vuejs | core | 2,585,322,217 | 12,690 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/dc14cfd3-824b-4c51-80f9-78898c821523)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@12690
```
</p></details>
<details><summary><b>@vue/compiler-sfc</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-01-11T16:18:49 | 2025-01-11T16:18:49 | {} | NONE |
vuejs | core | 2,585,539,773 | 12,680 | edison1105 | The root VNode of `Child.vue` is a `Fragment`. the text node is the Fragment's anchor. | 2025-01-12T01:51:24 | 2025-01-12T01:51:24 | {} | MEMBER |
vuejs | core | 2,572,257,478 | 12,649 | zhennann | > Could you please add a test case for this PR?
Test case has been added. | 2025-01-06T04:33:40 | 2025-01-06T04:33:40 | {} | NONE |
vuejs | core | 2,574,289,040 | 12,653 | edison1105 | duplicate of #12465
will be fixed via #12468 | 2025-01-07T02:47:29 | 2025-01-07T02:47:29 | {} | MEMBER |
vuejs | core | 2,577,659,209 | 12,664 | hlxvi | defineModel not with type is ok | 2025-01-08T13:21:12 | 2025-01-08T13:21:12 | {} | NONE |
vuejs | core | 2,579,017,647 | 12,670 | linzhe141 | According to the compiled content, the event of the component in the h function should be set like this `onOnUpdate:props`

```ts
import { ref, h,render as renderxxx } from 'vue'
const mydiv = ref()
const start = () =>... | 2025-01-09T02:00:04 | 2025-01-09T02:14:03 | {} | MEMBER |
vuejs | core | 2,579,434,543 | 12,675 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/12686135850)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/12664366934) |
|-------|--------|----------------|
| language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/1... | 2025-01-09T08:30:28 | 2025-01-09T08:30:28 | {} | CONTRIBUTOR |
vuejs | core | 2,579,489,577 | 12,676 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/12686493900)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/12664366934) |
|-------|--------|----------------|
| language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci... | 2025-01-09T08:55:01 | 2025-01-09T08:55:01 | {} | CONTRIBUTOR |
vuejs | core | 2,585,322,283 | 12,688 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 38 kB | 34.2 kB |
| vue.global.prod.js | 158 kB | 57.8 kB | 51.4 kB |
### Usages
| Name | Size | G... | 2025-01-11T16:19:00 | 2025-01-11T16:19:00 | {} | NONE |
vuejs | core | 2,586,094,798 | 12,694 | Justineo | Creating an accurate benchmark is challenging. For overall performance improvements, we may need to identify and address bottlenecks, and for micro-optimizations like this, we should proceed with caution—only accepting changes when they have been proven to provide a clear benefit. Regarding the code refactoring, it doe... | 2025-01-13T03:08:32 | 2025-01-13T03:08:32 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,572,331,552 | 12,649 | edison1105 | em... Please note this line https://github.com/vuejs/core/blob/031fa8f70f7dbdc064341c41315f626f45cd703e/packages/compiler-sfc/src/script/resolveType.ts#L962
I don't think `.jsx` has the same problem. | 2025-01-06T05:52:47 | 2025-01-06T05:52:47 | {} | MEMBER |
vuejs | core | 2,574,806,255 | 12,195 | bee1an | Keep track of the problem | 2025-01-07T09:33:13 | 2025-01-07T09:33:13 | {} | NONE |
vuejs | core | 2,575,488,293 | 5,652 | orimay | > > ```ts
> > props: {
> > whatever: BigInt as unknown as PropType<bigint>
> > }
> > ```
>
> I'm sorry, where is this supposed to go in order to read bigints correctly from props? thanks!
Into `defineComponent` in your script:
```ts
export default defineComponent({
props: {
whatever: BigInt as unk... | 2025-01-07T14:50:14 | 2025-01-07T14:50:14 | {} | NONE |
vuejs | core | 2,579,974,293 | 12,670 | melasculla | > Could you please provide a minimal reproduction via [stackblitz](https://stackblitz.com/github/nuxt/starter/tree/v3?file=README.md) ?
https://stackblitz.com/edit/nuxt-starter-uwoegxca?file=app.vue | 2025-01-09T11:56:15 | 2025-01-09T11:56:15 | {} | NONE |
vuejs | core | 2,585,321,753 | 12,686 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 38 kB | 34.2 kB |
| vue.global.prod.js | 158 kB | 57.8 kB | 51.4 kB |
### Usages
| Name | Size | G... | 2025-01-11T16:17:05 | 2025-01-11T16:17:05 | {} | NONE |
vuejs | core | 2,585,327,646 | 12,680 | xfontr | Hey! Not working on the open source (not yet!) but hopefully can provide some insight on the topic, as I do develop in Vue.
Your Child component has two nodes, one HTMLDivElement and one of type Comment.
Vue will get the actual node if you are pointing to a html node or a Vue component that has only one child.
... | 2025-01-11T16:37:00 | 2025-01-11T16:37:00 | {} | NONE |
vuejs | core | 2,585,383,323 | 12,693 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 38 kB | 34.2 kB |
| vue.global.prod.js | 158 kB | 57.8 kB | 51.4 kB |
### Usages
| Name | Size | G... | 2025-01-11T19:26:38 | 2025-01-11T19:26:38 | {} | NONE |
vuejs | core | 2,425,420,698 | 12,225 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/697f1857-42d5-4142-b824-51a8a2a7a489)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@12225
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
pnpm add https://pkg.... | 2024-10-21T02:18:13 | 2024-10-21T08:30:03 | {} | NONE |
vuejs | core | 2,426,283,498 | 8,530 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/763d36a0-cf3d-42aa-89c2-fd319a431545)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@8530
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
pnpm add https://pkg.p... | 2024-10-21T10:35:40 | 2024-10-21T10:35:40 | {} | NONE |
vuejs | core | 2,428,473,752 | 6,827 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/7bbeea12-4e56-4157-afdb-d8991fb5d0f5)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@6827
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
pnpm add https://pkg.p... | 2024-10-22T07:29:27 | 2024-10-22T07:30:30 | {} | NONE |
vuejs | core | 2,425,348,491 | 12,215 | edison1105 | /ecosystem-ci run | 2024-10-21T00:59:57 | 2024-10-21T00:59:57 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,317,106,059 | 11,744 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------------------- |
| runtime-dom.global.prod.js | 100 kB | 38 kB | 34.2 kB |
| vue.global.prod.js | 159 kB | 57.9 kB | 51.4 kB (**-32 B**) |
#... | 2024-08-29T09:12:59 | 2024-10-21T08:29:57 | {} | NONE |
vuejs | core | 2,331,036,463 | 11,824 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/359f016d-3973-43f2-9ebe-be2ee2a28aa3)
<details><summary><b>@vue/compiler-sfc</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-sfc@11824
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
pnpm add https://pkg.pr... | 2024-09-05T09:25:18 | 2024-10-21T08:34:43 | {} | NONE |
vuejs | core | 2,392,623,478 | 12,002 | edison1105 | the tests failing caused by [puppeteer](https://redirect.github.com/puppeteer/puppeteer/tree/main#readme) | 2024-10-04T01:35:00 | 2024-10-22T01:58:08 | {} | MEMBER |
vuejs | core | 2,428,429,292 | 6,877 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/cf1c7063-8fa9-4b04-b5fe-80640a77860b)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@6877
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
pnpm add https://pkg.p... | 2024-10-22T07:08:06 | 2024-10-22T07:16:56 | {} | NONE |
vuejs | core | 2,425,444,569 | 12,224 | LoTwT | > `defineComponent` enhances type hints but does not generate runtime type definitions. You still need to set the runtime types for props explicitly.
OK. Thank you for your explanation. | 2024-10-21T02:44:29 | 2024-10-21T02:44:29 | {} | NONE |
vuejs | core | 1,864,756,927 | 9,884 | codspeed-hq[bot] | ## [CodSpeed Performance Report](https://codspeed.io/vuejs/core/branches/test/ssr-computed)
### Merging #9884 will **improve performances by 88.6%**
<sub>Comparing <code>test/ssr-computed</code> (2ee8cf0) with <code>main</code> (0695c69)</sub>
### Summary
`⚡ 1` improvements
`✅ 52` untouched benchmarks
### Ben... | 2023-12-20T16:12:26 | 2024-10-21T08:07:50 | {} | NONE |
vuejs | core | 2,425,351,142 | 12,222 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/00273a4b-944a-482c-8c5f-01224a40d32e)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@12222
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
pnpm add https://pkg.... | 2024-10-21T01:03:15 | 2024-10-22T01:51:18 | {} | NONE |
vuejs | core | 2,428,824,323 | 6,355 | edison1105 | Could you please resolve the conflicts? | 2024-10-22T09:53:14 | 2024-10-22T09:53:14 | {} | MEMBER |
vuejs | core | 2,422,436,714 | 12,211 | DENCREAT | @jh-leong thanks a lot for the quick fix | 2024-10-18T13:06:31 | 2024-10-18T13:06:31 | {} | NONE |
vuejs | core | 2,425,431,615 | 12,224 | edison1105 | `defineComponent` enhances type hints but does not generate runtime type definitions. You still need to set the runtime types for props explicitly. | 2024-10-21T02:30:26 | 2024-10-21T02:30:26 | {} | MEMBER |
vuejs | core | 2,425,992,354 | 7,444 | jd-solanki | @edison1105 Is this accidental? | 2024-10-21T08:36:48 | 2024-10-21T08:36:48 | {} | NONE |
vuejs | core | 2,428,417,318 | 10,695 | edison1105 | Closing as it reopened by accident | 2024-10-22T07:02:01 | 2024-10-22T07:02:01 | {} | MEMBER |
vuejs | core | 2,422,905,003 | 12,211 | tomtheisen | > > In this scenario, I’m not sure how the ^text solution would apply or help, since the text is part of the CMS data structure. Could you provide further clarification on how I might implement ^text in this case, or suggest an alternative approach to prevent the text property from overriding the inner content of the a... | 2024-10-18T17:11:24 | 2024-10-18T17:11:24 | {} | NONE |
vuejs | core | 2,425,146,537 | 12,218 | Gabrieltrinidad0101 | I was reading the docs and found this
v-if vs. v-show
[](https://vuejs.org/guide/essentials/conditional.html#v-if-vs-v-show)
v-if is "real" conditional rendering because it ensures that event listeners and child components inside the conditional block are properly destroyed and re-created during toggles. | 2024-10-20T17:38:52 | 2024-10-20T17:38:52 | {} | NONE |
vuejs | core | 2,425,931,179 | 12,190 | ferferga | @edison1105 Why were both PRs closed? | 2024-10-21T08:10:11 | 2024-10-21T08:10:11 | {} | CONTRIBUTOR |
vuejs | core | 2,426,281,027 | 9,894 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/2367d557-3d64-4160-aec2-71a09b05dcbe)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@9894
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
pnpm add https://pkg.p... | 2024-10-21T10:34:28 | 2024-10-21T10:34:28 | {} | NONE |
vuejs | core | 1,685,770,484 | 8,530 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------ | ------------------- | ------------------- |
| runtime-dom.global.prod.js | 99 kB (**+80 B**) | 37.5 kB (**+39 B**) | 33.8 kB (**+37 B**) |
| v... | 2023-08-21T07:08:02 | 2024-10-21T10:35:21 | {} | NONE |
vuejs | core | 2,416,101,919 | 8,125 | edison1105 | see https://github.com/vuejs/core/issues/8068#issuecomment-2416097313
It should add a new test case rather than update the existing one. | 2024-10-16T08:35:03 | 2024-10-22T07:05:07 | {} | MEMBER |
vuejs | core | 2,422,433,761 | 12,211 | DENCREAT | Thank you for the clarification.
To explain my use case a bit more, I'm encountering the issue with overriding inner content when using v-bind in combination with our CMS component, which maps its own fields to an <a> HTML element (e.g., for a banner).
Here’s an example of what I'm working with:
```
const cms... | 2024-10-18T13:04:58 | 2024-10-18T13:04:58 | {
"+1": 1,
"-1": 1,
"confused": 1,
"hooray": 1,
"laugh": 1
} | NONE |
vuejs | core | 2,404,359,844 | 12,137 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/d269763c-a752-422b-a4ab-3ee091be38ac)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@12137
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
pnpm add https://pkg.... | 2024-10-10T07:58:51 | 2024-10-21T01:15:19 | {} | NONE |
vuejs | core | 2,425,428,873 | 12,226 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/e4b53fbd-ba60-44e4-b664-b79bab9143b0)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@12226
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
pnpm add https://pkg.... | 2024-10-21T02:27:34 | 2024-10-21T02:27:34 | {} | NONE |
vuejs | core | 2,425,936,716 | 10,695 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/ed4816cb-38b3-4a4f-8896-4cdb6b080fbb)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@10695
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
pnpm add https://pkg.... | 2024-10-21T08:12:46 | 2024-10-21T08:12:46 | {} | NONE |
vuejs | core | 2,427,728,033 | 12,229 | VividLemon | System:
OS: Windows 10 10.0.19045
CPU: (8) x64 11th Gen Intel(R) Core(TM) i5-1145G7 @ 2.60GHz
Memory: 4.22 GB / 15.39 GB
Binaries:
Node: 20.8.0 - ~\AppData\Local\fnm_multishells\2212_1729541288273\node.EXE
npm: 10.1.0 - ~\AppData\Local\fnm_multishells\2212_1729541288273\npm.CMD
pnpm: 9.... | 2024-10-21T21:12:03 | 2024-10-21T21:12:03 | {} | NONE |
vuejs | core | 2,428,473,761 | 6,827 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 38 kB | 34.2 kB |
| vue.global.prod.js | 159 kB | 57.9 kB | 51.4 kB |
### Usages
| Name | Size | G... | 2024-10-22T07:29:28 | 2024-10-22T07:29:28 | {} | NONE |
vuejs | core | 2,428,807,317 | 6,355 | netlify[bot] | ### <span aria-hidden="true">❌</span> Deploy Preview for *vue-next-template-explorer* failed.
| Name | Link |
|:-:|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 3fc414e3969299611f9a3fd29c21cd1d966051ef |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/s... | 2024-10-22T09:46:02 | 2024-10-22T09:46:02 | {} | NONE |
vuejs | core | 2,429,532,373 | 12,088 | mojoalan | Can there be some additional smarts going on, such that this warning only displays if there is a mismatch detected between SSR and CSR?
Alternatively, Vue should not be adding <tbody> nodes because the browser is fine with no such node being present. Perhaps that's the real problem, that Vue should not be doing this... | 2024-10-22T15:01:35 | 2024-10-22T15:01:35 | {
"+1": 1
} | NONE |
vuejs | core | 2,430,776,841 | 12,238 | jh-leong | This is expected behavior, see [this comment](https://github.com/vuejs/core/issues/11080#issuecomment-2154256964).
There may be room for improvement in the docs to clarify this. | 2024-10-23T03:29:19 | 2024-10-23T03:29:19 | {} | MEMBER |
vuejs | core | 2,431,062,138 | 5,927 | edison1105 | The reproduction in #5918 seems incorrect, but from the description, it appears that the Options API and Composition API are mixed, which is not recommended. The lifecycle hooks of the Options API are designed to run after the lifecycle hooks of the Composition API. Therefore, I think it does not need to be fixed. | 2024-10-23T06:47:37 | 2024-10-23T06:47:37 | {} | MEMBER |
vuejs | core | 2,424,569,691 | 12,221 | edison1105 | duplicate of #11552 | 2024-10-20T04:25:00 | 2024-10-20T04:25:00 | {} | MEMBER |
vuejs | core | 2,424,969,627 | 12,221 | softwareCobbler | The referenced duplicate is closed, due to being linked to a Chrome bug, but I am able to observe this behavior on FireFox 131.0.3. I tweaked the repro a little to leak a 100MiB ArrayBuffer so it is identifiable in firefox's memory inspector. The attached image is after the component has been unmounted and GC has been ... | 2024-10-20T13:46:53 | 2024-10-20T13:55:36 | {} | NONE |
vuejs | core | 2,424,961,244 | 12,215 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/ef92d53c-a734-4471-87ca-f1331321cfd1)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@12215
```
</p></details>
<details><summary><b>@vue/compiler-sfc</b></summary><p>
```
pnpm add https://pkg.... | 2024-10-20T13:27:43 | 2024-10-21T00:57:08 | {} | NONE |
vuejs | core | 2,408,336,559 | 12,155 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/3c1fab26-8ea5-4d9d-8a6d-d2e3d469eb32)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@12155
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
pnpm add https://pkg.... | 2024-10-12T03:44:58 | 2024-10-22T06:19:53 | {} | NONE |
vuejs | core | 2,428,789,140 | 5,982 | edison1105 | see https://github.com/vuejs/core/issues/5970#issuecomment-2283496852
| 2024-10-22T09:38:48 | 2024-10-22T09:38:48 | {} | MEMBER |
vuejs | core | 2,429,618,154 | 12,235 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/fde0d14d-ed05-4074-bef3-b0b53e9827ae)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@12235
```
</p></details>
<details><summary><b>@vue/compiler-sfc</b></summary><p>
```
pnpm add https://pkg.... | 2024-10-22T15:36:12 | 2024-10-22T15:36:12 | {} | NONE |
vuejs | core | 2,424,112,952 | 12,187 | Ice-Hazymoon | This is a Safari bug, unrelated to Vue.
*Solution: Must add IMG tag to the DOM (inside PICTURE tag) before setting SRC*
https://github.com/facebook/react/issues/22684#issuecomment-1140121463
```html
<picture>
<img src="your png image url" />
<source type="image/webp" srcset="your webp image url" />
</pic... | 2024-10-19T18:07:18 | 2024-10-19T18:07:18 | {
"+1": 2
} | NONE |
vuejs | core | 2,425,351,432 | 12,223 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 38 kB | 34.2 kB |
| vue.global.prod.js | 159 kB | 57.9 kB | 51.4 kB |
### Usages
| Name | Size | G... | 2024-10-21T01:03:31 | 2024-10-21T01:03:31 | {} | NONE |
vuejs | core | 2,425,693,922 | 12,227 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/11434331568)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/11433504184) |
|-------|--------|----------------|
| language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/1... | 2024-10-21T06:24:09 | 2024-10-21T06:24:09 | {} | CONTRIBUTOR |
vuejs | core | 2,053,973,176 | 10,695 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ----------------- | ------------------ | ------------------- |
| runtime-dom.global.prod.js | 100 kB | 38 kB | 34.2 kB |
| vue.glo... | 2024-04-14T08:58:27 | 2024-10-21T08:12:58 | {} | NONE |
vuejs | core | 2,381,847,924 | 12,082 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------ | ------------------ | ------------------- |
| runtime-dom.global.prod.js | 100 kB (**+42 B**) | 38 kB (**+5 B**) | 34.2 kB (**+46 B**) |
| vue.... | 2024-09-30T01:44:20 | 2024-10-21T08:29:58 | {} | NONE |
vuejs | core | 2,428,500,715 | 6,744 | edison1105 | Closing as `deferredComputed` has been removed via https://github.com/vuejs/core/pull/10397 | 2024-10-22T07:42:56 | 2024-10-22T07:42:56 | {} | MEMBER |
vuejs | core | 2,430,753,269 | 12,237 | jh-leong | This behavior is expected because you're using an async component.
Make sure to retrieve the `ref` value after the component has mounted. Here's an example: [Playground](https://play.vuejs.org/#__PROD__eNqNU1Fr2zAQ/iuHGNiBIDO2pywp60YftodtbH2b9mDic6xWlowkZxkl/30nWY7dNC0FY+y77777dPfpgV13Hd/3yFZs7bZWdv5KaNl2xnp4gGYJFms... | 2024-10-23T03:10:53 | 2024-10-23T03:10:53 | {} | MEMBER |
vuejs | core | 2,430,740,288 | 12,239 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/169afc5b-41f4-407b-94e4-c2e16a620286)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@12239
```
</p></details>
<details><summary><b>@vue/compiler-sfc</b></summary><p>
```
pnpm add https://pkg.... | 2024-10-23T03:03:42 | 2024-10-23T03:24:18 | {} | NONE |
vuejs | core | 2,423,946,045 | 12,162 | rstoenescu | This also affects our documentation website (Quasar). We had to revert to Vue 3.4.20 to avoid this issue. | 2024-10-19T15:14:40 | 2024-10-19T15:14:40 | {} | NONE |
vuejs | core | 2,425,828,677 | 12,227 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/11435154446)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/11433504184) |
|-------|--------|----------------|
| language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/1... | 2024-10-21T07:21:55 | 2024-10-21T07:21:55 | {} | CONTRIBUTOR |
vuejs | core | 2,317,106,941 | 11,744 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/6c860aa9-4230-4e73-9971-a43959d49dba)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@11744
```
</p></details>
<details><summary><b>@vue/compiler-sfc</b></summary><p>
```
pnpm add https://pkg.... | 2024-08-29T09:13:21 | 2024-10-21T08:29:03 | {} | NONE |
vuejs | core | 1,777,779,642 | 7,786 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | -------------------- | -------------------- | -------------------- |
| runtime-dom.global.prod.js | 99.6 kB (**+679 B**) | 37.7 kB (**+253 B**) | 34 kB (**+242 ... | 2023-10-24T18:16:12 | 2024-10-21T10:35:07 | {} | NONE |
vuejs | core | 2,428,000,538 | 11,872 | edison1105 | @thecodewarrior PR welcome. | 2024-10-22T00:55:53 | 2024-10-22T00:55:53 | {} | MEMBER |
vuejs | core | 2,406,475,631 | 12,103 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 38 kB | 34.2 kB |
| vue.global.prod.js | 159 kB | 57.9 kB | 51.4 kB |
### Usages
| Name | Size | G... | 2024-10-11T03:11:40 | 2024-10-22T06:21:38 | {} | NONE |
vuejs | core | 2,428,597,977 | 5,105 | iShawnWang | Hoping more progress on this PR :D ~~~ | 2024-10-22T08:24:14 | 2024-10-22T08:24:14 | {} | NONE |
vuejs | core | 2,429,617,791 | 12,235 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 38 kB | 34.2 kB |
| vue.global.prod.js | 159 kB | 57.9 kB | 51.4 kB |
### Usages
| Name | Size | G... | 2024-10-22T15:36:02 | 2024-10-22T15:36:02 | {} | NONE |
vuejs | core | 2,422,724,950 | 12,211 | jh-leong | > In this scenario, I’m not sure how the ^text solution would apply or help, since the text is part of the CMS data structure. Could you provide further clarification on how I might implement ^text in this case, or suggest an alternative approach to prevent the text property from overriding the inner content of the anc... | 2024-10-18T15:24:09 | 2024-10-18T15:24:09 | {} | MEMBER |
vuejs | core | 2,425,420,527 | 12,225 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 38 kB | 34.2 kB |
| vue.global.prod.js | 159 kB | 57.9 kB | 51.4 kB |
### Usages
| Name | Size | G... | 2024-10-21T02:17:59 | 2024-10-21T02:17:59 | {} | NONE |
vuejs | core | 2,425,428,466 | 12,226 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 38 kB | 34.2 kB |
| vue.global.prod.js | 159 kB | 57.9 kB | 51.4 kB |
### Usages
| Name | Size | G... | 2024-10-21T02:27:05 | 2024-10-21T02:27:05 | {} | NONE |
vuejs | core | 2,425,766,288 | 12,215 | edison1105 | /ecosystem-ci run nuxt | 2024-10-21T06:55:28 | 2024-10-21T06:55:28 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,425,791,681 | 12,215 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/11434808520)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/11433504184) |
|-------|--------|----------------|
| nuxt | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions/r... | 2024-10-21T07:01:58 | 2024-10-21T07:01:58 | {} | CONTRIBUTOR |
vuejs | core | 2,429,683,082 | 12,235 | jh-leong | Closing this as the change would break the boolean casting feature. | 2024-10-22T16:03:18 | 2024-10-22T16:03:18 | {} | MEMBER |
vuejs | core | 2,430,564,663 | 12,236 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 38 kB | 34.2 kB |
| vue.global.prod.js | 159 kB | 57.9 kB | 51.4 kB |
### Usages
| Name | Size | G... | 2024-10-23T00:34:29 | 2024-10-23T00:34:29 | {} | NONE |
vuejs | core | 2,430,739,873 | 12,239 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 38 kB | 34.2 kB |
| vue.global.prod.js | 159 kB | 57.9 kB | 51.4 kB |
### Usages
| Name | Size | G... | 2024-10-23T03:03:25 | 2024-10-23T03:03:25 | {} | NONE |
vuejs | core | 2,422,374,798 | 12,211 | jh-leong | Thanks for reporting this.
The issue occurs because Vue sets the `text` as a property on the `<a>` element, and while `<a>` doesn't have a `text` attribute, it does have a `text` property via `HTMLAnchorElement`(https://developer.mozilla.org/en-US/docs/Web/API/HTMLAnchorElement/text). This causes the property to ov... | 2024-10-18T12:34:35 | 2024-10-18T12:34:35 | {
"rocket": 3
} | MEMBER |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.