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,232,151,596
11,319
edison1105
/ecosystem-ci run
2024-07-17T01:37:20
2024-07-17T01:37:20
{ "+1": 1 }
MEMBER
vuejs
core
2,238,179,683
11,399
linzhe141
> Could you please add a unit test? 这里很多的api,好像都不支持 ![image](https://github.com/user-attachments/assets/e6412045-4f9d-4704-9145-b710dd849441) 好像`node22`才能支持这些新增的api,所以单测没过
2024-07-19T05:19:15
2024-07-19T06:56:28
{}
MEMBER
vuejs
core
2,241,942,092
11,413
linzhe141
> Why not reuse moveTeleport? > > https://github.com/vuejs/core/blob/8655ced480ea0fe453ff5fe445cecf97b91ec260/packages/runtime-core/src/components/Teleport.ts#L306 > > # Suggestions > ## Implement `active` and `deactive` inside `TeleportImpl`, and reuse `moveTeleport` within these methods. > ```ts > export con...
2024-07-22T02:48:52
2024-07-22T02:48:52
{}
MEMBER
vuejs
core
2,232,159,637
11,319
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/9966719041) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/9933951906) | |-------|--------|----------------| | language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/996...
2024-07-17T01:43:24
2024-07-17T01:43:24
{}
CONTRIBUTOR
vuejs
core
2,232,294,372
11,373
yyx990803
This is a duplicate of #4866 As said, this is mostly a design flaw and there's no real fix for it. I am thinking of providing a dedicate `useTemplateRef` function in 3.5.
2024-07-17T03:23:55
2024-07-17T03:23:55
{ "+1": 2 }
MEMBER
vuejs
core
2,232,786,617
11,373
Nicolas-Yazzoom
I was able to work around this issue like [this](https://play.vuejs.org/#eNp9VFGP2jAM/iteXtqTWKsTe2KANhjTbg/btPF2PU2ldSFHSaokBSbEf5+d0I5Jd7xUif3F/vzZ7kl8bJpk36IYibHDXVPnDqeZAhiXcu8PdFyidTPYv620mWRCgVRwnwkYGazovqJj2kFXrXNawYeilsWWnFrN+ZSJCwBgntc14LHRFkuoWlU4SQ8qo3fg81wCpSFS4JIGMuP0iiJdbWFk48Ciaxuoc7WmhM76XHLXaOPgBGt089Y...
2024-07-17T08:54:31
2024-07-17T08:56:25
{}
NONE
vuejs
core
2,238,689,446
11,391
yyx990803
This is expected behavior and the types indicates it is indeed an unwrapped ref inside the template. Changing it would be a breaking change so it's not going to be considered. Moving to discussion instead.
2024-07-19T08:51:02
2024-07-19T08:51:02
{}
MEMBER
vuejs
core
2,246,825,089
7,963
FrankFang
If the second parameter is given, the generic type does not work. Is there any solution to fix that?
2024-07-24T04:08:41
2024-07-24T04:12:02
{}
NONE
vuejs
core
2,232,313,700
11,325
yyx990803
There is indeed an inconsistency. In 3.4 Reactive Props Destructure (RPD) is disabled by default. The destructured props happens to be reactive in templates because they are of the same name. It breaks if they are destructured with alias. This is fixed in the 3.5 `minor` branch in 0fd6193de. Not releasing this in...
2024-07-17T03:46:06
2024-07-17T03:46:06
{}
MEMBER
vuejs
core
2,236,260,017
11,392
LinusBorg
https://github.com/vuejs/core/blob/fd5c001ec732197b1bbfc42b666a72ba65c4c4d7/packages/runtime-core/src/vnode.ts#L232-L233 appContext can't be set in that way, it's only set on a root node when creating an app with `createApp`
2024-07-18T11:23:24
2024-07-18T11:23:24
{}
MEMBER
vuejs
core
2,237,813,956
11,394
so1ve
This is expected behavior: https://www.typescriptlang.org/play/?#code/JYWwDg9gTgLgBAbzgEwKYDNgDtUFkJoA2cAvnOlBCHAEQBuArqjQNwBQbqWD1AklmAYwAKgE8wqRGzgy4AOR4AjVFDgBeWtxDKoNADTTZAZRhRsAc3W0AzqYv62JDugZYAxjGAQs5CBAA8wnCoAB4wXMjWcPyCIuKoenAAalZBoeFYkdECQmISAHQK2ipwAPxwWjpwAD4VDITEAFxwaWERUTG58fkmZliW5bZ9lrXcDXDNOHQqAHwAFACU...
2024-07-19T00:35:19
2024-07-19T00:35:19
{}
MEMBER
vuejs
core
2,237,835,771
11,392
chuyuandu
I have a third-party js library, how to render a vue component in the third-party js library I hope that i can render a vnode to a specified vnode
2024-07-19T01:12:36
2024-07-19T01:12:36
{}
NONE
vuejs
core
2,238,701,754
11,398
yyx990803
Your version linking to 3.4.32 release note made me think it's a regression, but it seems the behavior has always been like this since Vue 3?
2024-07-19T08:58:42
2024-07-19T08:58:42
{}
MEMBER
vuejs
core
2,241,920,771
11,410
edison1105
duplicate of https://github.com/vuejs/core/issues/5603 a workaround [see](https://github.com/vuejs/core/issues/5603#issuecomment-1715369413)
2024-07-22T02:21:02
2024-07-22T02:22:03
{}
MEMBER
vuejs
core
2,242,468,023
11,420
LinusBorg
In the playground, it only updates because the browser is iterating over the array when you log it to the console. Stackblitz likely highjacks console calls in an async way, so iteration in the console happens outside of the effect. Not updating would be expected in normal code, in my opinion, because the watchEffec...
2024-07-22T09:10:29
2024-07-22T09:21:16
{}
MEMBER
vuejs
core
2,230,469,950
7,108
baiwusanyu-c
/ecosystem-ci run
2024-07-16T09:44:22
2024-07-16T09:44:22
{ "+1": 1 }
MEMBER
vuejs
core
2,232,546,917
6,643
yyx990803
This is not considered a bug, because there is no way in TypeScript for the `expose()` call to affect the return type of the parent `defineComponent()` call. It's not just possible. With the latest version of vue-tsc, this is working correctly when using `defineExpose()` inside `<script setup>`. If you for some reas...
2024-07-17T06:42:51
2024-07-17T06:43:11
{}
MEMBER
vuejs
core
2,233,727,800
10,567
hugoattal
I think the attribute SHOULD BE inserted at every levels. If not, the `:deep` selector becomes useless. But I think it should not cascade in the `:deep` selector. Here's my simple example that breaks with the `:deep` selector: ```css :deep(p) { color: red; strong { color: black; } } ``` compil...
2024-07-17T16:33:05
2024-07-17T16:34:50
{ "-1": 1 }
NONE
vuejs
core
2,238,177,545
11,398
sevenc-nanashi
Looks like this issue also applies to some other Set methods: - difference - isSubsetOf - isSupersetOf - isDisjointFrom - symmetricDifference - union
2024-07-19T05:17:47
2024-07-19T05:17:47
{}
NONE
vuejs
core
2,238,811,137
5,836
TheKeymaster
For those needing a workaround, i'm gonna explain the issue I've faced and how I solved it. This is how my component looked at first: ```Vue <template> <Transition name="fade"> <Teleport to="body" v-if="isOpen"> <div class="some-div" @click="isOpen = false"> <img :src="imageUrl" @loa...
2024-07-19T09:58:54
2024-07-19T09:59:27
{}
NONE
vuejs
core
2,241,937,249
11,413
edison1105
Why not reuse moveTeleport? https://github.com/vuejs/core/blob/8655ced480ea0fe453ff5fe445cecf97b91ec260/packages/runtime-core/src/components/Teleport.ts#L306 # Suggestions ## Implement `active` and `deactive` inside `TeleportImpl`, and reuse `moveTeleport` within these methods. ```ts export const TeleportImpl...
2024-07-22T02:42:10
2024-07-22T02:43:33
{}
MEMBER
vuejs
core
2,241,939,224
11,415
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 90 kB | 34.5 kB | 31.1 kB | | vue.global.prod.js | 147 kB | 54 kB | 48.1 kB | ### Usages | Name | Size | Gzi...
2024-07-22T02:44:59
2024-07-22T02:44:59
{}
NONE
vuejs
core
2,244,092,909
9,239
2840365628
> Fixed in #9240 @hisland https://github.com/vuejs/core/issues/11424 请问这是否和我的问题有关
2024-07-23T01:43:48
2024-07-23T01:43:59
{}
NONE
vuejs
core
2,244,964,286
10,351
gburning
This seems really unintuitive to me. As was mentioned in the [other thread](https://github.com/vuejs/core/issues/10560#issuecomment-2011731157) I too would like to be able to define this behavior on a case by case basis instead of attaching an empty event listener just to force a child component to accept a certain val...
2024-07-23T11:18:19
2024-07-23T11:18:19
{ "+1": 5 }
NONE
vuejs
core
2,247,267,340
11,427
kakkokari-gtyih
Just updated issue title for clarity
2024-07-24T08:51:47
2024-07-24T08:51:47
{}
CONTRIBUTOR
vuejs
core
2,232,765,464
11,162
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ----------------- | ------------------ | ------------------- | | runtime-dom.global.prod.js | 90 kB (**+7 B**) | 34.5 kB (**+1 B**) | 31.1 kB (**+27 B**) | | vue.glo...
2024-07-17T08:43:53
2024-07-17T08:43:53
{}
NONE
vuejs
core
2,235,056,475
11,369
dddssw
This is my first time writing test cases, and I'm not sure if I should write it this way.thank
2024-07-18T01:33:44
2024-07-18T01:33:44
{}
NONE
vuejs
core
2,236,262,534
11,391
linzhe141
> > [要这么设置](https://play.vuejs.org/#eNp9UstOwzAQ/JWVLwFREiE4hRQJUA9wAAQcfUnTbZrWsS3bCUVR/p11Hn1ItKesZ2ad8e407FHrsK6QxSyxmSm0A4uu0g9cFqVWxsGzKjUsjSohCCN/8PLgnssk6htISgeHpRapQzoBJF7XVVSPDNTXVig35axZYZGvXMvZoAFoRqwdkWRR1BBb9ytw3xJD/w3rVFQIVxDobTCZp9kmN6qSizgwuAj8xUlE/aOF6Nhd9wwqj3Au2YQ5mym5LPJwbZWkmTRez1lG+kKgedeuUNJyFkPH...
2024-07-18T11:24:55
2024-07-18T11:24:55
{}
MEMBER
vuejs
core
2,237,815,091
11,394
so1ve
`V = ...` is not associated with `T`. It can be any other type.
2024-07-19T00:37:19
2024-07-19T00:37:28
{}
MEMBER
vuejs
core
2,241,949,929
11,409
edison1105
/ecosystem-ci run
2024-07-22T02:58:29
2024-07-22T02:58:29
{ "+1": 1 }
MEMBER
vuejs
core
2,244,088,924
11,424
2840365628
在依次点击了按钮,并在控制台打印了ref的第一个元素之后,鼠标移入元素发现并不是当前视图中的第一个元素,
2024-07-23T01:38:36
2024-07-23T01:38:36
{}
NONE
vuejs
core
2,238,314,703
11,403
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ----------------- | ------------------ | ------------------- | | runtime-dom.global.prod.js | 90 kB (**-1 B**) | 34.5 kB (**+1 B**) | 31.1 kB (**+3 B**) | | vue.glo...
2024-07-19T06:11:00
2024-07-19T06:11:00
{}
NONE
vuejs
core
2,238,649,343
11,400
ghost
@edison1105 https://stackblitz.com/edit/github-wszpet This is a minimal reproduction without VueFinalModal. This may be a bug regarding `Teleport`.
2024-07-19T08:27:59
2024-07-19T08:27:59
{}
NONE
vuejs
core
2,240,910,331
11,409
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | -------------------- | ------------------- | ------------------ | | runtime-dom.global.prod.js | 89.9 kB (**-116 B**) | 34.4 kB (**-50 B**) | 31.1 kB (**-4 B**) | ...
2024-07-20T04:27:16
2024-07-20T04:27:16
{}
NONE
vuejs
core
2,241,758,327
11,382
nathan-de-pachtere
@yyx990803 I can provide access to the repository, but not publicly as it's part of the company. However, I can invite you to it if that works for you.
2024-07-21T20:02:56
2024-07-21T20:02:56
{}
NONE
vuejs
core
2,242,214,883
11,400
dadajam4
The same issue is occurring with my product as well. After switching through different Vue versions, I confirmed that it does not occur in version 3.4.31 but does occur in version 3.4.32.
2024-07-22T06:50:02
2024-07-22T06:50:02
{ "+1": 2 }
NONE
vuejs
core
2,242,607,191
11,420
LinusBorg
Yep, that would be the way to go.
2024-07-22T10:19:25
2024-07-22T10:19:25
{}
MEMBER
vuejs
core
2,331,070,952
11,825
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/fe983e37-408a-4af4-83e1-116b9211f7d7) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@11825 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https://pkg....
2024-09-05T09:42:01
2024-09-06T03:06:04
{}
NONE
vuejs
core
2,333,269,853
11,837
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/1b9e1fce-dc58-4c6e-ab64-b328c2ba4377) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@11837 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https://pkg....
2024-09-06T05:38:16
2024-09-06T07:24:22
{}
NONE
vuejs
core
2,333,491,592
11,841
yyx990803
Creating reactive objects inside computed is definitely not recommended - I don't think we'd want to lock ourselves into behavior around this premise.
2024-09-06T08:09:19
2024-09-06T08:09:19
{}
MEMBER
vuejs
core
2,336,627,770
11,853
guy-confetti
I've been using `ExtractPublicPropTypes` previously, but the inferred props from `DefineComponent` are already a result of `ExtractPropTypes` (internal props) which cannot be passed to `ExtractPublicPropTypes`
2024-09-08T10:13:14
2024-09-08T10:13:14
{}
NONE
vuejs
core
2,336,676,611
11,851
gVguy
(updated minimal reproduction: pass button content as slot)
2024-09-08T12:56:14
2024-09-08T12:56:14
{}
NONE
vuejs
core
2,336,880,678
11,851
edison1105
@palasjir It seems unrelated to this issue, Could you please create a new issue with minimal reproduction?
2024-09-09T00:14:38
2024-09-09T00:14:38
{}
MEMBER
vuejs
core
2,336,904,843
11,797
yyx990803
Self-referencing computed is an anti-pattern. The behavior is not strictly defined and has fluctuated between versions in the past. If a change "fixes" a behavior for an anti-pattern but breaks other idiomatic usage, it will be reverted.
2024-09-09T00:50:46
2024-09-09T00:50:46
{}
MEMBER
vuejs
core
2,333,052,076
11,832
jh-leong
This is expected behavior. `defineModel()` is a shortcut for receiving a model prop and emitting an update event to the parent with the new value. The new value will only be available after the parent has updated (on the next tick) and passed the updated value back down to the child. This is the same behavior you wo...
2024-09-06T02:10:27
2024-09-06T02:10:27
{}
MEMBER
vuejs
core
2,333,076,730
11,832
maxkopych
Personally, I don't think this is a good behavior. Because by reading documentation I had opinion that it's behave as `ref` variable and I don't see anywhere mentioned async behavior for it. `defineModel ` came out relatively recently, and I think it might cause a lot of hidden bugs in future because of that. But I thi...
2024-09-06T02:41:25
2024-09-06T02:44:28
{ "+1": 2 }
NONE
vuejs
core
2,333,206,830
11,832
PengBoUESTC
> > if U remove `v-model` of `Model`, > > ``` > > <Model :modelValue="test"/> > > ``` > > > > > > > > > > > > > > > > > > > > > > > > the value in component `Model` will update `sync` > > Even more confusing have 2 different behavior :D > > Again at least th...
2024-09-06T04:22:59
2024-09-06T04:22:59
{}
CONTRIBUTOR
vuejs
core
2,336,790,889
11,851
palasjir
Having same issue passing `span` as slot to custom component. Here is the error and code it points to. ![Screenshot 2024-09-08 at 20 59 29](https://github.com/user-attachments/assets/969559a4-e2c6-40ea-a75f-f7ae4f0ca63b) ![Screenshot 2024-09-08 at 20 59 35](https://github.com/user-attachments/assets/da9939db-36ad-4b4...
2024-09-08T19:04:23
2024-09-08T19:04:23
{}
NONE
vuejs
core
2,333,226,295
11,832
maxkopych
I would better understand if this would have setter. For example if we want to mutate with `await model.set(4)` or something like that. Again when you reading code you see that var been mutating but nothing indicate that var is async and gonna be mutated only later unless you know "underhood logic"
2024-09-06T04:47:34
2024-09-06T04:47:34
{ "heart": 1 }
NONE
vuejs
core
2,335,374,801
11,846
LinusBorg
I think you need to set the `type` prop on the `<Transition>` to let it know which type's duration it should wair for: transition or animation. Docs: https://vuejs.org/api/built-in-components.html#transition Playground: https://play.vuejs.org/#eNrNV9tu2zgQ/RWuFoEdwJIv8qWrdYPNFkEvD2nRFn2p+0BLtMNaFgWScpIa+fcOh7p...
2024-09-07T15:03:22
2024-09-07T15:04:19
{}
MEMBER
vuejs
core
2,337,507,451
3,370
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/002943c4-97d3-46e0-8d38-3122c01381c5) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@3370 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https://pkg.p...
2024-09-09T08:46:29
2024-09-09T08:46:29
{}
NONE
vuejs
core
2,333,469,016
11,840
zcf0508
> It works on my machine. > > ![image](https://private-user-images.githubusercontent.com/85992002/365082092-f5992773-4775-45b6-9c83-aacbcc04e072.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjU2MDk1ODEsIm5iZiI6MTcyNTY...
2024-09-06T07:56:48
2024-09-06T07:56:48
{}
NONE
vuejs
core
2,334,861,452
11,848
LinusBorg
Please respect issue requirements
2024-09-06T21:55:31
2024-09-06T21:55:31
{}
MEMBER
vuejs
core
2,336,899,026
11,858
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 100 kB | 37.7 kB | 34 kB | | vue.global.prod.js | 159 kB | 57.7 kB | 51.2 kB | ### Usages | Name | Size | Gzi...
2024-09-09T00:42:03
2024-09-09T00:42:03
{}
NONE
vuejs
core
2,337,506,056
3,370
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------ | ------------------- | ------------------- | | runtime-dom.global.prod.js | 100 kB (**+76 B**) | 37.8 kB (**+13 B**) | 34 kB (**-31 B**) | | v...
2024-09-09T08:45:51
2024-09-09T08:45:51
{}
NONE
vuejs
core
2,337,519,932
11,866
yvangrdv
My bad, I paste the wrong link. This is the good link : https://play.vuejs.org/#eNqVVE1v1DAQ/Ssjn7ZSyR4WLqu0EkVFgARUdMUFI+Qmk2yKY0e2ExaF/HfGzke9VVu1viQzfva8mXnjnr1tmqRrkW1ZajNTNQ6kUOUZZ85yds5VVTfaOOghx6JS+E6TrVA5GKAwugbO6DRnC/BCGI+ZN5P15PBBItgOrTvGzZ4ZyBUeApQCi1aGb0xg1XMFtJSocUs3UCKcnY6+bAbZLUwwvyYqE8ivOejkGqZvLpyA1Ul8...
2024-09-09T08:51:44
2024-09-09T08:52:58
{}
NONE
vuejs
core
2,337,541,458
3,928
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/e8958ecb-0f8d-49d3-94af-3f05acd74944) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@3928 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https://pkg.p...
2024-09-09T09:00:52
2024-09-09T09:00:52
{}
NONE
vuejs
core
2,337,576,257
11,866
svannierswm
I have the same issue using PHPStorm : ![image](https://github.com/user-attachments/assets/4aeea65d-e247-42f9-8587-52343bda8d42) ## PHPStorm information : PhpStorm 2024.2.1 Build #PS-242.21829.154, built on August 29, 2024 Runtime version: 21.0.3+13-b509.11 amd64 (JCEF 122.1.9) VM: OpenJDK 64-Bit Server VM ...
2024-09-09T09:15:31
2024-09-09T09:15:31
{}
NONE
vuejs
core
2,333,027,791
11,831
lehni
I just found out that it has nothing to do with `sort()`. Simply accessing the property causes the same behavior: https://play.vuejs.org/#eNp9VNtum0AQ/ZXRviSRXchFfXFJ0tbKQ/rQVk3fTFRTGMwmyy7ai+PI4t87CyzGUmUJid25nnNmYM++NE20dcgWLDG55o29SyWvG6Ut7EFjllu+RWih1KqGM4o8+5TKVAq0kCsnLWq4hUtvwl2XVWCZOUHZqQQoMpudX/RnoHLWaRluEAo...
2024-09-06T01:44:22
2024-09-06T01:44:22
{}
CONTRIBUTOR
vuejs
core
2,333,068,655
11,822
PengBoUESTC
> This is indeed expected behavior. In a lot of cases users expect / rely on the implicit inheritance and we can't just warn about it. Ok, by the way, if the child component has only one root `element`, the `prop` without declare in `props` options will be inherited by the deepest child. [try it](https://play.vuejs...
2024-09-06T02:30:32
2024-09-06T02:30:32
{}
CONTRIBUTOR
vuejs
core
2,333,404,594
11,840
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 100 kB | 37.7 kB | 34 kB | | vue.global.prod.js | 159 kB | 57.6 kB | 51.3 kB | ### Usages | Name | Size | Gzi...
2024-09-06T07:16:08
2024-09-06T07:16:08
{}
NONE
vuejs
core
2,336,564,093
11,428
phk422
> This only implements the button but doesn't seem to actually change the editor's behavior? Hello, @yyx990803! with the release of [@vue/repl@4.4.0](https://github.com/vuejs/repl/releases/tag/v4.4.0), this behavior in the editor is now supported! I believe this PR is ready to be merged. 😃
2024-09-08T06:19:36
2024-09-08T06:19:36
{}
CONTRIBUTOR
vuejs
core
2,336,613,630
11,853
sqal
https://vuejs.org/api/utility-types#extractpublicproptypes
2024-09-08T09:23:43
2024-09-08T09:23:43
{}
CONTRIBUTOR
vuejs
core
2,336,843,164
11,797
charlesg99
> It's a bit strange that no value is returned from the first use of the getter. One could argue that the behavior of v3.4.15 is actually the correct one in this situation? > > https://play.vuejs.org/#eNp9UstOwzAQ/JWVxQEESkHQS0kroOoBDoAoR0s0JNs2rWNb9rpUivLv2M2jOVSVItm7MxnN7Lpkz1pHO4dsxGKbmlzThEvca2UIMlwmThCUXAJkCSWX...
2024-09-08T22:18:57
2024-09-08T22:18:57
{}
NONE
vuejs
core
2,336,899,441
11,859
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/c6b39c35-cdd7-498b-9df2-874e1c4a6bfe) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@11859 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https://pkg....
2024-09-09T00:42:40
2024-09-09T00:42:40
{}
NONE
vuejs
core
2,333,321,961
11,836
zcf0508
I updated the mini repodunction. [vue playground](https://play.vuejs.org/#eNqlU9uO0zAQ/ZVZvyQrbRNVCy9VGglQpQWJi2ARDwSxIZm2Xhw7sp1QFOXfGdtN2l1xeaCqWs+cM+MzFw/sWdsmfYdsxTJTad5aMGi7Ni8kb1qlLQygcQsjbLVqICJqNEMvVNMuj0CSesvlIkIhKyWNhcbsYO0SxNENCqHgk9KivoguJ4JqUS6PlG0pDBKSpUEJaSDDYtOK0iJZANl+mQ+DTzuOWUqW93LZdhb6RaNqFOuCEV4...
2024-09-06T06:15:00
2024-09-06T06:15:00
{}
NONE
vuejs
core
2,333,268,871
11,837
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------ | ------------------- | ------------------- | | runtime-dom.global.prod.js | 100 kB (**-17 B**) | 37.7 kB (**-10 B**) | 34 kB (**-25 B**) | | v...
2024-09-06T05:37:11
2024-09-06T07:23:49
{}
NONE
vuejs
core
2,332,992,869
11,831
lehni
BTW, the strange behavior even happens when I delete `item.children` after having called `sort()` on it: https://play.vuejs.org/#eNp9VMlu2zAQ/ZUBL0lgV86CXlzHaWvk0B7aounNCmpVGllMKFLg4jgw9O8dUqIsA0EAASLnzfLmzUgH9qVpkp1DNmcLk2ve2GUqed0obeEAGrPc8h1CC6VWNZyR59mnVKZSoIVcOWlRwy1cehPuQ1SBZeYERacSoMhsdn7RnYHSWadlvEFMMAfphOiM...
2024-09-06T01:15:34
2024-09-06T07:45:52
{}
CONTRIBUTOR
vuejs
core
2,337,455,250
11,863
JohnieXu
@MohanDrey24 For now you can U can do like this: https://github.com/nuxt/nuxt/issues/28829#issuecomment-2329411615
2024-09-09T08:25:22
2024-09-09T08:25:22
{ "+1": 1 }
NONE
vuejs
core
2,337,540,762
3,928
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------ | ------------------ | ------------------ | | runtime-dom.global.prod.js | 100 kB (**-14 B**) | 37.7 kB (**-9 B**) | 34 kB (**-37 B**) | | vue.glo...
2024-09-09T09:00:33
2024-09-09T09:00:33
{}
NONE
vuejs
core
2,332,976,489
11,775
yyx990803
Reopened (#11778 reverted in 7e3b3bb2a due to https://github.com/vuejs/core/issues/11829
2024-09-06T00:53:42
2024-09-06T00:53:42
{}
MEMBER
vuejs
core
2,332,990,042
11,831
lehni
Hmm but the behavior of 35c760f82f749f7c6e3f9bfead8221ce498e892f seems correct to me? I have a feeling there could be a way to handle that and not cause the issue outlined here? Doesn't the issue here lie in how using `sort()` sets up dependency changes?
2024-09-06T01:11:56
2024-09-06T01:14:05
{}
CONTRIBUTOR
vuejs
core
2,333,030,798
11,829
edison1105
@ferferga Could you please test [this preview package](https://github.com/vuejs/core/pull/11833#issuecomment-2333007126) to confirm your that problem not reproduce? Edit: I tested it locally and the above issues have been fixed.
2024-09-06T01:48:04
2024-09-06T01:48:57
{}
MEMBER
vuejs
core
2,331,070,739
11,825
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------ | ------------------ | ------------------- | | runtime-dom.global.prod.js | 100 kB (**+18 B**) | 37.7 kB (**+3 B**) | 34 kB (**-40 B**) | | vue....
2024-09-05T09:41:55
2024-09-06T03:05:43
{}
NONE
vuejs
core
2,333,340,185
11,836
zcf0508
> [typescript playground](https://www.typescriptlang.org/play/?#code/KYDwDg9gTgLgBDAnmYcDCEC2kB2wcwAqywAopgJYwDOcAvAFBxwA+cAFOwHQ8CGUAc2oAuOLxyIA2gF0AlPQB8YibKas4AJWABjaABMAPNRhQKOAQBplU6Qob2GAMwCuObTAoQcCYMfa9RDGwvfCIScipqeQBvewBfezMYYChHXm1UAH1MgDUAGQBlTIBZCD1gABsImmIUOFjmAHJnMD1eZOEIFBxG0Uku-FEAIwgICuBxaTVm1vbgYShgG...
2024-09-06T06:30:24
2024-09-06T06:33:08
{}
NONE
vuejs
core
2,333,348,539
11,829
ferferga
@edison1105 Thank you very much for the quick fix as always 🚀. Sorry for not providing feedback earlier, but was sleep time in my timezone.
2024-09-06T06:36:43
2024-09-06T06:36:43
{}
CONTRIBUTOR
vuejs
core
2,335,169,202
11,797
charlesg99
> @charlesg99 are you saying you're seeing an endless recursion again? > > For what it's worth, this fix here wasn't reverted, it's the follow up commit [e84c4a6](https://github.com/vuejs/core/commit/e84c4a608e9dc96fb2a4a29d538bcc64f26103a2) by @yyx990803 that was reverted. The reverted commit references your com...
2024-09-07T12:14:50
2024-09-07T12:14:50
{}
NONE
vuejs
core
2,336,610,475
11,797
lehni
Ok understood. Could you create a new issue with a test-case illustrating your bug?
2024-09-08T09:13:32
2024-09-08T09:13:32
{}
CONTRIBUTOR
vuejs
core
2,336,878,143
11,854
edison1105
/ecosystem-ci run
2024-09-09T00:10:24
2024-09-09T00:10:24
{ "+1": 1 }
MEMBER
vuejs
core
2,336,881,932
11,854
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/10764198746) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/10732700390) | |-------|--------|----------------| | language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/1...
2024-09-09T00:16:31
2024-09-09T00:16:31
{}
CONTRIBUTOR
vuejs
core
2,336,899,357
11,859
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 100 kB | 37.7 kB | 34 kB | | vue.global.prod.js | 159 kB | 57.7 kB | 51.2 kB | ### Usages | Name | Size | Gzi...
2024-09-09T00:42:32
2024-09-09T00:42:32
{}
NONE
vuejs
core
2,337,295,740
11,863
edison1105
It's weird. it works fine in [playground](https://play.vuejs.org/#__SSR__eNqVVE1v2zAM/SucMMAp1jqHbBfP/diGHDpgW7AWuczD4Ni0q9aWBElOMhj+76OlKEnboUAvifVIiu+Rz+7ZJ6XidYcsYanFVjW5xYtMAKQlX7sHgGWHMIs/vEtXGqY7LF1eC9VZfwDg5XnGuENYwBL7VyHB5k5uFrkxG6lLuITI4tZGkECkdmB0qLmysq4bPAuhp+Xn8Ob4HAo9q3QaON9YkpFA38Oj6mHIRDo9kklHU2iuLBi0nYI...
2024-09-09T07:06:31
2024-09-09T07:07:01
{}
MEMBER
vuejs
core
2,337,380,534
11,863
MohanDrey24
> It's weird. it works fine in [playground](https://play.vuejs.org/#__SSR__eNqVVE1v2zAM/SucMMAp1jqHbBfP/diGHDpgW7AWuczD4Ni0q9aWBElOMhj+76OlKEnboUAvifVIiu+Rz+7ZJ6XidYcsYanFVjW5xYtMAKQlX7sHgGWHMIs/vEtXGqY7LF1eC9VZfwDg5XnGuENYwBL7VyHB5k5uFrkxG6lLuITI4tZGkECkdmB0qLmysq4bPAuhp+Xn8Ob4HAo9q3QaON9YkpFA38Oj6mHIRDo9kklHU2iuLBi0n...
2024-09-09T07:50:22
2024-09-09T07:53:23
{}
NONE
vuejs
core
2,332,218,803
7,475
adamdehaven
> Setting a variable to null already behaves this way, so it could be argued that this PR is just making undefined consistent with null. That said, I'm not sure whether this is desirable or not. I think the answer is yes, as I would not expect `undefined` to ever be bound to an element via CSS Custom Property. Is...
2024-09-05T16:55:54
2024-09-05T16:55:54
{}
NONE
vuejs
core
2,332,972,294
11,831
yyx990803
the change that introduced this is reverted in 35c760f82
2024-09-06T00:48:21
2024-09-06T00:48:58
{}
MEMBER
vuejs
core
2,333,412,217
11,840
edison1105
/ecosystem-ci run
2024-09-06T07:21:07
2024-09-06T07:21:07
{ "+1": 1 }
MEMBER
vuejs
core
2,333,655,008
11,842
netlify[bot]
### <span aria-hidden="true">❌</span> Deploy Preview for *vue-next-template-explorer* failed. | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 50499c99d1ecc2808a154ce6e57788ed47a62301 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/s...
2024-09-06T09:32:03
2024-09-06T09:32:03
{}
NONE
vuejs
core
2,334,375,761
11,797
charlesg99
Why was this reverted? 3.5.2 fixed it and today 3.5.3 broke it again.
2024-09-06T16:03:56
2024-09-06T16:03:56
{}
NONE
vuejs
core
2,336,547,902
11,854
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 100 kB | 37.7 kB | 34 kB | | vue.global.prod.js | 159 kB | 57.7 kB | 51.2 kB | ### Usages | Name | Size | Gzi...
2024-09-08T04:59:52
2024-09-08T04:59:52
{}
NONE
vuejs
core
2,336,653,594
11,853
jh-leong
Since this isn't a bug within the framework but a change in internal behavior, I'll close this off. Let me know if you run into any other issues.
2024-09-08T11:43:26
2024-09-08T11:43:26
{}
MEMBER
vuejs
core
2,336,547,962
11,854
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/02531a34-0614-4416-b3f5-32dbd597f14f) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@11854 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https://pkg....
2024-09-08T05:00:13
2024-09-09T03:42:21
{}
NONE
vuejs
core
2,333,085,938
11,832
maxkopych
> if U remove `v-model` of `Model`, > > ``` > <Model :modelValue="test"/> > ``` > > the value in component `Model` will update `sync` Even more confusing have 2 different behavior :D Again at least this should be explained in documentation for `defineModel `. Because from my perspective it's look like reg...
2024-09-06T02:53:40
2024-09-06T02:54:23
{}
NONE
vuejs
core
2,333,338,308
11,839
linzhe141
If you have more than one Vue application instance of the same page, you can avoid ID conflicts by giving each app an ID prefix via [app.config.idPrefix](https://vuejs.org/api/application.html#app-config-idprefix).
2024-09-06T06:28:59
2024-09-06T06:28:59
{}
MEMBER
vuejs
core
2,333,374,400
11,839
jh-leong
This behavior is expected, see https://vuejs.org/api/composition-api-helpers.html#useid
2024-09-06T06:56:03
2024-09-06T06:56:03
{}
MEMBER
vuejs
core
2,333,405,178
11,840
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/6637000f-5ecc-448d-ab03-01988b331c1c) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@11840 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https://pkg....
2024-09-06T07:16:31
2024-09-06T07:16:31
{}
NONE
vuejs
core
2,333,450,241
11,831
lehni
I would like to suggest to reopen this, since there is even more weirdness. If I change from property access + delete to a simple `++` on a value, I see yet another behavior: https://play.vuejs.org/#eNp9U01r3DAQ/SuDLklIai+EXrbOpu2SQ3toS9tbFIprj3edyJLRh7tg/N87sizbCyEgkDTvzcybGalnn9o26RyyLctMoevW7rism1ZpCz1ozAtbdwgDVF...
2024-09-06T07:45:11
2024-09-06T07:45:11
{}
CONTRIBUTOR
vuejs
core
2,333,465,418
11,840
KazariEX
It works on my machine. ![image](https://github.com/user-attachments/assets/f5992773-4775-45b6-9c83-aacbcc04e072)
2024-09-06T07:54:39
2024-09-06T07:54:39
{}
MEMBER
vuejs
core
2,333,494,426
7,874
edison1105
closed via https://github.com/vuejs/core/commit/f476b7f030f2dd427ca655fcea36f4933a4b4da0
2024-09-06T08:11:00
2024-09-06T08:11:00
{}
MEMBER
vuejs
core
2,333,554,483
11,842
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 100 kB | 37.7 kB | 34 kB | | vue.global.prod.js | 159 kB | 57.6 kB | 51.3 kB | ### Usages | Name | Size | Gzi...
2024-09-06T08:45:07
2024-09-06T08:45:07
{}
NONE
vuejs
core
2,333,855,940
11,404
s3xysteak
@dadaguai-git This simple change can generate unique IDs in asynchronous contexts. This api design maybe is intended to be consistent with React's useId. ```js /** useId */ export function useIdCreator() { const i = getCurrentInstance() if (i) { // return (i.appContext.config.idPrefix || 'v') + ':' + i.id...
2024-09-06T11:31:19
2024-09-06T11:31:19
{}
NONE