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,063,084,023 | 10,688 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/8733247870)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/8716544786) |
|-------|--------|----------------|
| language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/a... | 2024-04-18T06:19:24 | 2024-04-18T06:19:24 | {} | CONTRIBUTOR |
vuejs | core | 2,064,251,224 | 10,734 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ---------------------- | -------------------- | -------------------- |
| runtime-dom.global.prod.js | 93.8 kB (**+3.04 kB**) | 35.4 kB (**+901 B**) | 31.9 kB ... | 2024-04-18T15:31:47 | 2024-04-18T15:31:47 | {} | NONE |
vuejs | core | 2,068,038,081 | 10,537 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/8772873561)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/8748622470) |
|-------|--------|----------------|
| language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/a... | 2024-04-21T13:09:51 | 2024-04-21T13:09:51 | {} | CONTRIBUTOR |
vuejs | core | 2,071,280,292 | 10,768 | edison1105 | 
Works fine for me | 2024-04-23T02:10:48 | 2024-04-23T02:10:48 | {} | MEMBER |
vuejs | core | 2,071,321,865 | 10,769 | NathanFreeman | The Number, ReadonlyArray etc... type is not necessary for production mode. It will be ignored since the type check is skipped in production mode. Only boolean, function (if default value exists), and string (if boolean type exists) are necessary for production mode and will affect runtime behavior. | 2024-04-23T03:03:35 | 2024-04-23T03:03:35 | {
"+1": 1
} | NONE |
vuejs | core | 2,071,455,456 | 10,771 | edison1105 | Please provide a minimal reproduction.
Edit
related commit https://github.com/vuejs/core/commit/e51ca61ca060b2772e967d169548fc2f58fce6d1
 | 2024-04-23T05:45:02 | 2024-04-23T08:14:16 | {} | MEMBER |
vuejs | core | 2,069,290,341 | 10,743 | quiteeasy | [Minimal reproduction in Vue SFC playground](https://play.vuejs.org/#__SSR__eNp9Uj1PwzAQ/SvWLV1KMsBUmUqAOsAAiHb0EiWX4uLYlu2ESlX/O2en+UCCbnfvvVze3fMJHqzNuhZhBdyXTtrAPIbWroWWjTUusCfTWFY707BFlscmyhdC87zXk5KagI1VRUDqGONRliqqK9ldSsa2yoQLnA84T0Op5PlsCCwh+NLoWu6zgzea/J2iWkBJaqnQvdkgjfYCViwxkSuUMt8vCQuuxeWAl59Yfv2BH/wxYgLeHXp0... | 2024-04-22T12:37:46 | 2024-04-22T12:37:46 | {} | CONTRIBUTOR |
vuejs | core | 2,071,687,251 | 10,772 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------- | ------------------ | ------------------- |
| runtime-dom.global.prod.js | 90.7 kB (**+13 B**) | 34.5 kB (**-3 B**) | 31.1 kB (**+38 B**) |
| v... | 2024-04-23T08:10:24 | 2024-04-23T08:10:24 | {} | NONE |
vuejs | core | 2,072,012,103 | 10,773 | toyi | Thank you for your explanation, it makes sense. I think we can close this issue since there is not much that can be done to improve the DX here. | 2024-04-23T11:02:43 | 2024-04-23T11:02:43 | {} | NONE |
vuejs | core | 2,071,804,647 | 10,771 | edison1105 | please stop comment the +1, it does not help solve the problem.
Please provide a runnable reproduction. I think I've found the issue, but I still need a demo to confirm the specific scenario in which it occurs to confirm its seriousness | 2024-04-23T09:10:45 | 2024-04-23T12:43:40 | {
"+1": 2
} | MEMBER |
vuejs | core | 2,062,941,535 | 7,009 | skirtles-code | @adamjedlicka Is it still your intention to continue working on this PR? If I've understood your previous comment, it sounds like this isn't currently a valid fix. If you don't have time to work on it then should it maybe be closed? | 2024-04-18T03:52:28 | 2024-04-18T03:52:28 | {} | CONTRIBUTOR |
vuejs | core | 2,065,499,467 | 10,729 | ningwang723 | I'm updated the code to add an input element to handle the prop "modelValue" in v-model, the prop should be readonly, but it can mutate even it in none setter computed!
[Playground](https://play.vuejs.org/#eNqNVMtu2zAQ/BVCF8uIaydNT65stE19aIG0Rlr0JKBQ5JVNhyIJkvIDgv69S1Ivx06Tm8Sd5c7OzrIMPks53hUQTINIp4pKQzSYQs5jTnMplCF... | 2024-04-18T23:50:44 | 2024-04-18T23:58:59 | {} | NONE |
vuejs | core | 2,068,045,009 | 10,436 | daniluk4000 | > I don't think so. In Vue, :deep() will have an effect on the sub selector. So :global() should also maintain consistency.
> […](#)
> ---- Replied Message ---- | From | ***@***.***> | | Date | 04/20/2024 08:18 | | To | ***@***.***> | | Cc | ***@***.***>***@***.***> | | Subject | Re: [vuejs/core] feat(compiler-sfc): ... | 2024-04-21T13:32:33 | 2024-04-21T13:32:33 | {} | NONE |
vuejs | core | 2,068,323,298 | 10,436 | zh-lx | > In my opinion, the `:global` should not carry over to the child selectors.
>
> **Case 1:**
>
> ```css-scss
> :global(.foo) {
> .bar {}
> }
> ```
>
> With scss this will be translated to `:global(.foo) .bar`, which I think Vue should compile down to `.foo .bar[data-v-123]`.
>
> **Case 2:**
>
> ```... | 2024-04-22T01:28:49 | 2024-04-22T01:28:49 | {} | CONTRIBUTOR |
vuejs | core | 2,068,653,269 | 10,746 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------- | ------------------ | ------------------ |
| runtime-dom.global.prod.js | 90.7 kB (**+28 B**) | 34.5 kB (**+7 B**) | 31.1 kB (**+3 B**) |
| vue.... | 2024-04-22T07:14:14 | 2024-04-22T07:14:14 | {} | NONE |
vuejs | core | 2,071,661,697 | 10,771 | JackieCheung | +1 | 2024-04-23T07:56:21 | 2024-04-23T07:56:21 | {} | NONE |
vuejs | core | 2,072,016,675 | 10,771 | fwd001 | +1 生产有问题

| 2024-04-23T11:05:18 | 2024-04-23T11:05:18 | {} | NONE |
vuejs | core | 2,067,489,975 | 10,748 | netlify[bot] | ### <span aria-hidden="true">❌</span> Deploy Preview for *vue-next-template-explorer* failed.
| Name | Link |
|:-:|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 46f6f3b162580acd7026248ee1c5cf1ff3d6faf6 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/s... | 2024-04-20T01:13:25 | 2024-04-20T01:13:25 | {} | NONE |
vuejs | core | 2,067,613,763 | 10,691 | sawmurai | I investigated some more and created a fix locally. Unfortunately I am not able to add a test because jsdom does not yet support the imperative slot API (see this [issue](https://github.com/jsdom/jsdom/issues/3499) and this [PR](https://github.com/jsdom/jsdom/pull/3203)). I would also have to disable the test for the d... | 2024-04-20T09:15:20 | 2024-04-20T09:17:02 | {} | NONE |
vuejs | core | 2,002,284,552 | 10,537 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------- | ------------------- | ------------------- |
| runtime-dom.global.prod.js | 90.8 kB (**+70 B**) | 34.5 kB (**+29 B**) | 31.1 kB (**+30 B**) |
... | 2024-03-17T02:33:56 | 2024-04-21T12:52:43 | {} | NONE |
vuejs | core | 1,772,044,376 | 8,222 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 90.7 kB | 34.5 kB | 31.1 kB |
| vue.global.prod.js | 148 kB | 53.8 kB | 48 kB |
### Usages
| Name | Size |... | 2023-10-20T04:05:20 | 2024-04-21T13:10:42 | {} | NONE |
vuejs | core | 2,068,418,431 | 10,751 | baiwusanyu-c | /ecosystem-ci run | 2024-04-22T03:29:24 | 2024-04-22T03:29:24 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,068,423,927 | 10,751 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/8778083757)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/8748622470) |
|-------|--------|----------------|
| language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/877... | 2024-04-22T03:36:34 | 2024-04-22T03:36:34 | {} | CONTRIBUTOR |
vuejs | core | 2,063,324,043 | 10,728 | edison1105 | The fix may be a breaking change.
- If after the fix the effect of `examples1` is consistent with `examples2`, it may cause the slot fallback content that **should not be displayed on the user side to be displayed**.
- If after the fix the effect of `examples2` is consistent with `examples1`, it may cause the slot fa... | 2024-04-18T08:32:45 | 2024-04-18T08:33:58 | {
"+1": 4
} | MEMBER |
vuejs | core | 2,068,299,996 | 7,387 | skirtles-code | I don't think this fix works with production builds that have [`compilerOptions.comments`](https://vuejs.org/api/application.html#app-config-compileroptions-comments) set to `true`.
You can also see the problem if you update this branch to the latest `main` and run the Playground in `PROD` mode. It doesn't show up i... | 2024-04-22T00:54:11 | 2024-04-22T00:54:11 | {
"+1": 1
} | CONTRIBUTOR |
vuejs | core | 2,072,482,815 | 10,748 | tonliver | @edison1105 I think assuming that all comments should be removed in production mode, then there shouldn't create vnodes for comments in production mode for performance reason. However, comment vnodes are created, also removed by nodeOpt.remove method during unmounting, except for traversStaticChildren, which lacks cons... | 2024-04-23T14:31:43 | 2024-04-23T14:31:43 | {} | CONTRIBUTOR |
vuejs | core | 2,063,504,700 | 10,729 | quiteeasy | The current behavior allows mutating a prop directly in the template, which could be considered a breaking change if we were to disallow it. Given that this is an existing functionality, we should carefully consider the implications before making any changes.
I'm looking forward to the team's suggestions on the best... | 2024-04-18T10:07:20 | 2024-04-18T10:07:20 | {} | CONTRIBUTOR |
vuejs | core | 2,065,445,125 | 8,425 | skirtles-code | I think ideally we'd want to implement this in a way that doesn't need explicit support at runtime. I've suggested some possible approaches at https://github.com/vuejs/core/issues/8417#issuecomment-2065440814. | 2024-04-18T22:45:09 | 2024-04-18T22:45:09 | {} | CONTRIBUTOR |
vuejs | core | 2,067,805,695 | 10,752 | skirtles-code | The underlying problem is that the `@change` listener isn't triggered soon enough. `v-model` updates the data and the component re-renders before `onChangeEntrySize` is called. This leads to the re-render failing, because `entrySize - entry.number` is a negative number.
I've put together a shorter example to illustr... | 2024-04-20T22:40:44 | 2024-04-20T22:42:26 | {} | CONTRIBUTOR |
vuejs | core | 2,063,510,247 | 10,730 | PolanZ | // if dynamic component how to add the defined emits ? | 2024-04-18T10:10:17 | 2024-04-18T10:10:17 | {} | NONE |
vuejs | core | 2,066,127,588 | 10,729 | LinusBorg | Reative object's properties are always mutable in Vue, and always have been. When the docs speak of "props are readonly", it means you can't assign to a prop and have that change propagate to the parent:
```js
const props = defineProps({
title: String,
user: Object,
})
// this doesn't do anything, and thi... | 2024-04-19T08:52:42 | 2024-04-19T08:54:41 | {} | MEMBER |
vuejs | core | 2,067,076,531 | 10,746 | NathanFreeman | Maybe the type of ReadonlyArray should be object, I'm not quite sure. | 2024-04-19T18:19:14 | 2024-04-19T18:19:14 | {} | NONE |
vuejs | core | 2,068,036,070 | 10,537 | edison1105 | /ecosystem-ci run | 2024-04-21T13:02:39 | 2024-04-21T13:02:39 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,068,728,908 | 10,706 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------ | ------------------ | ----------------- |
| runtime-dom.global.prod.js | 90.7 kB | 34.5 kB | 31.1 kB |
| vue.global... | 2024-04-22T07:54:15 | 2024-04-22T12:41:40 | {} | NONE |
vuejs | core | 2,071,277,816 | 10,768 | POKEZHANG | The search function of the official website in other languages is available normally. | 2024-04-23T02:07:58 | 2024-04-23T02:07:58 | {} | NONE |
vuejs | core | 2,071,288,150 | 10,767 | edison1105 | I totally agree with this PR. Maybe Evan was too busy yesterday to see my PR #8222
| 2024-04-23T02:20:43 | 2024-04-23T02:20:43 | {} | MEMBER |
vuejs | core | 2,071,480,165 | 10,691 | sawmurai | Another idea would be to keep the automated assignment but update the slot names dynamically: After (or perhaps during?) rendering, check if a slot name is used more than once and make the copies of that slot name unique (the `name` attribute of the `slot` tags). Then, duplicate the slottables and assign the same uniqu... | 2024-04-23T06:09:12 | 2024-04-23T06:21:09 | {} | NONE |
vuejs | core | 2,132,975,500 | 5,630 | yyx990803 | Thank you for the PR! This might be late but we appreciate your contribution regardless.
I prefer to keep the original so that we avoid an extra call; `createTextVNode` is an exported helper to reduce bundle size because it can appear many times in generated code. | 2024-05-27T08:45:46 | 2024-05-27T08:45:59 | {} | MEMBER |
vuejs | core | 2,133,028,026 | 9,041 | yyx990803 | `children` being nullish is a relatively rare codepath so I don't think this will result in meaningful performance difference. The original code compresses better. | 2024-05-27T09:11:38 | 2024-05-27T09:11:38 | {} | MEMBER |
vuejs | core | 2,133,777,725 | 9,371 | haoqunjiang | /ecosystem-ci run | 2024-05-27T16:07:23 | 2024-05-27T16:07:23 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,135,997,162 | 9,503 | skirtles-code | The test added here looks good to me.
This test was originally written to test this code:
https://github.com/vuejs/core/blob/46d3910794adbb42be40a804178c8b09b68063c1/packages/reactivity/src/effect.ts#L142-L150
As explained in #5541, the existing tests all passed if the `for` loop was removed and replaced with ... | 2024-05-28T19:51:16 | 2024-05-28T19:51:16 | {
"+1": 1
} | CONTRIBUTOR |
vuejs | core | 2,136,964,959 | 11,023 | edison1105 | When the slot does not use style vars, should avoid changing the dom.

| 2024-05-29T09:30:04 | 2024-05-29T09:30:04 | {} | MEMBER |
vuejs | core | 2,137,264,337 | 11,023 | linzhe141 | > When the slot does not use style vars, should avoid changing the dom. 
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/9249452609) |
|-------|--------|----------------|
| language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/a... | 2024-05-27T08:09:18 | 2024-05-27T08:09:18 | {} | CONTRIBUTOR |
vuejs | core | 2,133,035,604 | 9,095 | netlify[bot] | ### <span aria-hidden="true">❌</span> Deploy Preview for *vue-sfc-playground* failed.
| Name | Link |
|:-:|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 781eaebd6c2db66460d44049fcdd8bf619913462 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vue... | 2024-05-27T09:15:40 | 2024-05-27T09:15:40 | {} | NONE |
vuejs | core | 2,133,622,289 | 6,354 | haoqunjiang | What's the use case of this feature? | 2024-05-27T14:41:40 | 2024-05-27T14:41:40 | {} | MEMBER |
vuejs | core | 2,134,996,208 | 9,270 | chengkai2022 | this problem has now resolved by vue now。anyone know how to fix it in develop project? | 2024-05-28T11:34:26 | 2024-05-28T11:34:26 | {} | NONE |
vuejs | core | 2,135,024,997 | 9,174 | skirtles-code | Looks good.
For the benefit of anyone else reviewing this...
This is testing an `if` check in `baseHandlers.ts`:
https://github.com/vuejs/core/blob/94b9b37362310c34b846a634a5365b9b2d5db937/packages/reactivity/src/baseHandlers.ts#L226-L228
Currently, all the tests will pass even if that check is changed to `... | 2024-05-28T11:50:32 | 2024-05-28T11:50:32 | {} | CONTRIBUTOR |
vuejs | core | 2,135,402,788 | 11,032 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 90.8 kB | 34.5 kB | 31.1 kB |
| vue.global.prod.js | 148 kB | 53.7 kB | 48 kB |
### Usages
| Name | Size |... | 2024-05-28T14:39:23 | 2024-05-28T14:39:23 | {} | NONE |
vuejs | core | 2,139,044,461 | 11,039 | haoqunjiang | Minimal reproduction: https://www.typescriptlang.org/play/?strictNullChecks=false&ts=5.4.5#code/C4TwDgpgBAShBmAeAKgPigXigbwLACgoioA3AQwBsBXCALimQIF8CKJgpgIBnYegOyoUKUCAA8u-ACbdYCRAEt+8CACcoANXQB+TVAFCKBAPTGoAPW1A | 2024-05-30T08:39:20 | 2024-05-30T08:48:45 | {} | MEMBER |
vuejs | core | 2,132,884,508 | 11,011 | haoqunjiang | /ecosystem-ci run | 2024-05-27T08:02:20 | 2024-05-27T08:02:20 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,133,786,776 | 9,371 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/9257679266)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/9249452609) |
|-------|--------|----------------|
| language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/a... | 2024-05-27T16:14:20 | 2024-05-27T16:14:20 | {} | CONTRIBUTOR |
vuejs | core | 2,137,493,271 | 6,765 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------ | ------------------ | ----------------- |
| runtime-dom.global.prod.js | 90.8 kB | 34.5 kB | 31.1 kB |
| vue.global... | 2024-05-29T14:01:17 | 2024-05-29T14:01:17 | {} | NONE |
vuejs | core | 2,138,789,872 | 11,038 | Joebayld | > your reproduction link crashed after opening, please check it.
Whoops. Should be fixed now. | 2024-05-30T06:40:12 | 2024-05-30T06:40:12 | {} | NONE |
vuejs | core | 2,138,856,377 | 11,036 | edison1105 | /ecosystem-ci run | 2024-05-30T07:26:23 | 2024-05-30T07:26:23 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,139,160,558 | 11,038 | edison1105 | 
@Joebayld 🤔 | 2024-05-30T09:36:21 | 2024-05-30T09:36:21 | {} | MEMBER |
vuejs | core | 2,128,003,416 | 7,218 | louiss0 | I think `v-scope` should only be allowed in conditionals and blocks.
Allowing people to use `v-scope` anywhere will only allow abuse.
For that reason Svelte doesn't allow this.

I have a playground that demonstrates w... | 2024-05-23T20:55:31 | 2024-05-23T20:55:31 | {
"-1": 2
} | NONE |
vuejs | core | 2,106,501,937 | 10,921 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 90.8 kB | 34.5 kB | 31.1 kB |
| vue.global.prod.js | 148 kB | 53.7 kB | 48 kB |
### Usages
| Name | Size |... | 2024-05-13T01:59:26 | 2024-05-24T08:42:00 | {} | NONE |
vuejs | core | 2,130,920,028 | 11,012 | edison1105 | duplicate of https://github.com/vuejs/core/issues/7285 | 2024-05-25T06:37:29 | 2024-05-25T06:37:29 | {} | MEMBER |
vuejs | core | 1,755,287,592 | 9,371 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 90.8 kB | 34.5 kB | 31.1 kB |
| vue.global.prod.js | 148 kB | 53.7 kB | 48 kB |
### Usages
| Name | Size |... | 2023-10-10T12:29:15 | 2024-05-27T16:07:30 | {} | NONE |
vuejs | core | 1,717,441,492 | 9,203 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 90.8 kB | 34.5 kB | 31.1 kB |
| vue.global.prod.js | 148 kB | 53.7 kB | 48 kB |
### Usages
| Name | Size |... | 2023-09-13T11:24:05 | 2024-05-28T08:50:33 | {} | NONE |
vuejs | core | 2,136,721,744 | 5,037 | haoqunjiang | The original issue has been fixed in the latest Vue version.
The compilation result and the types have changed quite a lot since then. I think this PR is no longer relevant. So I'm closing it. Thanks for the contribution anyway! | 2024-05-29T07:28:06 | 2024-05-29T07:28:06 | {} | MEMBER |
vuejs | core | 2,138,354,073 | 9,663 | skirtles-code | If I've understood correctly...
Currently, both of these examples would pass a comment VNode via the default slot:
```html
<MyChild>
<!-- foo -->
</MyChild>
```
```html
<MyChild>
<template v-slot>
<!-- foo -->
</template>
</MyChild>
```
Whereas this example would discard the comment and ... | 2024-05-29T22:21:04 | 2024-05-29T22:21:04 | {
"heart": 1
} | CONTRIBUTOR |
vuejs | core | 2,138,591,366 | 10,987 | yyx990803 | I think this is a breaking change as some users might use this for documentation purposes. | 2024-05-30T03:09:11 | 2024-05-30T03:09:11 | {} | MEMBER |
vuejs | core | 2,105,646,919 | 10,912 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------- | ------------------- | ------------------- |
| runtime-dom.global.prod.js | 90.8 kB (**+75 B**) | 34.5 kB (**+21 B**) | 31.1 kB (**+26 B**) |
... | 2024-05-11T09:07:46 | 2024-05-24T01:26:49 | {} | NONE |
vuejs | core | 2,128,349,873 | 7,218 | louiss0 | > @louiss0 the current behavior aligns with https://github.com/vuejs/petite-vue#usage There may still be changes before the merge.
Please consider doing this change there is no point in being able to declare variables in the template with random tags. It makes code soo confusing! | 2024-05-24T02:00:28 | 2024-05-24T02:00:28 | {
"-1": 2
} | NONE |
vuejs | core | 2,137,636,289 | 6,765 | godxiaoji | > I commented on this previously, but that comment has been incorrectly marked as resolved.
>
> I believe this PR still needs a test adding. The test that has been included doesn't seem to be related to the change.
I have submitted a new test, please review it again. | 2024-05-29T15:02:05 | 2024-05-29T15:02:05 | {} | CONTRIBUTOR |
vuejs | core | 2,138,782,469 | 11,038 | edison1105 | your reproduction link crashed after opening, please check it. | 2024-05-30T06:34:31 | 2024-05-30T06:34:31 | {} | MEMBER |
vuejs | core | 2,128,428,247 | 7,218 | mon-jai | @louiss0 That could be a replacement for `computed` variables, but the variable is declared close to where it is used to improve readability. | 2024-05-24T03:06:02 | 2024-05-24T03:06:02 | {
"+1": 2
} | NONE |
vuejs | core | 1,696,863,830 | 9,069 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ---------------------- | ---------------------- | -------------------- |
| runtime-dom.global.prod.js | 94.1 kB (**+3.29 kB**) | 35.5 kB (**+1.02 kB**) | 32... | 2023-08-29T06:46:13 | 2024-05-27T09:15:03 | {} | NONE |
vuejs | core | 2,138,587,816 | 11,036 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/9296270402)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/9280497438) |
|-------|--------|----------------|
| language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/a... | 2024-05-30T03:04:59 | 2024-05-30T03:04:59 | {} | CONTRIBUTOR |
vuejs | core | 2,127,683,977 | 10,930 | haoqunjiang | Closing in favor of https://github.com/vuejs/core/pull/10989 | 2024-05-23T17:21:05 | 2024-05-23T17:21:05 | {} | MEMBER |
vuejs | core | 2,128,320,764 | 7,218 | edison1105 | @louiss0
the current behavior aligns with https://github.com/vuejs/petite-vue#usage
There may still be changes before the merge. | 2024-05-24T01:32:34 | 2024-05-24T01:32:34 | {} | MEMBER |
vuejs | core | 2,130,935,104 | 11,011 | sxzz | Re-ran and passed now | 2024-05-25T06:43:02 | 2024-05-25T06:43:02 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,132,243,582 | 11,016 | eugritz | @LinusBorg okay, but why does `@click="btnClick(n)"` causes all refs to set again, but `@click="btnClick(1)"` doesn't? In both cases there are state changes | 2024-05-26T14:32:05 | 2024-05-26T14:32:18 | {} | NONE |
vuejs | core | 2,135,483,613 | 7,167 | haoqunjiang | Closing now that the original issue has been fixed by #5912 | 2024-05-28T15:13:24 | 2024-05-28T15:13:24 | {} | MEMBER |
vuejs | core | 2,136,563,157 | 11,034 | edison1105 | I think this is expected behavior, as explained by @skirtles-code
Thanks @Shyam-Chen for the workaround. | 2024-05-29T05:46:41 | 2024-05-29T05:46:41 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,137,022,008 | 10,456 | haoqunjiang | I don't think it's necessary to add this check given our current repository setup. It could create more work for the Vue.js maintainers without providing clear benefits for us. Plus, future maintainers might not even understand the purpose of these lines.
Since you're making Vue a submodule of your project, I believ... | 2024-05-29T09:58:15 | 2024-05-29T09:58:15 | {} | MEMBER |
vuejs | core | 2,137,110,318 | 11,036 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 90.8 kB | 34.5 kB | 31.1 kB |
| vue.global.prod.js | 148 kB | 53.7 kB | 48 kB |
### Usages
| Name | Size |... | 2024-05-29T10:45:08 | 2024-05-29T10:45:08 | {} | NONE |
vuejs | core | 2,137,652,435 | 6,773 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------- | ------------------- | ------------------ |
| runtime-dom.global.prod.js | 90.8 kB (**-31 B**) | 34.5 kB (**-20 B**) | 31.1 kB (**-6 B**) |
| v... | 2024-05-29T15:08:56 | 2024-05-29T15:08:56 | {} | NONE |
vuejs | core | 2,137,729,844 | 7,872 | skirtles-code | I think there's a problem here with merging arrays of listeners. e.g.:
- [Playground](<https://deploy-preview-7872--vue-sfc-playground.netlify.app/#eNqNUstOwzAQ/BXLl1CpJIfeqlABVQ8g8RBw9CVxt6lbx7b8KEVV/p110oYioorb7sysPevxgd4Zk+4C0CnNHbfCeOLABzNjStRGW0+evuZrIZdkZXVNkjQ79nEoYYqpVVDcC61IcTUiB6YI4Vo5LSGVurpKimTEVPNLWA4Ky... | 2024-05-29T15:44:55 | 2024-05-29T15:44:55 | {
"heart": 1
} | CONTRIBUTOR |
vuejs | core | 2,138,187,885 | 7,998 | skirtles-code | If it helps anyone trying to review this, here's a reproduction of the original problem:
- [Playground - `main`](<https://play.vuejs.org/#eNqtUjtPwzAQ/isng5REqrLAFImhRR3o0CLKhhlM4jQuiW35UYqq/nfODkkrBJ2QMvge+R53dyAdEzLfWlIQ0WllHBygNJw5PtV6Ag0coTaqg2TneUIllaWS1sG96vQU7uBAJYDhsuImzfooxM4bCYv1aplbZ4TciPozdY2w+bU2Stss9B2... | 2024-05-29T20:13:22 | 2024-05-29T20:13:22 | {
"eyes": 1
} | CONTRIBUTOR |
vuejs | core | 2,138,582,783 | 11,036 | yyx990803 | /ecosystem-ci run | 2024-05-30T02:58:31 | 2024-05-30T02:58:31 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,127,939,265 | 7,218 | louiss0 | I'm glad this feature is coming | 2024-05-23T20:10:07 | 2024-05-23T20:10:07 | {} | NONE |
vuejs | core | 2,128,317,097 | 10,912 | edison1105 | /ecosystem-ci run | 2024-05-24T01:28:00 | 2024-05-24T01:28:00 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,128,323,088 | 10,912 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/9217237882)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/9185588596) |
|-------|--------|----------------|
| language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/a... | 2024-05-24T01:35:18 | 2024-05-24T01:35:18 | {} | CONTRIBUTOR |
vuejs | core | 2,136,745,142 | 6,577 | haoqunjiang | Closing as #8558 has been merged. | 2024-05-29T07:40:36 | 2024-05-29T07:40:36 | {} | MEMBER |
vuejs | core | 2,138,570,844 | 9,818 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 90.8 kB | 34.5 kB | 31.1 kB |
| vue.global.prod.js | 148 kB | 53.7 kB | 48 kB |
### Usages
| Name | Size |... | 2024-05-30T02:43:05 | 2024-05-30T02:50:34 | {} | NONE |
vuejs | core | 2,128,028,841 | 8,072 | jonysk | any updates or plans to resolve this issue? | 2024-05-23T21:12:55 | 2024-05-23T21:12:55 | {} | NONE |
vuejs | core | 2,132,149,201 | 11,016 | LinusBorg | That's expected behaviour. Any state. change will update the whole template, and in that process, all refs are set again.
You can use v-memo to optimize update behaviour in v-for loops.
And you can use lifecycle hooks to reset the array in `beforeUpdate` | 2024-05-26T09:19:19 | 2024-05-26T09:19:19 | {} | MEMBER |
vuejs | core | 2,133,120,424 | 9,417 | yyx990803 | Closing as #9416 is indeed a type issue. | 2024-05-27T09:58:55 | 2024-05-27T09:58:55 | {} | MEMBER |
vuejs | core | 2,138,188,031 | 7,678 | luckydonald | Soon?
| 2024-05-29T20:13:28 | 2024-05-29T20:13:43 | {} | NONE |
vuejs | core | 2,138,521,117 | 7,872 | edison1105 | /ecosystem-ci run | 2024-05-30T01:44:20 | 2024-05-30T01:44:20 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,138,590,054 | 11,036 | yyx990803 | From ecosystem-ci this PR seems to break VueUse's dts build: https://github.com/vuejs/ecosystem-ci/actions/runs/9296270402/job/25584547935#step:7:77 | 2024-05-30T03:07:39 | 2024-05-30T03:07:39 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,138,814,695 | 11,036 | jh-leong | > From ecosystem-ci this PR seems to break VueUse's dts build: [vuejs/ecosystem-ci/actions/runs/9296270402/job/25584547935#step:7:77](https://github.com/vuejs/ecosystem-ci/actions/runs/9296270402/job/25584547935#step:7:77)
Fixed now, could you please rerun the ecosystem CI? Thanks :) | 2024-05-30T06:59:12 | 2024-05-30T06:59:12 | {} | MEMBER |
vuejs | core | 2,138,866,615 | 11,036 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/9298689211)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/9280497438) |
|-------|--------|----------------|
| language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/a... | 2024-05-30T07:33:03 | 2024-05-30T07:33:03 | {} | CONTRIBUTOR |
vuejs | core | 2,139,083,668 | 11,039 | haoqunjiang | I'm afraid this will be a wontfix for us.
The root problem is that the conditional type `null extends ShallowRef<infer V> ? V : null` evaluates to different results when `strictNullChecks` is on/off.
Because [without `strictNullChecks`, `null` is assignable to anything](https://github.com/microsoft/TypeScript/pull/... | 2024-05-30T08:57:28 | 2024-05-30T08:57:28 | {} | MEMBER |
vuejs | core | 2,129,106,997 | 11,008 | L0st1 | I tried `3.4.27 latest` and `3.3.13`, but did not find any errors. I guess the problem is in `asyncComps1` or `asyncComps2`
```vue
<template>
<Suspense>
<component
:is="components.component"
v-if="components.visible"
v-model="components.visible"
v-bind="components.binding"
>... | 2024-05-24T09:49:19 | 2024-05-24T09:51:00 | {} | NONE |
vuejs | core | 2,132,448,439 | 11,021 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 90.8 kB | 34.5 kB | 31.1 kB |
| vue.global.prod.js | 148 kB | 53.7 kB | 48 kB |
### Usages
| Name | Size |... | 2024-05-27T00:15:36 | 2024-05-27T00:15:36 | {} | NONE |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.