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,678,324,519
9,245
edison1105
The issue can no longer be reproduced using the latest version of Vue and ```json "vueCompilerOptions": { "target": 3.5 } ```
2025-02-24T12:49:20
2025-02-24T12:49:20
{}
MEMBER
vuejs
core
2,662,470,739
12,894
jh-leong
Closing as answered
2025-02-17T09:05:12
2025-02-17T09:05:12
{}
MEMBER
vuejs
core
2,652,515,994
12,824
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/6a904708-f3f8-4cf7-8811-d7efcea85ddd) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@12824 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-02-12T02:39:21
2025-02-19T06:20:51
{}
NONE
vuejs
core
2,669,636,857
12,908
thecodewarrior
This will cause a regression of #10548. To avoid the regression, the selector should have the scope tag on both the last class and the universal selector. I [implemented a fix](https://github.com/thecodewarrior/core/commit/9b0bf7713e94b2c5d303437cd676522f74f5c1c6) that does that, including an expanded test suite. I can...
2025-02-19T20:00:40
2025-02-19T20:00:40
{}
CONTRIBUTOR
vuejs
core
2,670,668,995
12,874
hcg1023
@jh-leong Can you explain the reason for this design? Why is it different from vueuse's watchPausable? I think intuitively, watch resume should not be re-triggered. Watch should be a passive triggering mechanism. I can understand that effect is re-executed in resume because it needs to continue to execute the latest ...
2025-02-20T07:26:16
2025-02-20T07:26:16
{ "+1": 1 }
CONTRIBUTOR
vuejs
core
2,677,215,301
12,930
edison1105
This is by design, It only works when the Child component has only one root. https://vuejs.org/api/sfc-css-features.html#child-component-root-elements
2025-02-24T00:27:19
2025-02-24T00:27:19
{}
MEMBER
vuejs
core
2,677,543,872
12,934
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-02-24T06:35:47
2025-02-24T06:35:47
{}
NONE
vuejs
core
2,678,219,995
9,317
KazariEX
This has been fixed by https://github.com/vuejs/language-tools/pull/5139.
2025-02-24T12:04:05
2025-02-24T12:04:05
{ "+1": 2 }
MEMBER
vuejs
core
2,662,196,447
12,890
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vapor-repl* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | b5fd3b69bb95b4c9153705bbc5d120adcdda5f7f | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vapor-repl/d...
2025-02-17T06:44:24
2025-02-17T07:23:25
{}
NONE
vuejs
core
2,662,355,669
12,892
edison1105
netlify deploy fails relate to https://github.com/nodejs/corepack/issues/612
2025-02-17T08:16:07
2025-02-17T08:16:07
{}
MEMBER
vuejs
core
2,662,262,453
12,892
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/1de2a4c4-9e04-4ede-b9fa-581d4cb45eef) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@12892 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-02-17T07:25:23
2025-02-17T08:52:17
{}
NONE
vuejs
core
2,666,748,746
12,905
skirtles-code
I don't think this is a bug in Vue Core, I think it's just a problem with the webpack config. The warnings you're seeing typically indicate that there are two copies of Vue being used at runtime. The Vue application is using one copy of Vue but a component within it is using a different copy. As a result, functions li...
2025-02-18T19:30:57
2025-02-18T19:30:57
{}
CONTRIBUTOR
vuejs
core
2,677,262,749
12,931
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-02-24T01:27:50
2025-02-24T01:27:50
{}
NONE
vuejs
core
2,677,763,065
12,913
Fuzzyma
Had to complicate the if statements a bit to deduplicate the logic but I think its all good now. The shared function also has the benefit of reusing the SimpleExpression case for all modifiers. So if those mods are ever checked for its patch flags, they will be constant (currently they are always patched i think?).
2025-02-24T08:50:45
2025-02-24T08:50:45
{}
NONE
vuejs
core
2,677,840,273
12,913
edison1105
Thanks @Fuzzyma Nick work and LGTM~
2025-02-24T09:25:41
2025-02-24T09:25:41
{ "heart": 1 }
MEMBER
vuejs
core
2,662,267,379
12,892
netlify[bot]
### <span aria-hidden="true">❌</span> Deploy Preview for *vue-next-template-explorer* failed. **[Why did it fail? →](https://app.netlify.com/sites/vue-next-template-explorer/deploys/67b2f6db2b5c0400080f4056?deploy_diagnostics=true)** | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> ...
2025-02-17T07:28:16
2025-02-17T08:44:51
{}
NONE
vuejs
core
2,662,266,807
12,892
netlify[bot]
### <span aria-hidden="true">❌</span> Deploy Preview for *vue-sfc-playground* failed. **[Why did it fail? →](https://app.netlify.com/sites/vue-sfc-playground/deploys/67b2f6db38c1be0008b75e00?deploy_diagnostics=true)** | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | ...
2025-02-17T07:27:54
2025-02-17T08:44:58
{}
NONE
vuejs
core
2,667,573,418
12,817
KazariEX
It has been fixed by https://github.com/vuejs/language-tools/commit/1e84c6a1c340d94172a72deb3850e1c39684ac03.
2025-02-19T05:53:13
2025-02-19T05:53:13
{ "+1": 1 }
MEMBER
vuejs
core
2,652,515,675
12,824
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------------------ | ------------------- | | runtime-dom.global.prod.js | 100 kB | 38.1 kB (**+4 B**) | 34.3 kB (**-3 B**) | | vue.global.prod.js | 158 kB | 58...
2025-02-12T02:39:05
2025-02-19T06:20:41
{}
NONE
vuejs
core
2,667,421,399
12,910
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/a8635122-5494-4dc8-9366-a7deba7f8f21) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@12910 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-02-19T03:26:39
2025-02-19T07:42:20
{}
NONE
vuejs
core
2,673,241,927
12,923
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/13449021276) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/13405739430) | |-------|--------|----------------| | language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci...
2025-02-21T02:57:10
2025-02-21T02:57:10
{}
CONTRIBUTOR
vuejs
core
2,662,262,088
12,892
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-02-17T07:25:11
2025-02-17T07:25:11
{}
NONE
vuejs
core
2,662,412,075
12,892
renovate[bot]
### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
2025-02-17T08:39:08
2025-02-17T08:39:08
{}
CONTRIBUTOR
vuejs
core
2,662,431,365
12,895
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/dbb28835-1cfb-4960-977b-ca7f194b21a8) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@12895 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-02-17T08:47:59
2025-02-17T08:47:59
{}
NONE
vuejs
core
2,665,669,017
8,281
Fuzzyma
I found the place where the modifiers are parsed: https://github.com/vuejs/core/blob/0c8dd94ef9fe33f72732e7d9ec52b8e72918df8f/packages/compiler-core/src/parser.ts#L277-L278 If modifiers can be dynamic, this has to be handled similar to here: https://github.com/vuejs/core/blob/0c8dd94ef9fe33f72732e7d9ec52b8e72918df8...
2025-02-18T13:07:55
2025-02-18T13:07:55
{}
NONE
vuejs
core
2,668,780,751
7,389
carl-underwood
> [@carl-underwood](https://github.com/carl-underwood) ,have you solved this problem? I have the same problem. Props is readonly, causing the UI component library to use spread to return {}, which is reproduced in iOS 12.3.2. @kingsley-s no I'm afraid not, IIRC when I encountered this issue in 2022 the browser version...
2025-02-19T14:14:30
2025-02-19T14:14:30
{}
NONE
vuejs
core
2,669,056,595
12,817
RylanBueckert-Broadsign
> It has been fixed by [vuejs/language-tools@1e84c6a](https://github.com/vuejs/language-tools/commit/1e84c6a1c340d94172a72deb3850e1c39684ac03). @KazariEX Looking at the change, I am not sure it will always work. What if the default value is a falsy value like 0 or an empty string? Shouldn't the check be more like: `if...
2025-02-19T15:52:27
2025-02-19T15:52:27
{}
NONE
vuejs
core
2,661,892,238
12,886
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/43d25856-962b-4acc-8b44-91e46cd769c2) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@12886 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-02-17T03:36:45
2025-02-24T01:27:56
{}
NONE
vuejs
core
2,678,257,156
4,250
KazariEX
It seems that this is no longer a problem. https://play.vuejs.org/#eNqFUktPAjEQ/itjL0ACS4ye1gXig4MelKg3q0mzO7sUu23TdgFD9r/bdgNi4uPW+R7tNzPdkUutk3WDJCWZzQ3XDiy6RoNgsppQ4iwlUyp5rZVxcK1qDaVRNfSScSiCtXdBZTbuzF7qC4e1FsxhqFwWTWnBHPP3nfrrsmiNJEB2MhrB2wxGIw9k4yMrGfrXcyVLXiUrq6SPuKMSgJLc27lA86AdV9InTCEygWNCqM1dxJxpcLjH8yXm7z/g...
2025-02-24T12:20:16
2025-02-24T12:20:16
{}
MEMBER
vuejs
core
2,678,322,098
8,144
edison1105
The issue can no longer be reproduced using the latest version of Vue
2025-02-24T12:48:15
2025-02-24T12:49:50
{}
MEMBER
vuejs
core
2,665,222,531
12,897
abczdefg
Hi @jh-leong , as I see [Boolean Casting](https://vuejs.org/guide/components/props.html#boolean-casting) mentions the behavior when pass as <Comp disabled />. But why I have define with `withDefaults` and `error: ''`, it still meets the casting?
2025-02-18T10:31:45
2025-02-18T10:31:45
{}
NONE
vuejs
core
2,667,428,594
12,824
FatRadish
Sorry, I'm not sure why Merging is blocked
2025-02-19T03:34:39
2025-02-19T03:34:39
{}
CONTRIBUTOR
vuejs
core
2,669,088,460
12,817
thomasaull
> The @update:model-value event should only be able to be undefined if it is not required and there is not a default. The fix made to vue-tsc v2.2.2 does not check if a default value was given. @RylanBueckert-Broadsign I think this is not correct for non-required models with a default value, since nothing is stopping ...
2025-02-19T16:04:13
2025-02-19T16:04:13
{}
NONE
vuejs
core
2,669,116,011
12,817
RylanBueckert-Broadsign
> > The [@update](https://github.com/update):model-value event should only be able to be undefined if it is not required and there is not a default. The fix made to vue-tsc v2.2.2 does not check if a default value was given. > > [@RylanBueckert-Broadsign](https://github.com/RylanBueckert-Broadsign) I think this is not...
2025-02-19T16:14:16
2025-02-19T16:16:29
{}
NONE
vuejs
core
2,670,530,450
12,913
edison1105
> I developed on top of the main branch but the guidelines say to submit against minor. Now I have this extra commits in my history. Not sure how to handle this fixed by merging main into the minor branch.
2025-02-20T05:52:38
2025-02-20T05:52:38
{ "heart": 1 }
MEMBER
vuejs
core
2,677,679,668
12,934
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/13493308652) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/13491134871) | |-------|--------|----------------| | language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/1...
2025-02-24T08:07:00
2025-02-24T08:07:00
{}
CONTRIBUTOR
vuejs
core
2,677,841,648
12,913
Fuzzyma
Seems like I broke some runtime directive in vuetify :D. Have to check that... language-tools is mostly ast problems i think. Guess I have some more work to do. What is the process for this? Do I open a PR in language tools to support the new ast shape and get that merged before this PR gets merged?
2025-02-24T09:26:13
2025-02-24T09:26:13
{}
NONE
vuejs
core
2,790,472,972
13,181
dariasavinova
@edison1105 hi, I was able to reproduce the same issue. At first, I thought it was related to a large reactive state inside the `Comp.vue` component. But after simplifying `Comp.vue` to a bare template with no script section, the issue still persisted. The more times I show and hide the component, the more detached n...
2025-04-09T17:34:58
2025-04-09T17:34:58
{}
NONE
vuejs
core
2,796,548,300
12,413
wolandec
Hey team any updates on this one?
2025-04-11T10:45:00
2025-04-11T10:45:00
{ "+1": 1 }
NONE
vuejs
core
2,800,292,971
13,196
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 100 kB | 38.1 kB | 34.4 kB | | vue.global.prod.js | 158 kB | 58.3 kB | 51.9 kB | ### Usages | Name | Size | G...
2025-04-14T02:04:17
2025-04-14T02:04:17
{}
NONE
vuejs
core
2,789,155,519
13,180
jh-leong
Please follow the issue guidelines and provide a minimal reproduction (e.g., a [Playground link](https://play.vuejs.org/) or a GitHub repo) to help us investigate further. Thanks!
2025-04-09T10:14:16
2025-04-09T10:14:16
{}
MEMBER
vuejs
core
2,789,804,558
13,179
pwang2
Thanks for the quick rely. Yes, you are right. Newer language tools version supports it. There might be a usability issue limited by the v-model interface , I have to focus on the **equal sign** after v-model in Neovim and Vscode. I think because v-model has its own description. Also, if we build it as library. ...
2025-04-09T13:48:53
2025-04-09T14:51:03
{}
NONE
vuejs
core
2,791,368,754
13,183
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/14370681433) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/14349343048) | |-------|--------|----------------| | quasar | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions...
2025-04-10T02:07:39
2025-04-10T02:07:39
{}
CONTRIBUTOR
vuejs
core
2,803,995,543
13,202
xinnian999
我暂时通过输出两个版本,一个外部化vue,一个非外部化vue解决了。 希望vue团队能修复这个问题,感谢
2025-04-15T06:47:15
2025-04-15T06:47:15
{}
NONE
vuejs
core
2,804,251,546
7,691
KazariEX
Implemented by https://github.com/vuejs/language-tools/pull/4674.
2025-04-15T08:29:13
2025-04-15T08:29:13
{ "eyes": 1, "heart": 1 }
MEMBER
vuejs
core
2,788,873,903
13,179
KazariEX
This has been implemented by vuejs/language-tools#5211. For the `v-model` without argument, you can only trigger semantic features on both ends of the `v-model` currently.
2025-04-09T09:03:45
2025-04-09T09:03:45
{ "rocket": 1 }
MEMBER
vuejs
core
2,789,901,849
13,181
edison1105
<s> I can't reproduce it in Chrome v128.0.6613.120, but in Chrome v135. </s> ![Image](https://github.com/user-attachments/assets/daf6a0db-5fbd-492f-9349-1e19b78b2620)
2025-04-09T14:18:13
2025-04-10T00:57:24
{}
MEMBER
vuejs
core
2,791,257,750
13,183
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------ | ------------------ | ------------------- | | runtime-dom.global.prod.js | 100 kB (**+11 B**) | 38.2 kB (**+9 B**) | 34.4 kB (**+16 B**) | | vue....
2025-04-10T00:29:32
2025-04-11T00:10:11
{}
NONE
vuejs
core
2,795,521,345
13,188
edison1105
This seems to be the browser's behavior, see [MDN playground](https://developer.mozilla.org/zh-CN/play?id=XAuV17%2F7ROM6WSgYRm0JVhKSu4oScUlZsBIpMRsH3r0bfQPLCO5bvkwz7g1%2F8NNJQDDWe2LSHvP806X0)
2025-04-11T00:43:09
2025-04-11T00:43:09
{}
MEMBER
vuejs
core
2,799,865,261
2,349
eric-gitta-moore
> In 2024, I found a solution. > > The binding parameter contains the instance of the component, and `onActivated` accepts a target parameter indicating the instance where the hook needs to be injected. > > So a possible implementation of a directive that saves the scroll position is as follows: > > export default <...
2025-04-13T08:50:56
2025-04-13T08:50:56
{}
NONE
vuejs
core
2,800,200,631
13,192
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 100 kB | 38.1 kB | 34.4 kB | | vue.global.prod.js | 158 kB | 58.3 kB | 51.9 kB | ### Usages | Name | Size | G...
2025-04-14T00:14:04
2025-04-14T00:14:04
{}
NONE
vuejs
core
2,781,773,984
13,166
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/4d62cfbc-a2c1-400e-b6cc-2e4514fddb49) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13166 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-04-07T00:44:56
2025-04-14T02:04:28
{}
NONE
vuejs
core
2,800,308,317
13,189
skirtles-code
Is this the same as #11983?
2025-04-14T02:18:22
2025-04-14T02:18:22
{ "+1": 1 }
CONTRIBUTOR
vuejs
core
2,809,535,212
13,213
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/1da1221b-419e-41a5-a933-845ab62fd1c1) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13213 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-04-16T13:07:00
2025-04-16T13:07:00
{}
NONE
vuejs
core
2,786,322,739
13,171
edison1105
There is a fix ac43b118975b17d7ce7d9e6886f8806af11bee55 in vapor branch, so it will be fixed when v3.6 is released.
2025-04-08T12:46:01
2025-04-08T12:46:01
{ "+1": 4 }
MEMBER
vuejs
core
2,788,256,030
13,178
tomtheisen
Elements getting reused is fine as an implementation detail. But after patching is complete the contents should match, no? This is a case where there is some narrative rich text meant for reading. There weren't obvious keys and furthermore some of the elements get reused which breaks keys. In my actual case I suppre...
2025-04-09T04:36:25
2025-04-09T04:40:09
{}
NONE
vuejs
core
2,794,909,057
13,188
orimay
Also happens in vapor mode: https://vapor-repl.netlify.app/#eNqNVMlu2zAQ/ZUBL7IBr2h7UZ2iSZFDemiLtDfLB5kayYxpUuDiBYb/vUOKdly4DXqSOAvfm3lPOrL7th1tPbKczSw3onVg0fkWZKmau4I5W7BPhQIQm1YbB0cwWMMJaqM3kFFjVqiQ5lpZB8LhxsJdqOnNs/tskD1ki/7HrqT2ijuhFdiVr2uJvT4cQ5zuDm2jbSk9UvP86jifLgbX6flksaDrAE6Fmo07wkSPDlTTytJhJDtbTeMT4Bm1qdBglbj1...
2025-04-10T19:11:14
2025-04-10T19:11:14
{}
NONE
vuejs
core
2,796,199,061
13,189
cv-r
From the implementation perspective, this behavior is expected. When assigning a new value to a reactive reference, Vue internally uses Object.is to determine whether a change has occurred. In cases like = { ...inner }, a new object is created, which breaks the original reference. As a result, Vue treats it as a new va...
2025-04-11T08:23:49
2025-04-11T08:23:49
{}
NONE
vuejs
core
2,796,680,467
13,191
alexeyvokin
That's an inaccuracy on my end. I agree that the objects are removed from memory, but the detached elements are still a problem.
2025-04-11T11:44:53
2025-04-11T11:44:53
{}
NONE
vuejs
core
2,800,803,608
13,197
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 100 kB | 38.1 kB | 34.4 kB | | vue.global.prod.js | 158 kB | 58.3 kB | 51.9 kB | ### Usages | Name | Size | G...
2025-04-14T08:03:29
2025-04-14T08:03:29
{}
NONE
vuejs
core
2,804,606,627
13,202
edison1105
> 可以这么理解吗, 大佬: > 默认打包会把 dev 版 Vue runtime 构建进去, > 在 Vue 项目中使用该组件库时,会和项目的 dev 版 Vue 混用,从而破坏热更新。 > 所以这里强制设置为 production 模式,让构建时使用 prod 版 Vue,避免副作用。 true
2025-04-15T10:35:53
2025-04-15T10:35:53
{}
MEMBER
vuejs
core
2,808,908,943
13,210
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/f5513b8d-2237-48d6-8698-c7abeea4e2c7) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13210 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-04-16T09:07:34
2025-04-16T14:08:32
{}
NONE
vuejs
core
2,781,793,408
13,156
edison1105
LGTM. @L33Z22L11 Thanks. I think we still need to update the documentation. https://vuejs.org/guide/essentials/template-syntax.html#same-name-shorthand
2025-04-07T01:08:07
2025-04-07T01:08:07
{}
MEMBER
vuejs
core
2,785,464,214
13,173
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/31c1e9d8-10b9-42ec-ae35-383fe28b7094) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13173 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-04-08T07:13:27
2025-04-08T07:13:27
{}
NONE
vuejs
core
2,791,360,364
13,183
edison1105
/ecosystem-ci run
2025-04-10T02:01:26
2025-04-10T02:01:26
{ "+1": 1 }
MEMBER
vuejs
core
2,799,967,836
12,952
VaheBarbaryan
Hey @Stan-BK, thanks for sharing this. The performance issue here comes from using `reactive()` with a very large array. When you do something like `reactive(Array(1_000_000))`, Vue tries to make each element reactive, which adds a lot of overhead—especially when using methods like `.fill()` or `.reverse()`. A more e...
2025-04-13T14:09:07
2025-04-13T14:13:09
{}
NONE
vuejs
core
2,801,026,023
13,198
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 100 kB | 38.1 kB | 34.4 kB | | vue.global.prod.js | 158 kB | 58.3 kB | 51.9 kB | ### Usages | Name | Size | G...
2025-04-14T09:17:57
2025-04-14T09:17:57
{}
NONE
vuejs
core
2,804,091,024
13,203
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/59b3976f-1b42-4ff2-a8e9-fa107c845588) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13203 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-04-15T07:27:31
2025-04-15T07:27:31
{}
NONE
vuejs
core
2,804,088,256
13,203
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vapor-repl* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | fde08e1b11528527291751d5ad8c8a74ed05b42e | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vapor-repl/d...
2025-04-15T07:26:26
2025-04-15T07:27:39
{}
NONE
vuejs
core
2,804,501,932
13,202
xinnian999
可以这么理解吗, 大佬: 默认打包会把 dev 版 Vue runtime 构建进去, 在 Vue 项目中使用该组件库时,会和项目的 dev 版 Vue 混用,从而破坏热更新。 所以这里强制设置为 production 模式,让构建时使用 prod 版 Vue,避免副作用。
2025-04-15T09:57:46
2025-04-15T09:57:46
{}
NONE
vuejs
core
2,785,456,416
13,171
edison1105
```js const {...props} = defineProps() // compiled to const props = _createPropsRestProxy(__props, []) console.log(props) // props is a plain object const props = defineProps() console.log(props) // props is a Proxy ``` They are different, see https://vuejs.org/api/sfc-script-setup.html#reactive-props-destructure
2025-04-08T07:10:09
2025-04-08T07:10:09
{}
MEMBER
vuejs
core
2,785,565,889
13,171
AndrewBogdanovTSS
@edison1105 can this issue be reopened?
2025-04-08T07:55:44
2025-04-08T07:55:44
{}
NONE
vuejs
core
2,790,086,143
13,181
alexeyvokin
> I can't reproduce it in Chrome v128.0.6613.120, but in Chrome v135. > > ![Image](https://github.com/user-attachments/assets/daf6a0db-5fbd-492f-9349-1e19b78b2620) Do you have any ideas on how to workaround this? I’ve tested the demo again in incognito mode, and the problem is still reproducible. https://github.com/...
2025-04-09T15:17:21
2025-04-09T15:17:21
{}
NONE
vuejs
core
2,791,387,355
13,184
edison1105
请提供一个不包含 ionic 的复现。
2025-04-10T02:23:37
2025-04-10T02:23:37
{}
MEMBER
vuejs
core
2,800,292,966
13,195
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/5984cdc1-3746-4e50-848c-290ce0275a14) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13195 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-04-14T02:04:17
2025-04-14T09:16:30
{}
NONE
vuejs
core
2,808,908,547
13,210
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------ | ------------------ | ------------------- | | runtime-dom.global.prod.js | 100 kB (**+12 B**) | 38.1 kB (**+4 B**) | 34.4 kB (**+13 B**) | | vue....
2025-04-16T09:07:25
2025-04-16T14:08:17
{}
NONE
vuejs
core
2,627,312,755
12,799
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/ae220675-0a64-4c88-af67-62734a1e765b) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@12799 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-01-31T13:14:13
2025-04-08T07:13:24
{}
NONE
vuejs
core
2,796,576,651
13,191
edison1105
I can't reproduce it in Chrome v135.0.7049.85 https://github.com/user-attachments/assets/7de88802-41c2-4157-8439-509dbe0eb3ca
2025-04-11T10:59:53
2025-04-11T11:00:13
{}
MEMBER
vuejs
core
2,801,427,252
13,200
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------ | ------------------- | ------------------- | | runtime-dom.global.prod.js | 101 kB (**+79 B**) | 38.2 kB (**+25 B**) | 34.4 kB (**+63 B**) | | v...
2025-04-14T11:40:30
2025-04-14T11:40:30
{}
NONE
vuejs
core
2,785,768,997
13,174
edison1105
duplicate of https://github.com/vuejs/core/issues/4930
2025-04-08T09:12:26
2025-04-08T09:12:26
{}
MEMBER
vuejs
core
2,418,892,021
12,195
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 100 kB | 38.1 kB | 34.4 kB | | vue.global.prod.js | 158 kB | 58.3 kB | 51.9 kB | ### Usages | Name | Size | G...
2024-10-17T08:26:08
2025-04-10T01:37:17
{}
NONE
vuejs
core
2,791,347,853
12,195
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/14370473844) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/14349343048) | |-------|--------|----------------| | router | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions...
2025-04-10T01:49:15
2025-04-10T01:49:15
{}
CONTRIBUTOR
vuejs
core
2,487,158,811
12,441
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ----------------- | ------------------ | ------------------- | | runtime-dom.global.prod.js | 100 kB (**+3 B**) | 38.1 kB (**+2 B**) | 34.4 kB (**+32 B**) | | vue.glo...
2024-11-20T01:58:27
2025-04-10T01:58:44
{}
NONE
vuejs
core
2,791,258,194
13,183
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/9e08a96e-b0dc-4fdf-bb93-e5b77d793ff3) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13183 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-04-10T00:29:54
2025-04-11T00:10:25
{}
NONE
vuejs
core
2,800,292,793
13,195
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 100 kB | 38.1 kB | 34.4 kB | | vue.global.prod.js | 158 kB | 58.3 kB | 51.9 kB | ### Usages | Name | Size | G...
2025-04-14T02:04:07
2025-04-14T02:04:07
{}
NONE
vuejs
core
2,781,773,600
13,165
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/61a67502-c64f-407a-a2d1-5074622f897f) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13165 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-04-07T00:44:25
2025-04-14T02:04:15
{}
NONE
vuejs
core
2,802,185,644
2,349
eric-gitta-moore
> > * The onDeactivated hook cannot be triggered > > rolling-load has never been cached, so it naturally won't trigger onDeactivated. In this case, you should wrap rolling-load with keep-alive to enable it to be cached. But is there any way to achieve this? I've also tried it, but it seems that keep-alive only allows...
2025-04-14T16:01:04
2025-04-14T16:01:04
{}
NONE
vuejs
core
2,804,421,417
13,202
edison1105
a workaround ```js export default defineConfig(({ command }) => { const config: UserConfig = { // the existing config }; if (command === 'build') { config.define = { ...config.define, // trim Vue HMR code 'process.env.NODE_ENV': JSON.stringify('production') }; } return config...
2025-04-15T09:28:52
2025-04-15T09:28:52
{}
MEMBER
vuejs
core
2,809,719,982
13,210
makedopamine
Updated. Could you please confirm this again?
2025-04-16T14:11:05
2025-04-16T14:11:05
{}
CONTRIBUTOR
vuejs
core
2,781,773,739
13,166
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 100 kB | 38.1 kB | 34.4 kB | | vue.global.prod.js | 158 kB | 58.3 kB | 51.9 kB | ### Usages | Name | Size | G...
2025-04-07T00:44:37
2025-04-07T00:44:37
{}
NONE
vuejs
core
2,791,341,647
12,195
edison1105
/ecosystem-ci run
2025-04-10T01:42:59
2025-04-10T01:42:59
{ "+1": 1 }
MEMBER
vuejs
core
2,796,651,754
13,191
alexeyvokin
@edison1105 I built the project from the demo sources and ran the preview server. It looks like the issue also happens in incognito mode. Before this, I was testing in dev mode without incognito. https://github.com/user-attachments/assets/d61ebfcc-68c9-4e2d-b8cf-55e1b49a50e7
2025-04-11T11:33:39
2025-04-11T11:33:39
{}
NONE
vuejs
core
2,785,651,897
12,647
strix-og
What's the status of this bug? I'd like to use the type below, but I'm also getting the same error. @edison1105 ![Image](https://github.com/user-attachments/assets/845b5440-fe83-4dd2-b552-c7e639e52c01)
2025-04-08T08:29:12
2025-04-12T22:44:55
{}
NONE
vuejs
core
2,799,879,231
2,349
imaverickk
> * The onDeactivated hook cannot be triggered rolling-load has never been cached, so it naturally won't trigger onDeactivated. In this case, you should wrap rolling-load with keep-alive to enable it to be cached.
2025-04-13T09:32:44
2025-04-13T09:33:22
{}
NONE
vuejs
core
2,800,769,588
13,189
elliotmoose
Ah, it is the same, thanks for that.
2025-04-14T07:49:13
2025-04-14T07:49:13
{}
NONE
vuejs
core
2,802,189,250
2,349
eric-gitta-moore
> > However, there is a scenario where if the element that needs to retain scrolling is controlled by v-if rather than being inside keep-alive, this will cause hooks like onDeactivated to fail. > > You can use `v-show` to keep component in the v-dom tree so that we can keep its state. Yes, that is indeed one solution...
2025-04-14T16:02:09
2025-04-14T16:02:09
{}
NONE
vuejs
core
2,803,718,964
13,202
xinnian999
> 可能是组件库包含 vue 会导致项目里面的 **VUE_HMR_RUNTIME** 被覆盖,引起 HMR 失效。 原来是这样。 但我开发web-components组件库,这个需要依赖vue。为了方便其他框架引入使用,才需要把vue打进组件库。否则别人需要同时导入我的组件库和vue包 这个有什么好的解决办法吗?大佬
2025-04-15T04:02:01
2025-04-15T04:02:01
{}
NONE
vuejs
core
2,764,909,603
13,120
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/3c47235b-eae1-4441-9444-c5b87b7b2740) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13120 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-03-31T01:53:54
2025-04-07T00:44:37
{}
NONE
vuejs
core
2,781,783,789
13,156
edison1105
/ecosystem-ci run
2025-04-07T00:56:57
2025-04-07T00:56:57
{ "+1": 1 }
MEMBER
vuejs
core
2,784,115,315
13,168
MeesterDev
Thanks for the reply. I've created a PR for the documentation to reflect this. As far as I'm concerned that's sufficient and this issue can be closed.
2025-04-07T17:46:23
2025-04-07T17:46:23
{}
NONE