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,530,690,476 | 12,518 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/4b7e472d-60a8-4909-b113-294a18c83b5f)
<details><summary><b>@vue/compiler-ssr</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-ssr@12518
```
</p></details>
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/... | 2024-12-10T07:42:07 | 2024-12-11T10:02:39 | {} | NONE |
vuejs | core | 2,537,749,493 | 12,533 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 37.9 kB | 34.2 kB |
| vue.global.prod.js | 158 kB | 57.8 kB | 51.4 kB |
### Usages
| Name | Size | G... | 2024-12-12T03:47:46 | 2024-12-12T03:47:46 | {} | NONE |
vuejs | core | 2,551,381,310 | 12,575 | Gwynerva | I did some research and it turns out `onErrorCaptured` is not related to this bug.
There is something wrong happening with Vue on server side.
Calling `setup` directly in wrapper component does not help too.
[Here is an example](https://play.vuejs.org/#__SSR__eNqFVE1v2zAM/SucLnaAwO62nrK0xVoUWId9FEuPvqg2E6uzJUOSkxS... | 2024-12-18T13:52:42 | 2024-12-18T15:26:23 | {} | NONE |
vuejs | core | 2,552,700,582 | 12,575 | noootwo | The error threw in `setup` is correctly be caught:
https://github.com/vuejs/core/blob/833f9ea1f70baec0c3c3147595e10c44e7f87503/packages/runtime-core/src/component.ts#L884-L891
Therefore, regardless of whether the `setup` is executed successfully or not (whether there is a correct `setupState`), the component will be ... | 2024-12-19T03:30:23 | 2024-12-19T03:30:23 | {
"+1": 2
} | CONTRIBUTOR |
vuejs | core | 2,553,049,082 | 12,570 | edison1105 | /ecosystem-ci run nuxt | 2024-12-19T08:21:19 | 2024-12-19T08:21:19 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,556,065,861 | 12,578 | edison1105 | use `flush:post` or `flush:sync`
```js
watchEffect(() => (current.value = itemB.value),{flush:'post'})
watchEffect(() => (itemB.value = itemA.value),{flush:'post'})
```
see [Playground](https://play.vuejs.org/#eNqNVMFy2jAQ/ZWtLzYzxDRpT4zDBDp0pj20naa3OAfHyOBESKq0BlKP/70ryRgPECYnkN7Te7urJ9fBVKl4U7FgHCQm16VCMAwrBTwTy... | 2024-12-20T01:20:46 | 2024-12-20T01:20:46 | {} | MEMBER |
vuejs | core | 2,543,188,009 | 12,459 | lazytong-tech | you can download it at https://f002.backblazeb2.com/file/lazytong/demo.zip | 2024-12-14T17:11:40 | 2024-12-14T17:11:40 | {} | NONE |
vuejs | core | 2,531,627,650 | 12,520 | Gwynerva | Well, I really need to use `v-html` on dynamic component because it can be both `div` and `span` depending on what math formula my universial componentt `Math` is rendering:
```vue
<template>
<component
:is="isBlockMath ? 'div' : 'span'"
:class="[$style.math, isBlockMath ? $style.blockMath : ... | 2024-12-10T13:23:21 | 2024-12-10T13:38:54 | {} | NONE |
vuejs | core | 2,531,808,990 | 12,520 | Gwynerva | Of course I am talking about "vanilla" HTML tags. Can't think of why someone would need to `v-html` custom components, which will most likely break them and when you can directly edit these components to accept props, slots and etc. | 2024-12-10T14:35:02 | 2024-12-10T14:35:59 | {} | NONE |
vuejs | core | 2,535,100,063 | 12,529 | jh-leong | see: https://vuejs.org/guide/components/attrs.html#nested-component-inheritance | 2024-12-11T08:39:57 | 2024-12-11T08:39:57 | {} | MEMBER |
vuejs | core | 2,536,923,692 | 12,531 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 37.9 kB | 34.2 kB |
| vue.global.prod.js | 158 kB | 57.8 kB | 51.4 kB |
### Usages
| Name | Size | G... | 2024-12-11T19:24:19 | 2024-12-11T19:24:19 | {} | NONE |
vuejs | core | 2,552,185,881 | 12,318 | johnsoncodehk | This is specified as expected behavior in the TS documentation (and we're difficult to change this behavior), please refer to: https://www.typescriptlang.org/docs/handbook/2/keyof-types.html#the-keyof-type-operator | 2024-12-18T20:14:59 | 2024-12-18T20:14:59 | {} | MEMBER |
vuejs | core | 2,555,808,227 | 12,520 | Ghosterbeef | @Gwynerva
The first option does not work with SSR, the content containing html markup disappears after hydration. | 2024-12-19T21:31:18 | 2024-12-19T21:31:18 | {} | NONE |
vuejs | core | 2,556,436,544 | 12,520 | Ghosterbeef | @Gwynerva
[here it is](https://play.vuejs.org/#__SSR__eNp9Uk1v2zAM/SuELu4Azz5su3hqgG0osA7rB9rcqh5ch3bUypIgyWkAw/+9lBKnLdDmJFKPj3yU3sh+WVtsBmQV475x0gbwGAa7EFr21rgAf0xvoXWmh6woYxLLs59C83JHoFJKAvZW1QEpA+AruYHN19a4U8EkSA0/BEsIYYPaRxQruRjlxEs692h5gHmaHOqOeljBYB16RSG3i3Ot0QH3wRndLf4uL/6Tll3CS5LOytdZ0Kjae+Ip6cNBxNHRvCT5FPHyz... | 2024-12-20T07:27:56 | 2024-12-20T07:27:56 | {
"eyes": 1
} | NONE |
vuejs | core | 2,556,521,174 | 12,575 | noootwo | > Unfortunately, the whole point in my library is that wrapper handles the error and adds some handy UI, while child component can be almost anything: KaTeX formula, image, paragraph and etc. Child components are external, often provided by other libraries. And if something goes wrong it is a wrapper that has to catch ... | 2024-12-20T08:33:35 | 2024-12-20T08:33:35 | {
"confused": 1
} | CONTRIBUTOR |
vuejs | core | 2,556,531,418 | 9,721 | bee1an | Hi @pikax looking forward to your fixing this | 2024-12-20T08:40:32 | 2024-12-20T08:40:32 | {} | NONE |
vuejs | core | 2,531,714,441 | 12,518 | edison1105 | The change seems incorrect. The issue #6553 is during SSR, and CSR is currently working fine. See [Playground](https://play.vuejs.org/#eNp9UU1PwzAM/Ssml4I0WiE4jQ4J0CTgAAiQuOQytV6XkS8laZk09b/jpKxMApZT/N6z/Wxv2bW1edcim7LSV07YAB5Da6+4FsoaF2ALDpfQw9IZBRlJs5G6Ncp+43kRg1gpu+Sa68poH0D5BmYx/zi7QykNvBsn66PshOuyGNpRIwoCKisXASkCK... | 2024-12-10T13:58:31 | 2024-12-10T13:58:31 | {} | MEMBER |
vuejs | core | 2,543,467,745 | 12,554 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/6d311fc5-e292-4a3b-96f5-6c0178f23327)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@12554
```
</p></details>
<details><summary><b>@vue/compiler-ssr</b></summary><p>
```
npm i https://pkg.pr.new... | 2024-12-15T06:20:12 | 2024-12-15T06:20:12 | {} | NONE |
vuejs | core | 2,553,024,862 | 12,575 | noootwo | The example [without Suspense and SSR](https://play.vuejs.org/#eNqFU01P20AQ/SuPvThIaUxbTiFEKoiq9NAignrygcUekwV719pdO0GW/3tn1wQiRMttd+bNzHvz0YtvTTPrWhJzsXC5VY2HI982y0yrujHWo4dby6oym2sqMaC0pkbCEcnJHsToC2uNPZeNby0Vb3EvyHNTN8+uWRo+ofaIyI12HhTS4HSv5uQwut9UmBBOl+gzjTFk1smqZRuI0YBlDVajlJULhuEw04t01MfK+OOpbirpiX/AolAduk+qPM1Ez... | 2024-12-19T08:08:37 | 2024-12-19T08:13:16 | {} | CONTRIBUTOR |
vuejs | core | 2,553,034,576 | 12,570 | edison1105 | /ecosystem-ci run | 2024-12-19T08:13:48 | 2024-12-19T08:13:48 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,530,718,074 | 5,433 | depsimon | I think we can close this old issue | 2024-12-10T07:58:40 | 2024-12-10T07:58:40 | {
"+1": 1
} | NONE |
vuejs | core | 2,533,431,437 | 12,521 | icodejoo | > try
>
> ```js
> // in main.js
> import { configureCompat } from "vue";
> configureCompat({
> INSTANCE_LISTENERS: false,
> INSTANCE_ATTRS_CLASS_STYLE: false,
> });
> ```
>
> see migration docs https://v3-migration.vuejs.org/migration-build.html#compat-configuration
Thanks for you reply , Its workin... | 2024-12-11T01:43:43 | 2024-12-11T01:43:43 | {} | NONE |
vuejs | core | 2,540,781,161 | 12,543 | jacekkarczmarczyk | It's not a bug, it's a documented behaviour https://vuejs.org/guide/components/props.html#boolean-casting | 2024-12-13T07:33:41 | 2024-12-13T07:33:49 | {
"+1": 1
} | CONTRIBUTOR |
vuejs | core | 2,544,424,745 | 12,559 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 37.9 kB | 34.2 kB |
| vue.global.prod.js | 158 kB | 57.8 kB | 51.4 kB |
### Usages
| Name | Size | G... | 2024-12-16T02:44:33 | 2024-12-16T02:44:33 | {} | NONE |
vuejs | core | 2,545,554,698 | 12,564 | edison1105 | 请提供最小化可复现的 demo,听上去应该先给 magic-string 提 issue。 | 2024-12-16T12:52:12 | 2024-12-16T12:52:12 | {} | MEMBER |
vuejs | core | 2,553,008,766 | 12,569 | edison1105 | similar to https://github.com/vuejs/core/issues/9239
The root cause is the missing `NEED_PATCH`. Elements are marked as `NEED_PATCH` when using custom directives individually, but when wrapped in v-for, `NEED_PATCH` is lost. will be fixed in #11682
For more similar issues, refer to https://github.com/vuejs/core/p... | 2024-12-19T07:58:59 | 2024-12-19T08:01:34 | {} | MEMBER |
vuejs | core | 2,553,081,661 | 12,577 | edison1105 | 无法复现,window.keepAliveCacheDiv = this.$el.parentElement 指向的并不是 storageContainer
你可以像下面这样测试


| 2024-12-19T08:37:43 | 2024-12-19T08:37:43 | {} | MEMBER |
vuejs | core | 2,558,346,103 | 12,588 | linzhe141 | ~~这应该是[babel-plugin-jsx](https://github.com/vuejs/babel-plugin-jsx)的bug~~

但按照文档描述,这也是预期的行为

| 2024-12-22T06:15:21 | 2024-12-23T02:02:37 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,531,676,303 | 12,520 | Gwynerva | @edison1105 Thank you. Yeah I think this will do. But still as I already said `v-html` on dynamic component is [already working](https://play.vuejs.org/#eNp9kDFPwzAQhf+KuaVLSAaYolAJUCVgAARILF6i5EhdnHNkn0OkKv8d26WBAXWz3vt8793t4XoY8tEjlFAx9oOuGdeShKga0w+GkFiUyl1JWLVqXEkQ4/mWex2FyrE11K3vUGuTiXdjdXtWFT9qZIswqiqWuZABu8bQh+r... | 2024-12-10T13:43:55 | 2024-12-10T13:44:16 | {} | NONE |
vuejs | core | 2,536,924,665 | 12,531 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/c3c3326a-3723-4a8c-85ba-f27c4d6a2a45)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@12531
```
</p></details>
<details><summary><b>@vue/compiler-sfc</b></summary><p>
```
npm i https://pkg.pr.new... | 2024-12-11T19:24:38 | 2024-12-11T19:24:38 | {} | NONE |
vuejs | core | 2,543,843,408 | 12,550 | bluwy | I don't think Vue should be adding a Vite specific handling here. The issue would also happen in builds before, not only after that PR. I think users would be adding the query themselves instead. | 2024-12-15T11:54:49 | 2024-12-15T11:54:49 | {} | NONE |
vuejs | core | 2,553,241,343 | 12,575 | Gwynerva | Unfortunately, the whole point in my library is that wrapper handles the error and adds some handy UI, while child component can be almost anything: KaTeX formula, image, paragraph and etc. Child components are external, often provided by other libraries. And if something goes wrong it is a wrapper that has to catch an... | 2024-12-19T09:47:01 | 2024-12-19T09:56:38 | {} | NONE |
vuejs | core | 2,537,749,651 | 12,533 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/2b3537b2-2f07-4970-a43c-22a9b71ef43d)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@12533
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2024-12-12T03:47:58 | 2024-12-12T07:38:17 | {} | NONE |
vuejs | core | 2,543,329,975 | 12,553 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/406d1e2d-7f00-460e-922c-add4c175509e)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@12553
```
</p></details>
<details><summary><b>@vue/compiler-sfc</b></summary><p>
```
npm i https://pkg.pr.new... | 2024-12-14T20:06:34 | 2024-12-14T20:06:34 | {} | NONE |
vuejs | core | 2,543,467,690 | 12,554 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------ | ------------------ | ------------------- |
| runtime-dom.global.prod.js | 100 kB | 37.9 kB | 34.2 kB |
| vue.... | 2024-12-15T06:20:05 | 2024-12-15T06:20:05 | {} | NONE |
vuejs | core | 2,550,262,092 | 12,572 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------ | ------------------- | ------------------- |
| runtime-dom.global.prod.js | 100 kB (**+35 B**) | 38 kB (**+24 B**) | 34.2 kB (**+38 B**) |
| v... | 2024-12-18T03:50:26 | 2024-12-18T08:34:36 | {} | NONE |
vuejs | core | 2,553,009,609 | 12,572 | edison1105 | see https://github.com/vuejs/core/issues/12569#issuecomment-2553008766 | 2024-12-19T07:59:34 | 2024-12-19T07:59:34 | {} | MEMBER |
vuejs | core | 2,732,077,399 | 13,063 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/6f061ac3-5907-462a-af0a-ab7a26931c9a)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13063
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-03-18T08:20:52 | 2025-03-18T13:57:04 | {} | NONE |
vuejs | core | 2,742,361,150 | 13,081 | edison1105 | this is documented behavior, see https://vuejs.org/guide/components/props.html#boolean-casting | 2025-03-21T05:45:23 | 2025-03-21T05:45:23 | {} | MEMBER |
vuejs | core | 2,746,591,554 | 13,085 | edison1105 | /ecosystem-ci run | 2025-03-24T00:34:56 | 2025-03-24T00:34:56 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,727,781,853 | 13,049 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/d4b6a9e0-98f3-4608-91e2-94cfeb1c3b43)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13049
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-03-17T01:05:18 | 2025-03-24T02:25:33 | {} | NONE |
vuejs | core | 2,748,008,049 | 13,099 | jacekkarczmarczyk | https://vuejs.org/guide/components/props.html#boolean-casting | 2025-03-24T12:44:28 | 2025-03-24T12:44:28 | {
"+1": 1
} | CONTRIBUTOR |
vuejs | core | 2,761,415,768 | 13,113 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 38.1 kB | 34.3 kB |
| vue.global.prod.js | 158 kB | 58.2 kB | 51.9 kB |
### Usages
| Name | Size | G... | 2025-03-28T13:46:16 | 2025-03-28T13:46:16 | {} | NONE |
vuejs | core | 2,763,024,812 | 8,146 | Giwayume | Ok, I am also dealing with this issue surrounding a teleport. I was using v-if statements, also a `<transition>` inside. If I remove all of that, and simplify it to:
```
<teleport to="body">
<div>test</div>
</teleport>
```
The errors stop.
But the second I started adding back the original functionality, I no... | 2025-03-29T02:25:15 | 2025-03-29T02:25:15 | {} | NONE |
vuejs | core | 2,733,317,776 | 5,284 | jeffgabhart |
> as a workaround for this use case, you can use .trim modifier to get a string
>
> <input type="number" v-model.trim="phoneNumber">
`.trim` no longer works as a workaround | 2025-03-18T13:47:18 | 2025-03-18T13:47:18 | {} | NONE |
vuejs | core | 2,740,748,245 | 13,077 | cscxj | If you are sure that passing VNode to the `is` property of `component` is the wrong approach, please help me close this issue. | 2025-03-20T14:55:29 | 2025-03-20T14:55:29 | {} | NONE |
vuejs | core | 2,746,583,572 | 13,085 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/267d48c7-adeb-453d-b189-180d0081043f)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13085
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-03-24T00:26:45 | 2025-03-27T09:08:17 | {} | NONE |
vuejs | core | 2,761,416,112 | 13,113 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/e3394de3-e542-4c92-ab82-3f229939d66a)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13113
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-03-28T13:46:24 | 2025-03-28T13:46:24 | {} | NONE |
vuejs | core | 2,762,951,385 | 13,078 | johnsoncodehk | The vuetify test can stably reproduce the failure since https://github.com/vuejs/core/commit/84663ccc2c174bce7b37de7efea14dcd44babfd9. | 2025-03-29T00:52:35 | 2025-03-29T00:52:35 | {} | MEMBER |
vuejs | core | 2,732,080,282 | 13,063 | jh-leong | /ecosystem-ci run | 2025-03-18T08:21:44 | 2025-03-18T08:21:44 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,732,101,308 | 13,063 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/13918633794)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/13891908293) |
|-------|--------|----------------|
| pinia | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions/... | 2025-03-18T08:30:56 | 2025-03-18T08:30:56 | {} | CONTRIBUTOR |
vuejs | core | 2,735,231,765 | 12,605 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/13938165608)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/13891908293) |
|-------|--------|----------------|
| language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci... | 2025-03-19T03:30:34 | 2025-03-19T03:30:34 | {} | CONTRIBUTOR |
vuejs | core | 2,735,404,244 | 13,067 | jh-leong | I can’t reproduce this issue locally. It might be related to your local build environment. Could you please provide a GitHub repo for reproducing? | 2025-03-19T05:46:24 | 2025-03-19T05:46:24 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,740,826,918 | 13,077 | cscxj | It is OK to create in the same block. see: [playground](https://play.vuejs.org/#eNqFU01v2zAM/SucLk7Rxh6wnTIn2FYU2Hboim23aYfUphO1tiToIw1g+L+PlJPUQ4vsYMPie3ziI+lefLI230UUC1H6yikbwGOIdiW16qxxAXrYwgCNMx1kRMw+TBCHzT+Y1EUBB/TW1HiA8oIPfA0xpK6M9gEqE3VAB0tWmb29eEa+YNsais8uYLmCXmogSohOQ5YgEhmY3URdBWU0VA7XAfkOSpnyt7OUQNqUUBajQbJG... | 2025-03-20T15:19:30 | 2025-03-20T15:26:09 | {} | NONE |
vuejs | core | 2,743,187,255 | 13,084 | edison1105 | Thanks for the PR. Those two files will be removed in v3.6. see https://github.com/vuejs/core/commit/cd93dad4d97971d30e89924387c2378e8bc43c70 | 2025-03-21T12:09:45 | 2025-03-21T12:09:45 | {
"heart": 1
} | MEMBER |
vuejs | core | 2,746,580,239 | 13,093 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------- | -------------------- | -------------------- |
| runtime-dom.global.prod.js | 100 kB (**-47 B**) | 38.1 kB (**+55 B**) | 34.3 kB (**+7 B**... | 2025-03-24T00:23:15 | 2025-03-24T00:23:15 | {} | NONE |
vuejs | core | 2,746,639,633 | 13,094 | Alfred-Skyblue | 只允许解构 `defineProps` | 2025-03-24T01:15:34 | 2025-03-24T01:15:34 | {} | MEMBER |
vuejs | core | 2,753,439,662 | 13,103 | jh-leong | As a workaround: [Playground](https://play.vuejs.org/#eNp9UstOwzAQ/BXLF4pUglDhUkIlHj3AARBwtFSFZpumOI5lr0OkKP/O2mkeB+Bie3fWuzNjN/xW66hywJc8tluTa1wJxRjUujTIUtglTiJrfI6xNMFkdtpHjBlAZ9QYM1bYbMlO1nVSaAmsAGuTDE56vO0O7bzbt2WhHUK6HDsgWJxt5kwbqPLS2cmw7oaypYRIltlsKLmeVhwp4T63EZEZsH6032iJzwexFCAQ3QQhSI9zRaxYdVaUKcgbwamN4Kv40wT4gT... | 2025-03-26T07:16:01 | 2025-03-26T07:44:57 | {} | MEMBER |
vuejs | core | 2,758,228,377 | 13,108 | jacekkarczmarczyk | https://vuejs.org/guide/components/props.html#props-declaration
```js
defineProps(['todoList'])
//or
defineProps({ todoList: Array })
``` | 2025-03-27T14:17:44 | 2025-03-27T14:17:44 | {
"heart": 1
} | CONTRIBUTOR |
vuejs | core | 2,734,520,846 | 5,705 | rkh | > [My workaround above](https://github.com/vuejs/core/issues/5705#issuecomment-1807232431), reset the input in `onMounted`:
>
> > I’ve resorted to setting the attribute _again_ on mount:
> > ```
> > Array.from(document.querySelectorAll('input[autocorrect]')).forEach(el => {
> > el.setAttribute('autocorrect', 'off')
... | 2025-03-18T19:39:12 | 2025-03-18T19:39:12 | {
"+1": 1
} | NONE |
vuejs | core | 2,735,027,964 | 12,605 | ozzyfromspace | @noootwo politely asking, is there an ETA for when this type fix might get merged into production? many thanks! | 2025-03-19T00:42:25 | 2025-03-19T00:42:25 | {} | NONE |
vuejs | core | 2,745,999,252 | 13,090 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ----------------- | ------------------ | ------------------- |
| runtime-dom.global.prod.js | 100 kB (**+8 B**) | 38.1 kB (**+3 B**) | 34.4 kB (**+33 B**) |
| vue.glo... | 2025-03-23T03:32:44 | 2025-03-23T12:47:01 | {} | NONE |
vuejs | core | 2,746,572,760 | 13,087 | edison1105 | a side note: In v3.4, it works as expected, and the console will have warnings. | 2025-03-24T00:13:41 | 2025-03-24T00:13:41 | {} | MEMBER |
vuejs | core | 2,585,322,015 | 12,688 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/0c99d626-9cb3-4137-ae52-e7ca0121f9f1)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@12688
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-01-11T16:18:03 | 2025-03-24T03:02:09 | {} | NONE |
vuejs | core | 2,759,903,527 | 13,109 | edison1105 | This is not a core issue. see [minimal reproduction](https://play.vuejs.org/#eNp9UcFOAjEQ/ZWmFyGB5aAnQBI1m6hRNMKxl013gGK3rZ0ubkL4d6ddF8UYbp15b6Zv3tvzG+eyXQ18zKcovXKBIYTazYRRlbM+sItsJCHb4oUwwkxHLYlgKgJUThcBqGJsiq7wH3oIpQrWz4h5UsfZI58PeEBpzUqtabM19Ps+7hBc2sopDf7FBWUNCj5mCYlYobX9fEy94GsYdH25Afn+T3+LTewJ/uoBwe9A8CMWCr+G0ML... | 2025-03-28T00:50:33 | 2025-03-28T00:50:33 | {} | MEMBER |
vuejs | core | 2,735,894,765 | 12,005 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/13943032713)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/13939225567) |
|-------|--------|----------------|
| language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/1... | 2025-03-19T09:29:41 | 2025-03-19T09:29:41 | {} | CONTRIBUTOR |
vuejs | core | 2,738,625,229 | 13,055 | edison1105 | @vonBrax PR welcome! | 2025-03-20T00:25:14 | 2025-03-20T00:25:14 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,746,675,446 | 13,094 | Justineo | Props destructuring is essentially a compile-time macro. You can think of `const { foo } = defineProps(...)` as the syntax of this macro. | 2025-03-24T01:52:50 | 2025-03-24T01:52:50 | {} | MEMBER |
vuejs | core | 2,748,020,675 | 13,099 | jh-leong | This behavior is expected. Closing as explained above. | 2025-03-24T12:47:47 | 2025-03-24T12:47:47 | {} | MEMBER |
vuejs | core | 2,757,754,816 | 13,078 | johnsoncodehk | /ecosystem-ci run | 2025-03-27T11:48:18 | 2025-03-27T11:48:18 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,758,003,122 | 13,107 | MiniDigger | how did that not show up in search... thanks! | 2025-03-27T13:14:08 | 2025-03-27T13:14:08 | {} | NONE |
vuejs | core | 2,736,954,792 | 13,073 | Kaifuny | https://vite.dev/guide/build#library-mode | 2025-03-19T14:57:14 | 2025-03-19T14:57:14 | {} | NONE |
vuejs | core | 2,746,597,260 | 13,085 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/14024661470)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/13984963124) |
|-------|--------|----------------|
| vite-plugin-vue | :white_check_mark: [success](https://github.com/vuejs/ecosystem-c... | 2025-03-24T00:41:20 | 2025-03-24T00:41:20 | {} | CONTRIBUTOR |
vuejs | core | 2,746,717,547 | 13,090 | edison1105 | We cannot skip `source = shallowReadArray(source)`, which will cause performance degradation.
I prefer #13091 | 2025-03-24T02:22:40 | 2025-03-24T02:23:12 | {} | MEMBER |
vuejs | core | 2,760,581,640 | 13,112 | jh-leong | The `Comp` you're logging is the component definition (object), not a component instance. When you `console.log` the imported component, you're seeing its static definition, not a mounted instance with runtime properties.
For HOCs, you'd typically use `expose()` within the component's `setup()` function, then access e... | 2025-03-28T08:48:34 | 2025-03-28T08:48:34 | {} | MEMBER |
vuejs | core | 2,740,456,046 | 13,076 | edison1105 | 
Only these four places are incorrect. `n1` should be the old one and the `n2` should be the new one. | 2025-03-20T13:26:35 | 2025-03-20T13:26:35 | {} | MEMBER |
vuejs | core | 2,740,731,621 | 13,077 | cscxj | > This is because the `vnode` has no instance (component).This is an undocumented usage. Maybe you should return a component. [see playground](https://play.vuejs.org/#eNp9U01v2zAM/SuELknRwh6wnTIn2FYU2Hboim23aYfUphO1tiToIw1g+L+XlGPXRYsAtiHxUU+Pj3QnvlqbHSKKlSh86ZQN4DFEu5Fatda4AB3soYfamRYWlLj4PEMc1q+wCbo1FZ7iWc4bvoNgqUujf... | 2025-03-20T14:50:14 | 2025-03-20T14:56:41 | {} | NONE |
vuejs | core | 2,746,721,905 | 13,095 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 38.1 kB | 34.3 kB |
| vue.global.prod.js | 158 kB | 58 kB | 51.6 kB |
### Usages
| Name | Size | G... | 2025-03-24T02:26:18 | 2025-03-24T02:26:18 | {} | NONE |
vuejs | core | 2,746,749,832 | 13,091 | jh-leong | /ecosystem-ci run | 2025-03-24T02:51:39 | 2025-03-24T02:51:39 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,761,864,124 | 13,079 | spatialbits | > [@spatialbits](https://github.com/spatialbits) The behaviour makes a lot of sense when you read the docs (https://vuejs.org/guide/components/v-model.html#under-the-hood), a model is just a prop and an emit. Every time you change the value in the child it does an emit and every time you read it accesses the prop, so w... | 2025-03-28T16:30:05 | 2025-03-28T16:30:05 | {} | NONE |
vuejs | core | 2,735,547,595 | 13,068 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 38.1 kB | 34.3 kB |
| vue.global.prod.js | 158 kB | 58 kB | 51.6 kB |
### Usages
| Name | Size | G... | 2025-03-19T07:06:28 | 2025-03-19T07:06:28 | {} | NONE |
vuejs | core | 2,736,411,233 | 13,072 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/c89f0683-91d5-40b1-8b26-724a5fceadd5)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13072
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-03-19T12:10:50 | 2025-03-19T13:15:40 | {} | NONE |
vuejs | core | 2,746,762,249 | 13,098 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/063c5103-e11e-45ac-a05a-73f2c979583a)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13098
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-03-24T03:03:00 | 2025-03-24T03:03:00 | {} | NONE |
vuejs | core | 2,749,695,889 | 13,078 | edison1105 | /ecosystem-ci run | 2025-03-25T00:07:50 | 2025-03-25T00:07:50 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,758,000,649 | 13,107 | edison1105 | duplicate of https://github.com/vuejs/core/issues/12852 | 2025-03-27T13:13:20 | 2025-03-27T13:13:20 | {} | MEMBER |
vuejs | core | 2,736,933,454 | 13,073 | linzhe141 | When you create a component library, you should exclude vue when building
```diff
target: "esnext",
outDir: "dist",
emptyOutDir: true,
minify: false,
+ rollupOptions: {
+ external: ["vue"],
+ },
``` | 2025-03-19T14:52:15 | 2025-03-19T14:52:15 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,741,986,100 | 13,079 | jacekkarczmarczyk | https://github.com/vuejs/core/issues?q=is%3Aissue%20state%3Aclosed%20defineModel%20nextTick | 2025-03-21T01:06:23 | 2025-03-21T01:06:23 | {} | CONTRIBUTOR |
vuejs | core | 2,743,500,414 | 13,086 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/6e281b37-ddad-45a0-8d42-ef0b60364904)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13086
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-03-21T14:14:50 | 2025-03-21T14:14:50 | {} | NONE |
vuejs | core | 2,743,664,153 | 13,083 | dariasavinova | Hi! This is expected behaviour because `preventDefault()` blocks the checkbox’s native state change.
Vue binds `:checked`, which only reflects state but doesn't control it after the initial render.
Since the browser manages checkbox toggling, preventing the default action stops it from updating.
To fix this in your c... | 2025-03-21T15:08:09 | 2025-03-21T15:08:09 | {
"+1": 1,
"heart": 1
} | NONE |
vuejs | core | 2,727,960,237 | 13,050 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/1592ba93-2593-4c4e-866b-350beea87c89)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13050
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-03-17T03:22:10 | 2025-03-24T00:23:21 | {} | NONE |
vuejs | core | 2,746,757,587 | 13,091 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/14026175256)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/13984963124) |
|-------|--------|----------------|
| pinia | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions/... | 2025-03-24T02:58:51 | 2025-03-24T02:58:51 | {} | CONTRIBUTOR |
vuejs | core | 2,746,761,474 | 13,097 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 38.1 kB | 34.3 kB |
| vue.global.prod.js | 158 kB | 58.2 kB | 51.9 kB |
### Usages
| Name | Size | G... | 2025-03-24T03:02:20 | 2025-03-24T03:02:20 | {} | NONE |
vuejs | core | 2,746,762,076 | 13,098 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 38.1 kB | 34.3 kB |
| vue.global.prod.js | 158 kB | 58.2 kB | 51.9 kB |
### Usages
| Name | Size | G... | 2025-03-24T03:02:50 | 2025-03-24T03:02:50 | {} | NONE |
vuejs | core | 2,753,577,853 | 13,103 | markieo1 | I don't think this is only a docs issue. When using TypeScript the following Type is used:
https://github.com/vuejs/core/blob/93d663a0462d37d2678f0a2198425703749950ec/packages/reactivity/src/computed.ts#L35
This type is used in the Options and Composition API. I think the type `computedGetter` should also include this... | 2025-03-26T08:26:30 | 2025-03-26T08:26:30 | {
"+1": 1
} | NONE |
vuejs | core | 2,734,495,757 | 5,705 | jasonhibbs | [My workaround above](https://github.com/vuejs/core/issues/5705#issuecomment-1807232431), reset the input in `onMounted`:
> I’ve resorted to setting the attribute _again_ on mount:
>
> ```
> Array.from(document.querySelectorAll('input[autocorrect]')).forEach(el => {
> el.setAttribute('autocorrect', 'off')
> })
> ``... | 2025-03-18T19:29:50 | 2025-03-18T19:29:50 | {
"+1": 1
} | NONE |
vuejs | core | 2,735,547,861 | 13,068 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/3233fb24-0865-4dbe-946c-032a6c148df1)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13068
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-03-19T07:06:39 | 2025-03-19T07:12:31 | {} | NONE |
vuejs | core | 2,367,741,876 | 12,005 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/5d0f5d4f-6d89-444f-a8cc-39fddab4741c)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@12005
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2024-09-23T09:56:09 | 2025-03-19T13:17:39 | {} | NONE |
vuejs | core | 2,746,583,341 | 13,085 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------ | ------------------- | ------------------- |
| runtime-dom.global.prod.js | 100 kB (**+63 B**) | 38.2 kB (**+17 B**) | 34.4 kB (**+53 B**) |
| v... | 2025-03-24T00:26:29 | 2025-03-27T09:08:10 | {} | NONE |
vuejs | core | 2,732,095,445 | 13,063 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/13918514935)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/13891908293) |
|-------|--------|----------------|
| router | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions... | 2025-03-18T08:28:12 | 2025-03-18T08:28:12 | {} | CONTRIBUTOR |
vuejs | core | 2,732,221,947 | 2,349 | imaverickk | > 无论你切换 v-if 还是切换组件,comp1 都不会被卸载,所以`unmounted`不会被触发。同时,每次切换 v-if 都会创建 1000 个独立的 div。为了消除对被分离 div 的引用,你应该在每次更新后执行以下操作:
Perhaps you have misunderstood due to an incorrect statement in the official documentation. The `unmounted` method in the directive will actually be executed after the element is removed, so there's no... | 2025-03-18T09:08:45 | 2025-03-18T09:08:45 | {} | NONE |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.