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
1,905,682,394
10,189
Doctor-wu
I agree with *warn users when they are using reactivity in a problematic / incorrect way*, that is a good point. In fact, [I was confused with *The `computed` keep dirty after their evaluation* too](https://github.com/vuejs/core/pull/10123/files/58c8ddfb5c66d93f93b6408b977ca32058c626df#diff-8b6371f1cba1a1d8399a63136...
2024-01-23T09:51:53
2024-01-23T10:02:20
{}
MEMBER
vuejs
core
1,903,649,541
10,181
yyx990803
`<noscript>` tags should be placed **outside** of the elements expected to be controlled by Vue.
2024-01-22T10:05:27
2024-01-22T10:05:27
{}
MEMBER
vuejs
core
1,904,301,759
9,866
elizatlawy
In which version this is deployed?
2024-01-22T15:55:49
2024-01-22T15:55:49
{}
NONE
vuejs
core
1,904,360,711
10,185
basvanmeurs
I agree that the computed is dirty immediately after getting it. And I did notice the dirtyLevel still being on 2. But this did usually lead to a re-evaluation when accessing it. But these are just internals. A computed should always produce the latest valid value, and trigger its dependencies whenever it change...
2024-01-22T16:25:42
2024-01-22T16:26:45
{}
CONTRIBUTOR
vuejs
core
1,904,418,354
10,185
Doctor-wu
> Or alternative solution: re evaluate computeds until they end up not dirty. This might be a solution, didn't know if it would impact other behaviors out of our expected. Maybe we can do it in the DEV env and throw an error when there exceeds the limit if it doesn't impact a lot.
2024-01-22T16:56:35
2024-01-22T17:16:49
{}
MEMBER
vuejs
core
1,907,690,394
10,200
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | ------------------- | -------------------- | | runtime-dom.global.prod.js | 90.2 kB (**-17 B**) | 34.3 kB (**-11 B**) | 30.9 kB (**-5 B**) ...
2024-01-24T09:07:40
2024-01-24T09:07:40
{}
NONE
vuejs
core
1,904,136,359
10,161
Doctor-wu
After `reset --hard` and `merge main` again, test passed.
2024-01-22T14:36:25
2024-01-26T01:51:59
{}
MEMBER
vuejs
core
1,784,340,231
9,502
netlify[bot]
### <span aria-hidden="true">❌</span> Deploy Preview for *vue-sfc-playground* failed. | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | dd7499a27f6f839cfc68cf9b9ca932bad319d632 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vue...
2023-10-30T01:32:33
2024-01-27T17:14:31
{}
NONE
vuejs
core
1,913,818,451
10,154
yyx990803
The setup works with Node 18.
2024-01-29T01:38:19
2024-01-29T01:38:19
{}
MEMBER
vuejs
core
1,904,054,012
10,184
ferferga
I can confirm that this fixes the issue in my app Context: https://github.com/vuejs/core/issues/10098#issuecomment-1898871760
2024-01-22T13:55:17
2024-01-22T13:55:17
{}
CONTRIBUTOR
vuejs
core
1,904,105,325
10,161
Doctor-wu
Can anyone help with this 😢, I have no idea of the e2e test.
2024-01-22T14:21:32
2024-01-22T14:37:51
{}
MEMBER
vuejs
core
1,904,415,797
10,185
Doctor-wu
What I really want to referred about Evan's explaination is this > I think this might be better off in the long run that the new behavior is revealing problematic / incorrect usage of computed and force users to move away from such patterns.
2024-01-22T16:55:14
2024-01-22T17:16:40
{}
MEMBER
vuejs
core
1,904,730,105
10,185
basvanmeurs
Thanks @Doctor-wu You made me realize that this is an anti-pattern in my code. But it would be nice if we could support recursive triggering and fix this one. The reactivity refactoring in 3.4 could actually work in favor of this. If a computed retriggers itself we now have the chance to immediately re-evaluate ...
2024-01-22T20:12:14
2024-01-22T20:12:14
{ "heart": 1 }
CONTRIBUTOR
vuejs
core
1,903,949,042
10,167
juliusmarminge
@pikax I updated the example to be a more minimal version of what we have: https://github.com/juliusmarminge/vue-repro/blob/main/src/Component.tsx
2024-01-22T12:54:12
2024-01-22T12:54:12
{}
NONE
vuejs
core
1,904,290,117
10,185
basvanmeurs
Thanks but I think that the refered issue (and explanation) refers to returning an object. `test` returned value changes from `"no"` to `"yes"`, which are both primitive values. I think that this *is* a regression caused by multiple levels of reactivity and tracking/triggering from within the same computed. Note ...
2024-01-22T15:49:52
2024-01-22T15:52:43
{ "+1": 1 }
CONTRIBUTOR
vuejs
core
1,905,145,554
10,187
johnsoncodehk
/ecosystem-ci run
2024-01-23T01:48:53
2024-01-23T01:48:53
{ "+1": 1 }
MEMBER
vuejs
core
1,906,828,307
10,194
LinusBorg
Cuplrit: https://github.com/vuejs/core/blob/f1068fc60ca511f68ff0aaedcc18b39124791d29/packages/runtime-dom/src/directives/vModel.ts#L242-L245 `value` and `oldValue` are the same array. So that fastpath doesn't work on mutations to the select array. It doesn't cause a problem when selecting an item in the select it...
2024-01-23T20:00:11
2024-01-23T20:01:17
{ "+1": 1 }
MEMBER
vuejs
core
1,903,998,558
10,167
juliusmarminge
Recorded a little demo explaining what I want and think is incorrect: https://cln.sh/gNQWrDM4
2024-01-22T13:23:25
2024-01-22T13:23:25
{}
NONE
vuejs
core
1,905,152,970
10,187
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/7619888636) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/7606675100) | |-------|--------|----------------| | language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/a...
2024-01-23T01:56:17
2024-01-23T01:56:17
{}
CONTRIBUTOR
vuejs
core
1,907,046,767
4,314
padcom
@LukeBridges You _might_ give the [@padcom/vue3-ce-noshadow](https://www.npmjs.com/package/@padcom/vue3-ce-noshadow) package a try. It is a hacked version of the `defineCustomElement` that allows you to create webcomponents that don't have the shadow DOM. The implementation is taken from someone's branch who tried d...
2024-01-23T22:46:56
2024-01-23T22:46:56
{ "+1": 3 }
CONTRIBUTOR
vuejs
core
1,910,564,642
10,209
yangxiuxiu1115
Looks like a playground bug. can it be reproduced in non-playground ? I didn't reproduce it in nuxt.
2024-01-25T16:32:10
2024-01-25T16:33:32
{}
CONTRIBUTOR
vuejs
core
1,913,634,185
10,225
haoqunjiang
Duplicate of https://github.com/vuejs/core/issues/10054 Fixed in https://github.com/vuejs/core/commit/d60a57542bbf5d28ecf68fb493e0e93fbd36d27d Available since 3.4.8 https://unpkg.com/browse/vue@3.4.15/dist/vue.esm-browser.prod.js
2024-01-28T15:28:02
2024-01-28T15:28:02
{ "+1": 1 }
MEMBER
vuejs
core
1,913,815,728
10,118
yyx990803
Closing as stale due to lack of information to follow up on. Please open a new issue if a reproduction can be provided.
2024-01-29T01:34:22
2024-01-29T01:34:22
{}
MEMBER
vuejs
core
1,903,782,498
10,167
juliusmarminge
No so the reasoninh here is that you generate the component with your router type, and then you can use it and the runtime endpoint makes the rest inferrable we do this in the nuxt module: https://github.com/pingdotgg/uploadthing/blob/Mr0Bread/nuxt-support/packages/nuxt/src/runtime/components/button.ts https://gi...
2024-01-22T11:12:47
2024-01-22T11:33:44
{}
NONE
vuejs
core
1,904,331,672
10,185
Doctor-wu
I got you now, sry for my misunderstanding. But I still think this is the desirable behavior. ![CleanShot 2024-01-23 at 00 06 15@2x](https://github.com/vuejs/core/assets/44631608/6158f21c-e2e8-4c47-bd5d-3919e74619a1) There's a similar test case in this @johnsoncodehk's [PR](https://github.com/vuejs/core/pull/10123/fi...
2024-01-22T16:10:45
2024-01-22T16:20:57
{}
MEMBER
vuejs
core
1,905,161,540
10,187
Doctor-wu
```typescript it('should trigger effect even computed already maybe dirty', () => { const fnSpy = vi.fn() const v = ref(0) const c1 = computed(() => { if (v.value === 0) { v.value = 1 } return 'foo' }) const c2 = computed(() => c1.value) effect(() => { ...
2024-01-23T02:06:21
2024-01-23T02:07:24
{ "heart": 2 }
MEMBER
vuejs
core
1,910,206,785
10,203
yangxiuxiu1115
Fixed ref references to map in ad27473, so you can no longer use `Ref<Map(string, T)>` as before.
2024-01-25T13:19:01
2024-01-25T13:19:01
{}
CONTRIBUTOR
vuejs
core
1,910,293,227
7,787
YohannParis
Having `bubbles` support would make working with Vue easier. The idea of creating a bus to communicate between children and parents is overkill when this has been already solved in JS.
2024-01-25T14:10:55
2024-01-25T14:10:55
{}
NONE
vuejs
core
1,911,406,780
10,210
fm353488931
> The reproduction link doesn't reproduce the issue. Please provide a repo that actually allows us to reproduce the issue. https://github.com/fm353488931/reproduce10210 <img width="859" alt="image" src="https://github.com/vuejs/core/assets/37974705/cb83a3d9-d171-42f2-921a-1ffda30e0c5e">
2024-01-26T03:35:01
2024-01-26T03:35:01
{ "+1": 1 }
NONE
vuejs
core
1,913,816,140
10,148
yyx990803
Closing as stale due to lack of information to follow up on. Please open a new issue if a reproduction can be provided.
2024-01-29T01:35:01
2024-01-29T01:35:01
{}
MEMBER
vuejs
core
1,913,816,231
10,228
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 90.2 kB | 34.4 kB | 30.9 kB | | vue.global.prod.js | 147 kB | 53.6 kB | 47.8 kB | ### Usages | Name | Size |...
2024-01-29T01:35:09
2024-01-29T01:35:09
{}
NONE
vuejs
core
1,903,963,724
10,184
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | ------------------ | ------------------- | | runtime-dom.global.prod.js | 90.2 kB (**+29 B**) | 34.4 kB (**+3 B**) | 31 kB (**+13 B**) | | v...
2024-01-22T13:02:31
2024-01-22T13:02:31
{}
NONE
vuejs
core
1,904,410,048
10,185
basvanmeurs
Or alternative solution: re evaluate computeds until they end up not dirty.
2024-01-22T16:52:07
2024-01-22T16:52:07
{}
CONTRIBUTOR
vuejs
core
1,904,411,232
10,185
Doctor-wu
Above all the discussions between us are based on one thing **you are not supposed to trigger some effects in `computed`** which is explicitly documented as a bad practice: https://vuejs.org/guide/essentials/computed.html#getters-should-be-side-effect-free In theoretical perspective, your words make great sense. And i...
2024-01-22T16:52:45
2024-01-22T17:16:32
{}
MEMBER
vuejs
core
1,905,250,343
10,187
johnsoncodehk
/ecosystem-ci run
2024-01-23T03:56:43
2024-01-23T03:56:43
{ "+1": 1 }
MEMBER
vuejs
core
1,905,347,817
10,184
edison1105
/ecosystem-ci run
2024-01-23T06:04:27
2024-01-23T06:04:27
{ "+1": 1 }
MEMBER
vuejs
core
1,913,171,373
10,214
Doctor-wu
@johnsoncodehk I think this is also a question about the `computed` trigger their deps while getting the effect's value. However, `computed` will not cause a maximum recursion issue since `computed` values are lazily calculated, and they are only marked as MaybeDirty. It might be more reasonable if `computed`, `render`...
2024-01-27T14:20:26
2024-01-27T14:20:53
{}
MEMBER
vuejs
core
2,314,920,948
11,731
linzhe141
> the cause is here > > https://github.com/vuejs/core/blob/741d8a0710e08c925da2511ce764aa87c4a291d9/packages/compiler-core/src/transforms/transformElement.ts#L345-In this case, throwing an error might be more reasonable?
2024-08-28T10:21:36
2024-08-28T10:21:36
{}
MEMBER
vuejs
core
2,314,319,024
11,728
pkg-pr-new[bot]
_commit: <a href="https://github.com/vuejs/core/runs/29398519369"><code>551ac25</code></a>_ <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@11728 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https:/...
2024-08-28T05:00:48
2024-08-29T01:13:07
{}
NONE
vuejs
core
2,317,307,171
11,733
Kanade-Lu
I get the same result(v2.0.28) in `Vue - Official` v2.1.2 ![image](https://github.com/user-attachments/assets/6e8f1e53-831b-428a-905a-83b2dcc840b4) ![image](https://github.com/user-attachments/assets/81416f90-5c6e-4150-aa08-92c8609e0b5f) ![image](https://github.com/user-attachments/assets/2fbaecac-d87a-4770-92be-2...
2024-08-29T10:49:43
2024-08-29T10:49:43
{}
NONE
vuejs
core
2,306,997,824
11,699
pkg-pr-new[bot]
_commit: <a href="https://github.com/vuejs/core/runs/29456403932"><code>f1bc285</code></a>_ <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@11699 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https:/...
2024-08-23T12:32:39
2024-08-30T02:32:06
{}
NONE
vuejs
core
2,320,278,062
11,745
edison1105
duplicate of #11273
2024-08-30T07:03:21
2024-08-30T07:03:21
{}
MEMBER
vuejs
core
2,320,331,204
11,319
edison1105
/ecosystem-ci run
2024-08-30T07:27:04
2024-08-30T07:27:04
{ "+1": 1 }
MEMBER
vuejs
core
2,321,162,997
11,738
bosens-China
> You can set a breakpoint here. When the key is title, activeEffect is undefined, so no dependencies are tracked. This happens because activeEffect is still within the context of the main application, not the iframe. This might occur because props are passed from the parent window, and when accessing props.value.title...
2024-08-30T12:55:29
2024-08-30T12:55:29
{}
NONE
vuejs
core
2,322,744,597
11,760
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------------------ | ------------------- | | runtime-dom.global.prod.js | 100 kB | 37.7 kB (**-3 B**) | 33.9 kB (**-41 B**) | | vue.global.prod.js | 159 kB | 57...
2024-08-31T03:05:46
2024-08-31T03:25:20
{}
NONE
vuejs
core
2,312,328,289
11,722
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 100 kB | 37.7 kB | 33.9 kB | | vue.global.prod.js | 159 kB | 57.5 kB | 51.1 kB | ### Usages | Name | Size | Gzi...
2024-08-27T11:40:31
2024-08-29T07:31:30
{}
NONE
vuejs
core
2,216,274,768
11,319
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | ------------------- | -------------------- | | runtime-dom.global.prod.js | 100 kB | 37.7 kB | 33.9 kB ...
2024-07-09T02:22:20
2024-08-30T07:04:39
{}
NONE
vuejs
core
2,316,589,461
11,738
bosens-China
![image](https://github.com/user-attachments/assets/73649c04-bf9d-4cbe-9c73-bcac5e3ee1ab)
2024-08-29T02:23:06
2024-08-29T02:23:06
{}
NONE
vuejs
core
2,316,881,134
6,238
edison1105
This PR seems to be the proper fix. Could you please resolve the conflicts?
2024-08-29T07:16:17
2024-08-29T07:16:17
{ "+1": 1 }
MEMBER
vuejs
core
2,317,015,632
11,731
linzhe141
> Consider [this scenario](https://play.vuejs.org/#__PROD__eNqlUj1PwzAQ/SuWGbJUiSqYQqhEUQcYAAGjlyi5FhfHtvxRKkX57/ijLgmFLky27717d+d3Pb6VMt9ZwCWudKOoNEiDsXJBOO2kUAbdiU4u0VqJDmV5EV4+IbueMCaEhBNeFVHUyVUGOslqA+6OUBWEwtU9EoQuWljXlpkbgvuoOxB8YB2SFn3vj2GoQq0kUUzlY6O+7BjAM2x0I/iabvKtFtxN3Xs6wY2jUwbqSRoquCa4RAHxWM2Y+HwIMaMszFK8e...
2024-08-29T08:29:47
2024-08-29T08:30:09
{}
MEMBER
vuejs
core
2,318,037,275
6,238
zhangzhonghe
> Thanks for your PR, but I think the #7387 way is better because the code it adds can be removed in production mode. @qmhc I'm very sorry, I realized I was wrong. The #7387 is only valid in the development environment, it is not valid in the production environment. Maybe you're right.
2024-08-29T15:12:16
2024-08-29T15:12:16
{ "heart": 1 }
MEMBER
vuejs
core
2,318,546,987
7,754
Official-ObiTech
// Validate and update positions after DOM update// Object.entries(itemRefs.value).forEach(([r, i], index) => { if (i && i.style) { el.style.transform = `translateY(${index * 20}px)` console.log(`Updated position for item ${item}: ${el.style.transform}`) }
2024-08-29T18:14:24
2024-08-29T18:14:24
{}
NONE
vuejs
core
2,320,390,130
11,671
AloisH
Should I close the issue ?
2024-08-30T07:51:39
2024-08-30T07:51:39
{}
NONE
vuejs
core
2,320,447,446
11,745
plehnen
@edison1105 I just want to point out that it works perfectly fine without the same name shorthand syntax. As soon as I write `:link-collection="linkCollection"` it gets exported: ![image](https://github.com/user-attachments/assets/31086c00-5000-4302-8d67-2f18dc98accf) EDIT: And only if the property is written in "...
2024-08-30T08:15:28
2024-08-30T08:19:24
{ "+1": 1 }
NONE
vuejs
core
2,309,168,530
11,710
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 99.1 kB | 37.5 kB | 33.8 kB | | vue.global.prod.js | 157 kB | 57.3 kB | 51 kB | ### Usages | Name | Size |...
2024-08-26T02:15:16
2024-08-28T09:55:25
{}
NONE
vuejs
core
2,309,213,373
11,714
pkg-pr-new[bot]
_commit: <a href="https://github.com/vuejs/core/runs/29358107417"><code>86f347f</code></a>_ <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@11714 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https:/...
2024-08-26T03:08:36
2024-08-28T09:58:20
{}
NONE
vuejs
core
2,306,349,625
5,717
pkg-pr-new[bot]
_commit: <a href="https://github.com/vuejs/core/runs/29397923972"><code>13eb5d1</code></a>_ <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@5717 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https://...
2024-08-23T05:59:56
2024-08-29T00:49:40
{}
NONE
vuejs
core
2,316,603,397
11,735
edison1105
> > a side note: this only happens in DEV. > > This _could_ be correct; however, I’m not 100% sure. With a more complicated example, I see some properties are totally omitted; it’s not just the difference in slashes I've made a PR to fix this issue. You can try using [these temporary packages](https://github.com/...
2024-08-29T02:38:12
2024-08-29T02:38:12
{}
MEMBER
vuejs
core
2,316,622,988
11,733
jh-leong
It looks like this error is related to the `strict` option in `tsconfig.json`: - In `Vue - Official` v2.0.28: - `"strict": false` results in `groupDetail` having an `unknown` type. - `"strict": true` allows typing to work correctly. - In `Vue - Official` v2.1.0: - `groupDetail` gets an `any` type regardles...
2024-08-29T03:02:22
2024-08-29T03:02:42
{ "+1": 2 }
MEMBER
vuejs
core
2,317,248,173
11,745
plehnen
@jh-leong fixed. Sorry for that. But as I said: it wasn't really possible to re-create it there. Even locally I sometimes need to restart vitest to see the bug.
2024-08-29T10:18:22
2024-08-29T10:18:22
{}
NONE
vuejs
core
2,298,361,367
11,669
pkg-pr-new[bot]
_commit: <a href="https://github.com/vuejs/core/runs/29456409698"><code>5f8124d</code></a>_ <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@11669 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https:/...
2024-08-20T09:08:34
2024-08-30T02:32:21
{}
NONE
vuejs
core
2,320,122,610
11,748
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 100 kB | 37.7 kB | 33.9 kB | | vue.global.prod.js | 159 kB | 57.5 kB | 51.1 kB | ### Usages | Name | Size | Gzi...
2024-08-30T05:41:40
2024-08-30T05:41:40
{}
NONE
vuejs
core
2,320,237,723
11,745
sunil-sharma-999
[Reproduction Link](https://play.vuejs.org/#eNqFU01v2zAM/SuETh3QOUC6w+C5Bbqih+2wFdtu0zC4Dp2olSVBorMMhv/7SDkfXfp1k8hH6pHvaVCXIRTrHlWpqtREEwgSUh/A1m55rhUlrS600850wUeCK98FaKPvQKtiJjep1urDHjGANe7+yluLDRnvYDzgCRMV0lI6Nt4lOgLP4fwool01m4hlGhVhF2xNyDeAKtMppeJtc3jxODCH5Duklckj3dpaK5hxg4oJbbupUx6VGbVmWdwl73gfg7ygVcNPGIvxa5BWzL2E...
2024-08-30T06:43:56
2024-08-30T06:43:56
{ "+1": 1 }
CONTRIBUTOR
vuejs
core
2,320,290,983
11,675
xieyuschen
Hi @edison1105 , could I know is it possible to include this fix in `v3.5.0-rc.2`? I saw we have just released the [v3.5.0-rc.1](https://github.com/vuejs/core/commit/d298c431cc422b53cf4e9c69bf1daf926c33b6e0).
2024-08-30T07:09:04
2024-08-30T07:09:04
{}
NONE
vuejs
core
2,320,389,700
11,671
AloisH
Thanks!
2024-08-30T07:51:28
2024-08-30T07:51:28
{}
NONE
vuejs
core
2,323,074,489
11,764
LinusBorg
:exclude="['AboutView']"` works fine when I run your project: State in the about route is reset, state in the other two is kept ![Kapture 2024-09-01 at 01 48 56](https://github.com/user-attachments/assets/de4e243e-971b-4acf-b99b-93cd600f44a8)
2024-08-31T23:50:04
2024-08-31T23:50:04
{}
MEMBER
vuejs
core
2,315,200,893
11,731
edison1105
> > the cause is here > > [`741d8a0`/packages/compiler-core/src/transforms/transformElement.ts#L345-In](https://github.com/vuejs/core/blob/741d8a0710e08c925da2511ce764aa87c4a291d9/packages/compiler-core/src/transforms/transformElement.ts#L345-In) > > this case, throwing an error might be more reasonable? I think...
2024-08-28T12:34:31
2024-08-28T12:34:31
{}
MEMBER
vuejs
core
2,316,481,795
11,724
Procrustes5
I want to contribute to this issue. But before that, is it correct that to solve this problem, we still need to set a key when using v-if, and the goal is to not expose that key as a prop of the slot?
2024-08-29T00:26:44
2024-08-29T00:26:44
{ "+1": 1 }
CONTRIBUTOR
vuejs
core
2,312,328,589
11,722
pkg-pr-new[bot]
_commit: <a href="https://github.com/vuejs/core/runs/29408632940"><code>ca9ff3a</code></a>_ <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@11722 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https:/...
2024-08-27T11:40:40
2024-08-29T07:31:43
{}
NONE
vuejs
core
2,320,341,423
11,750
edison1105
duplicate of https://github.com/vuejs/core/issues/7391
2024-08-30T07:31:28
2024-08-30T07:32:51
{}
MEMBER
vuejs
core
2,322,755,896
11,761
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | -------------------- | ------------------- | ------------------- | | runtime-dom.global.prod.js | 99.8 kB (**-197 B**) | 37.6 kB (**-28 B**) | 33.9 kB (**-72 B**)...
2024-08-31T03:56:58
2024-08-31T03:56:58
{}
NONE
vuejs
core
2,314,318,793
11,728
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | ------------------- | ------------------- | | runtime-dom.global.prod.js | 99.9 kB | 37.6 kB | 33.9 kB | ...
2024-08-28T05:00:34
2024-08-28T23:30:49
{}
NONE
vuejs
core
2,316,518,846
5,717
edison1105
@skirtles-code Thanks for your review. I've removed that warning. the following code: ```vue <h1>{{ $foo }}</h1> <h1>{{ _bar }}</h1> ``` will be compiled to: ```js _createElementVNode("h1", null, _toDisplayString($data.$foo), 1 /* TEXT */), _createElementVNode("h1", null, _toDisplayString($data._bar), 1 /...
2024-08-29T00:57:09
2024-08-29T01:01:15
{}
MEMBER
vuejs
core
2,316,567,791
11,737
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | -------------------- | ------------------- | ------------------- | | runtime-dom.global.prod.js | 99.8 kB (**-140 B**) | 37.6 kB (**-21 B**) | 33.9 kB (**+10 B**)...
2024-08-29T01:56:57
2024-08-29T02:03:01
{}
NONE
vuejs
core
2,316,743,576
6,080
Abdo-reda
Yes, I faced a similar problem, this should at least be stated somewhere in the documentation.
2024-08-29T05:27:37
2024-08-29T05:27:37
{}
NONE
vuejs
core
2,295,622,912
11,655
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------ | ------------------- | ------------------- | | runtime-dom.global.prod.js | 100 kB (**+51 B**) | 37.7 kB (**+14 B**) | 33.9 kB (**+40 B**) | | v...
2024-08-19T04:01:22
2024-08-29T07:04:56
{}
NONE
vuejs
core
2,317,204,489
11,745
jh-leong
It seems the reproduction link is incorrect. Could you please check it?
2024-08-29T09:56:45
2024-08-29T09:56:45
{}
MEMBER
vuejs
core
2,320,122,897
11,748
pkg-pr-new[bot]
_commit: <a href="https://github.com/vuejs/core/runs/29460677491"><code>b84f479</code></a>_ <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@11748 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https:/...
2024-08-30T05:41:50
2024-08-30T05:41:50
{}
NONE
vuejs
core
2,322,865,966
11,738
edison1105
You can try [BroadcastChannel](https://developer.mozilla.org/en-US/docs/Web/API/BroadcastChannel), too It's outside the scope of vue.
2024-08-31T11:18:04
2024-08-31T11:18:04
{}
MEMBER
vuejs
core
2,322,973,912
11,764
mojoalan
I have tried every combination of component name, even the file name, and the same result happens.
2024-08-31T17:12:05
2024-08-31T17:12:05
{}
NONE
vuejs
core
2,316,569,045
11,737
pkg-pr-new[bot]
_commit: <a href="https://github.com/vuejs/core/runs/29399803556"><code>9d5f766</code></a>_ <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@11737 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https:/...
2024-08-29T01:58:00
2024-08-29T02:04:06
{}
NONE
vuejs
core
2,306,391,115
6,376
pkg-pr-new[bot]
_commit: <a href="https://github.com/vuejs/core/runs/29406048403"><code>c2cd718</code></a>_ <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@6376 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https://...
2024-08-23T06:35:49
2024-08-29T06:19:07
{}
NONE
vuejs
core
2,295,623,204
11,655
pkg-pr-new[bot]
_commit: <a href="https://github.com/vuejs/core/runs/29407567971"><code>5bbadb6</code></a>_ <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@11655 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https:/...
2024-08-19T04:01:41
2024-08-29T07:04:59
{}
NONE
vuejs
core
2,314,765,700
11,731
pkg-pr-new[bot]
_commit: <a href="https://github.com/vuejs/core/runs/29455841554"><code>bbea42f</code></a>_ <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@11731 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https:/...
2024-08-28T09:09:05
2024-08-30T02:09:16
{}
NONE
vuejs
core
2,320,285,674
11,745
LinusBorg
@edison1105 This issue here is not related to SSR. If this is a duplicate, does that mean that #11273 is also not related to SSR?
2024-08-30T07:06:39
2024-08-30T07:06:39
{}
MEMBER
vuejs
core
2,316,590,532
11,739
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 99.9 kB | 37.6 kB | 33.9 kB | | vue.global.prod.js | 158 kB | 57.5 kB | 51.1 kB | ### Usages | Name | Size |...
2024-08-29T02:24:25
2024-08-29T02:24:25
{}
NONE
vuejs
core
2,318,600,305
11,747
Official-ObiTech
//Check well if this issue is in the latest Vue version// //add any release candidates or beta versions// const selectedValue = ref(false) watch(selectedValue, (newValue) => { console.log('Selected value changed:', newValue) })
2024-08-29T18:39:39
2024-08-29T18:39:39
{}
NONE
vuejs
core
2,320,203,161
11,671
edison1105
@AloisH - `Vue - Official` v2.1.2 - Upgrade `vue-tsc` to the latest version `^2.1.2` Works as expected
2024-08-30T06:26:08
2024-08-30T06:37:27
{ "heart": 1 }
MEMBER
vuejs
core
2,320,344,125
11,319
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/10628642809) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/10627088363) | |-------|--------|----------------| | language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/1...
2024-08-30T07:32:40
2024-08-30T07:32:40
{}
CONTRIBUTOR
vuejs
core
2,320,417,336
11,671
edison1105
Closing as not related to core
2024-08-30T08:03:13
2024-08-30T08:03:13
{}
MEMBER
vuejs
core
2,316,946,273
11,731
edison1105
Consider [this scenario](https://play.vuejs.org/#__PROD__eNqlUj1PwzAQ/SuWGbJUiSqYQqhEUQcYAAGjlyi5FhfHtvxRKkX57/ijLgmFLky27717d+d3Pb6VMt9ZwCWudKOoNEiDsXJBOO2kUAbdiU4u0VqJDmV5EV4+IbueMCaEhBNeFVHUyVUGOslqA+6OUBWEwtU9EoQuWljXlpkbgvuoOxB8YB2SFn3vj2GoQq0kUUzlY6O+7BjAM2x0I/iabvKtFtxN3Xs6wY2jUwbqSRoquCa4RAHxWM2Y+HwIMaMszFK8eYf...
2024-08-29T07:54:09
2024-08-29T07:54:09
{}
MEMBER
vuejs
core
2,316,605,069
11,735
adamdehaven
Ah yep I just noticed the linked PR after I submitted the comment.
2024-08-29T02:40:21
2024-08-29T12:42:48
{}
NONE
vuejs
core
2,319,642,190
6,238
edison1105
/ecosystem-ci run
2024-08-30T01:37:03
2024-08-30T01:37:03
{ "+1": 3 }
MEMBER
vuejs
core
2,306,997,612
11,699
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 100 kB | 37.7 kB | 33.9 kB | | vue.global.prod.js | 159 kB | 57.5 kB | 51.1 kB | ### Usages | Name | Size | Gzi...
2024-08-23T12:32:31
2024-08-30T02:32:05
{}
NONE
vuejs
core
2,298,361,256
11,669
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 100 kB | 37.7 kB | 33.9 kB | | vue.global.prod.js | 159 kB | 57.5 kB | 51.1 kB | ### Usages | Name | Size | Gzi...
2024-08-20T09:08:31
2024-08-30T02:32:13
{}
NONE
vuejs
core
2,320,471,903
11,745
plehnen
Updated playground: https://play.vuejs.org/#eNqFU01v2zAM/SucTh2Qj0N3GLw0QLbk0B3Woi22i4BBiRlbrS0ZEp1kCPzfR8pO2gJbexO/3xMfj2rRNJNdiypTs7gJtiGISG0DlXHFlVYUtZprp52tGx8Ivvm6gW3wNWg1mYol1Vp9OWccwdIvH57iCCK7KoTuuYAw0kR6SsuNd5Eg4CJGWzjMl4YMXJ3KtZtNe0Rp/oyQmxlCtgBm6/l96dsqh1j6PVCJ0ATf8IxTtQJTe1dIKGI2m677uoQ/szTeSxZkAcdmGD/OZX42...
2024-08-30T08:25:35
2024-08-30T08:25:35
{}
NONE
vuejs
core
2,322,755,972
11,761
pkg-pr-new[bot]
_commit: <a href="https://github.com/vuejs/core/runs/29504416041"><code>d3bca06</code></a>_ <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@11761 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https:/...
2024-08-31T03:57:18
2024-08-31T04:00:29
{}
NONE
vuejs
core
2,309,213,175
11,714
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 99.9 kB | 37.6 kB | 33.9 kB | | vue.global.prod.js | 158 kB | 57.5 kB | 51.2 kB | ### Usages | Name | Size |...
2024-08-26T03:08:22
2024-08-28T09:58:00
{}
NONE
vuejs
core
2,314,958,662
11,733
Kanade-Lu
thanks for your reply. this question actually happen in my project, ```json { "dependencies": { "vue": "3.4.14", }, "devDependencies": { "typescript": "5.3.3", } } ``` and my Vue - Official version is v2.0.28 ![image](https://github.com/u...
2024-08-28T10:40:10
2024-08-28T10:40:30
{}
NONE
vuejs
core
2,316,783,756
11,738
bosens-China
> When Vue.js is loaded separately in both the main application (`Parent.vue`) and the embedded `iframe`, their memory variables are not shared. This results in the following behavior during rendering and updates: > > 1. **Independent Memory Space**: Since Vue.js is loaded separately in the main application and the ...
2024-08-29T06:06:30
2024-08-29T06:06:30
{}
NONE