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,682,002,028
6,715
jd-solanki
It's been a year, Can we consider this now? @sodatea
2023-08-17T10:03:19
2023-08-17T10:03:19
{ "+1": 4 }
NONE
vuejs
core
1,683,586,331
8,994
agileago
i think setup function return object should can get prototype method in template. i think this is a intuitive feature
2023-08-18T08:53:42
2023-08-18T08:53:42
{}
NONE
vuejs
core
1,683,857,636
8,995
sxzz
They ain't the same actually. Optional means it could not exist or be `undefined`.
2023-08-18T12:36:40
2023-08-18T12:36:40
{}
MEMBER
vuejs
core
1,685,344,880
8,286
so1ve
Vue doesn't aim to be a fully functional typescript resolver, so this issue will never be resolved since vue doesn't use typescript api, but a custom resolver based on babel AST. It only tries to resolve basic types we use (because creating a working type resolver requires a lot of work - see checker.ts!). If you rely ...
2023-08-20T17:15:55
2023-08-21T12:41:57
{ "+1": 1, "confused": 1 }
MEMBER
vuejs
core
1,690,833,542
9,025
edison1105
see https://router.vuejs.org/guide/advanced/transitions.html#Forcing-a-transition-between-reused-views
2023-08-24T01:01:49
2023-08-24T01:01:49
{}
MEMBER
vuejs
core
1,691,287,015
9,031
f0ll0wthewhiterabbit
I faced the same issue with enums iniside `defineEmits`
2023-08-24T08:57:47
2023-08-24T08:57:47
{}
NONE
vuejs
core
1,683,694,280
8,987
baiwusanyu-c
You are right, thank you for your help, let me think about how to do it🧐
2023-08-18T10:18:25
2023-08-18T10:18:25
{}
MEMBER
vuejs
core
1,684,173,965
8,995
sxzz
BTW, I hope that in the future, you can articulate your motivation in the PR, explaining why you are making this PR, in order to facilitate a better review process. Without a strong motivation, we may not accept the refactoring PR.
2023-08-18T16:43:57
2023-08-18T16:43:57
{}
MEMBER
vuejs
core
1,682,625,783
8,992
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 85.8 kB | 32.6 kB | 29.4 kB | | vue.global.prod.js | 132 kB | 49.3 kB | 44.3 kB | ### Usages | Name | Size |...
2023-08-17T16:48:57
2023-08-21T03:10:45
{}
NONE
vuejs
core
1,685,582,209
8,885
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 85.8 kB | 32.6 kB | 29.4 kB | | vue.global.prod.js | 132 kB | 49.3 kB | 44.3 kB | ### Usages | Name | Size |...
2023-08-21T03:37:20
2023-08-21T03:37:20
{}
NONE
vuejs
core
1,685,582,266
8,886
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 85.8 kB | 32.6 kB | 29.4 kB | | vue.global.prod.js | 132 kB | 49.3 kB | 44.3 kB | ### Usages | Name | Size |...
2023-08-21T03:37:26
2023-08-21T03:37:26
{}
NONE
vuejs
core
1,685,846,452
5,161
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 85.8 kB | 32.6 kB | 29.4 kB | | vue.global.prod.js | 132 kB | 49.3 kB | 44.3 kB | ### Usages | Name | Size |...
2023-08-21T08:04:20
2023-08-21T08:04:20
{}
NONE
vuejs
core
1,685,857,078
8,586
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | ------------------- | ------------------- | | runtime-dom.global.prod.js | 85.8 kB (**+52 B**) | 32.6 kB (**-33 B**) | 29.4 kB (**-18 B**) | ...
2023-08-21T08:09:08
2023-08-21T08:09:08
{}
NONE
vuejs
core
1,686,243,665
8,785
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/5926276644) | suite | result | |-------|--------| | [nuxt](https://github.com/vuejs/ecosystem-ci/actions/runs/5926276644/job/16067377073) | :white_check_mark: success | | [pinia](https://github.com/vuejs/ecosystem-ci/actions/runs/59262766...
2023-08-21T12:33:22
2023-08-21T12:43:54
{}
CONTRIBUTOR
vuejs
core
1,686,419,992
9,007
sportdeath
If I replace `<hyperscript />` with `<component :is="hyperscript" />` the error persists. Runtime parsing is clearly being performed already because as you change the text in the textarea, it modifies the rendered code because I'm using [`h` to create a vnode directly](https://vuejs.org/guide/extras/render-function....
2023-08-21T14:16:22
2023-08-21T14:19:01
{}
NONE
vuejs
core
1,688,223,405
7,881
Anoesj
It seems to me developers would need to add more CSS in their projects to support both the View Transitions API (if available) and Vue's own transitions API. Therefore, if this is added, it probably needs to be an opt-in feature. A new "`modern`" prop on the `<Transition>` and `<TransitionGroup>` components to enable i...
2023-08-22T13:47:12
2023-08-22T13:47:12
{}
NONE
vuejs
core
1,688,298,670
7,677
nborko
EDIT: I just realized that the withDefaults macro is documents to remove undefined from the defaulted props; however, in my use case the function used for the default value can return a value OR undefined, depending on circumstances, where undefined is a perfectly valid value meaning "unused". Perhaps withDefaults is ...
2023-08-22T14:27:55
2023-08-22T14:42:12
{}
NONE
vuejs
core
1,690,957,861
9,014
edison1105
It seems to duplicate https://github.com/vuejs/core/issues/7285 the clear warning messages: see https://stackblitz.com/edit/github-zzpvbn?file=server%2FMain.vue
2023-08-24T03:57:38
2023-08-24T03:57:38
{ "rocket": 1 }
MEMBER
vuejs
core
1,681,527,363
8,984
Shyam-Chen
```ts import type { ButtonHTMLAttributes } from 'vue'; ```
2023-08-17T02:44:06
2023-08-17T02:44:06
{}
CONTRIBUTOR
vuejs
core
1,685,775,035
9,007
BowenTew
You need to use ``` <component/> ``` to achieve dynamic rendering. If you write like this, Vue will only treat it as a responsive string, and does not perform runtime parsing when the app is running.
2023-08-21T07:11:48
2023-08-21T07:11:48
{}
NONE
vuejs
core
1,685,806,878
8,978
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 85.8 kB | 32.6 kB | 29.4 kB | | vue.global.prod.js | 132 kB | 49.3 kB | 44.3 kB | ### Usages | Name | Size |...
2023-08-21T07:36:30
2023-08-21T07:46:46
{}
NONE
vuejs
core
1,685,841,451
5,233
sxzz
Done via 1414f17490165d8d170afa651ee9866294d971f6
2023-08-21T08:00:52
2023-08-21T08:00:52
{}
MEMBER
vuejs
core
1,686,243,193
8,785
sxzz
/ecosystem-ci run
2023-08-21T12:33:02
2023-08-21T12:33:02
{ "+1": 1 }
MEMBER
vuejs
core
1,690,177,008
9,028
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 85.8 kB | 32.6 kB | 29.5 kB | | vue.global.prod.js | 132 kB | 49.3 kB | 44.3 kB | ### Usages | Name | Size |...
2023-08-23T15:31:11
2023-08-23T15:31:11
{}
NONE
vuejs
core
1,683,873,879
8,987
SavkaTaras
Hey @LinusBorg @baiwusanyu-c , Do you guys think it's worth adding a Number() wrapper around any number value? It would enforce the number conversion. Since the user is clearly defining a number, the enforcement could be helpful. Thanks
2023-08-18T12:50:31
2023-08-18T12:50:31
{}
NONE
vuejs
core
1,684,932,998
8,947
skirtles-code
Note for reviewers: I think there's some overlap with other PRs: #6185, #7827 and #8718.
2023-08-19T12:25:58
2023-08-19T12:25:58
{}
CONTRIBUTOR
vuejs
core
1,685,196,319
8,984
otomad
> ```ts > ButtonHTMLAttributes > ``` I am just using the button as an example and should actually support all elements.
2023-08-20T06:08:26
2023-08-20T06:08:26
{}
NONE
vuejs
core
1,685,583,907
9,010
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 85.8 kB | 32.6 kB | 29.4 kB | | vue.global.prod.js | 132 kB | 49.3 kB | 44.3 kB | ### Usages | Name | Size |...
2023-08-21T03:38:33
2023-08-21T03:38:33
{}
NONE
vuejs
core
1,689,944,507
9,020
wtto00
```html <form> <div> <label for="example">Type in some sample text</label> <input id="example" type="text" value="123" /> </div> <div> <label for="radio">radio</label> <input id="radio" type="radio" name="radio" value="radio" checked onchange="changeRadio(event)" /> <label for="radio1...
2023-08-23T13:14:33
2023-08-23T13:14:33
{}
NONE
vuejs
core
1,690,831,150
8,565
Alfred-Skyblue
Yes, this PR will cause a large conflict, we should put it to the last merge.
2023-08-24T00:58:06
2023-08-24T00:58:06
{}
MEMBER
vuejs
core
1,681,467,659
4,980
KyleBrown-804
> It's not really meant to be used with render functions, and most of the advantages of `script setup` are already a given when using a render function in a normal Component > > * no need to return all those properties from setup, everything's already in the closure > * no need to register components > > all you...
2023-08-17T01:19:42
2023-08-17T01:19:42
{}
NONE
vuejs
core
1,681,670,172
8,994
Shyam-Chen
```diff - return new CountService(); + return { cs: new CountService() }; ``` ```ts return { cs: new CountService() }; ``` ```html <p>{{ cs.count.value }}</p> <button @click="cs.add">+</button> ```
2023-08-17T06:10:14
2023-08-17T10:24:41
{ "-1": 1 }
CONTRIBUTOR
vuejs
core
1,685,580,993
8,894
dependabot[bot]
Superseded by #9009.
2023-08-21T03:35:21
2023-08-21T03:35:21
{}
CONTRIBUTOR
vuejs
core
1,685,581,225
8,889
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 85.8 kB | 32.6 kB | 29.4 kB | | vue.global.prod.js | 132 kB | 49.3 kB | 44.3 kB | ### Usages | Name | Size |...
2023-08-21T03:35:45
2023-08-21T03:35:45
{}
NONE
vuejs
core
1,687,557,454
9,011
zhangyx1998
### Attempting to fix I found that removing `/*#__PURE__*/` will fail many tests, since everything in `attachedProps` will be considered as referenced and will not shake away. Take the above code (Transformed Vue SFC) for example, my objective is to allow tree shaking when and only when both `component` and `_sfc...
2023-08-22T06:40:59
2023-08-22T07:04:29
{}
NONE
vuejs
core
1,690,544,783
8,565
sxzz
It will create lots of conflicts for other PRs. We need to wait for a time to merge/clean up the PR. Let's put that on hold for now. :innocent:
2023-08-23T19:48:55
2023-08-23T19:48:55
{ "heart": 1 }
MEMBER
vuejs
core
1,684,933,795
8,718
skirtles-code
Note for reviewers: I think there's some overlap with other PRs: #6185, #7827 and #8947.
2023-08-19T12:30:30
2023-08-19T12:30:30
{}
CONTRIBUTOR
vuejs
core
1,672,924,859
8,818
Tofandel
The type of fn is `Function | Function[]` in which case would it be a string? It might be better to fix the underlying issue and not modify the function's accept type There is a type wrongly declared somewhere because typescript does not complain and it would be nice to find the cause
2023-08-10T10:00:11
2023-08-23T09:18:45
{}
CONTRIBUTOR
vuejs
core
1,698,927,912
4,294
rbecheras
English please :-)
2023-08-30T10:47:25
2023-08-30T10:47:25
{ "+1": 2, "confused": 1, "eyes": 1 }
NONE
vuejs
core
1,700,420,774
7,968
haoqunjiang
Duplicate of https://github.com/vuejs/core/issues/4314
2023-08-31T06:08:44
2023-08-31T06:08:44
{}
MEMBER
vuejs
core
1,700,484,594
9,082
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------ | ------- | ------------------- | | runtime-dom.global.prod.js | 85.8 kB (**-8 B**) | 32.6 kB | 29.5 kB (**+35 B**) | | vue.global.prod.js | 132 kB (...
2023-08-31T07:10:16
2023-08-31T07:10:16
{}
NONE
vuejs
core
1,697,907,836
9,064
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6015933932) | suite | result | |-------|--------| | [nuxt](https://github.com/vuejs/ecosystem-ci/actions/runs/6015933932/job/16318851353) | :white_check_mark: success | | [pinia](https://github.com/vuejs/ecosystem-ci/actions/runs/60159339...
2023-08-29T18:07:46
2023-08-29T18:19:38
{ "hooray": 1 }
CONTRIBUTOR
vuejs
core
1,698,600,732
9,068
royalknight56
> Could you add a test case for the issue? done
2023-08-30T06:55:53
2023-08-30T06:55:53
{}
CONTRIBUTOR
vuejs
core
1,700,330,290
9,047
edison1105
set `compilerOptions.comments` to `true` see https://vuejs.org/api/options-rendering.html#compileroptions
2023-08-31T03:53:44
2023-08-31T03:53:44
{}
MEMBER
vuejs
core
1,700,538,673
9,078
sxzz
Could you please add the unit tests for it?
2023-08-31T07:50:55
2023-08-31T07:50:55
{}
MEMBER
vuejs
core
1,700,568,642
8,729
sxzz
Looks like the bundle size didn't increase. It's tree-shakable. I think the PR is acceptable.
2023-08-31T08:12:09
2023-08-31T08:13:05
{}
MEMBER
vuejs
core
1,700,557,033
9,090
haoqunjiang
It's about the patching algorithm: https://v2.vuejs.org/v2/api/#v-for > The default behavior of `v-for` will try to patch the elements in-place without moving them. To force it to reorder elements, you need to provide an ordering hint with the `key` special attribute: Let's walk through the demo step by step: - O...
2023-08-31T08:03:56
2023-08-31T08:16:41
{ "heart": 1 }
MEMBER
vuejs
core
1,701,978,357
8,639
stoner-w
Hello, my business is more complicated, it is actually similar to the scene in #8638, what can you do?
2023-09-01T01:17:24
2023-09-01T01:17:24
{}
NONE
vuejs
core
1,685,807,451
8,976
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | ------------------- | ------------------- | | runtime-dom.global.prod.js | 86 kB (**+139 B**) | 32.7 kB (**+59 B**) | 29.5 kB (**+45 B**) | ...
2023-08-21T07:36:58
2023-09-01T05:33:04
{}
NONE
vuejs
core
1,697,907,007
9,064
johnsoncodehk
/ecosystem-ci run
2023-08-29T18:07:25
2023-08-29T18:07:25
{ "+1": 1 }
MEMBER
vuejs
core
1,698,976,065
8,969
sxzz
Let's track https://github.com/vuejs/language-tools/pull/3487
2023-08-30T11:23:48
2023-08-30T11:23:48
{}
MEMBER
vuejs
core
1,699,153,119
7,444
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 85.8 kB | 32.6 kB | 29.5 kB | | vue.global.prod.js | 132 kB | 49.3 kB | 44.3 kB | ### Usages | Name | Size |...
2023-08-30T13:17:26
2023-08-30T13:42:52
{}
NONE
vuejs
core
1,699,805,421
6,745
yassernasc
In my case, I solved this by changing from: ```html <TransitionGroup name="list" tag="div"> <CustomComponent v-for="item in items" :key="item.id" :componentProp="prop" /> </CustomComponent> ``` To: ```html <TransitionGroup name="list" tag="ul"> <li v-for="item in items" :key="item.id"> <CustomCo...
2023-08-30T20:37:42
2023-08-30T20:37:42
{ "+1": 3 }
NONE
vuejs
core
1,702,343,178
9,090
zestlee1106
@sodatea Thank you for your answer But I have another question As shown in the video attached below, if you keep putting the same input value, isn't the situation where the keys overlap the same? (0-orange) https://github.com/vuejs/core/assets/47649108/9b49bd15-df21-4c2d-82e8-9a2de71485f0
2023-09-01T08:06:04
2023-09-01T08:06:33
{}
NONE
vuejs
core
1,702,652,650
8,976
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6049273426) | suite | result | |-------|--------| | [nuxt](https://github.com/vuejs/ecosystem-ci/actions/runs/6049273426/job/16416248399) | :white_check_mark: success | | [pinia](https://github.com/vuejs/ecosystem-ci/actions/runs/60492734...
2023-09-01T12:14:23
2023-09-01T12:25:07
{}
CONTRIBUTOR
vuejs
core
1,700,532,099
9,086
sxzz
Sure we can move it outside of `src`
2023-08-31T07:45:52
2023-08-31T07:45:52
{}
MEMBER
vuejs
core
1,700,629,517
8,870
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | ------------------- | ------------------- | | runtime-dom.global.prod.js | 85.8 kB (**-60 B**) | 32.6 kB (**-40 B**) | 29.4 kB (**-35 B**) | ...
2023-08-31T08:52:04
2023-08-31T08:52:04
{}
NONE
vuejs
core
1,701,208,252
8,639
stoner-w
I encountered the same problem. How should I bypass this problem now? But in my business, I must bind the click event on the checkbox to modify other values. Is there any way to achieve this?
2023-08-31T14:56:36
2023-08-31T14:56:36
{}
NONE
vuejs
core
1,702,482,491
9,111
edison1105
It is not supported `native-ui` yet. use /*@vue-ignore*/ to skip it.
2023-09-01T09:50:18
2023-09-01T09:50:18
{}
MEMBER
vuejs
core
1,702,484,572
9,111
laterdayi
Should this be handled by vue or naiveUI? @edison1105
2023-09-01T09:51:50
2023-09-01T09:51:50
{}
NONE
vuejs
core
1,698,362,080
9,039
edison1105
Please NOTE: - This behavior is inconsistent to [vue2](https://codesandbox.io/s/dreamy-fog-4clnxf?file=/src/components/Comp.vue) and we didn't documented in the docs. - This kind of overriding prop behavior is unstable. If the user modifies the template of Comp.vue in the future (e.g. adding a `<div>` in the root), i...
2023-08-30T01:35:55
2023-08-30T03:01:51
{ "+1": 6 }
MEMBER
vuejs
core
1,700,527,058
9,053
sxzz
We can add `__NO_SIDE_EFFECTS__` comment into `makeMap`, see also https://github.com/vuejs/core/pull/8512
2023-08-31T07:41:50
2023-08-31T07:41:50
{}
MEMBER
vuejs
core
1,700,622,300
9,082
sxzz
CI has failed. Could you please check `toRaw` is really necessary?
2023-08-31T08:47:20
2023-08-31T08:47:20
{}
MEMBER
vuejs
core
1,700,701,780
9,055
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6035643108) | suite | result | |-------|--------| | [nuxt](https://github.com/vuejs/ecosystem-ci/actions/runs/6035643108/job/16376387590) | :white_check_mark: success | | [pinia](https://github.com/vuejs/ecosystem-ci/actions/runs/60356431...
2023-08-31T09:37:14
2023-08-31T09:50:27
{}
CONTRIBUTOR
vuejs
core
1,700,726,579
4,339
Riant
找到一个对第三库源代码打补丁的方法: npm/yarn:[patch package](https://github.com/ds300/patch-package)。 我用的是 pnpm,他内置了一个 patch 命令 ( [pnpm patch](https://pnpm.io/zh/cli/patch) ),下面说一下具体操作: 在你的项目文件夹运行命令(注意检查你本地的版本号,并修改3.3.4对应版本号) ``` Bash pnpm patch @vue/runtime-core@3.3.4 ``` 然后 pnpm 会打印出库文件的临时源代码目录,进入修改 ./dist 目录的 3 个 js 文件: ...
2023-08-31T09:52:41
2023-08-31T10:01:20
{ "+1": 3 }
NONE
vuejs
core
1,700,856,142
9,028
Alfred-Skyblue
However, it override the inspection of JS files, causing unused imports in JS not to trigger errors. Additionally, this rule doesn't take effect within TS files. As a result, unused imports [`readFileSync` in our build.js](https://github.com/vuejs/core/blob/8998afa42755cbdb3403cd6c0fe158980da8492c/scripts/build.js#L20...
2023-08-31T11:23:23
2023-08-31T11:23:51
{}
MEMBER
vuejs
core
1,701,136,428
5,657
soylomass
> why is this one not open???? Because the devs want a reproduction example, something impossible to get because of the random nature of this bug, sadly. If only the error message could be a little bit more descriptive.
2023-08-31T14:14:12
2023-08-31T14:14:12
{}
NONE
vuejs
core
1,698,569,476
9,039
posva
It still look more convenient to me for the points mentioned above. The current behavior feels like an improvement as it's more predictable that having different behaviors for attrs and props
2023-08-30T06:27:50
2023-08-30T07:20:43
{ "+1": 1, "-1": 1 }
MEMBER
vuejs
core
1,698,939,207
5,899
RomanSkrypnik
Any updates?
2023-08-30T10:56:04
2023-08-30T10:56:04
{}
NONE
vuejs
core
1,698,002,024
8,303
sxiong5
Hey @lixiaofa, have you solved this problem? I faced the same with you.
2023-08-29T19:20:35
2023-08-29T19:20:35
{}
NONE
vuejs
core
1,698,676,506
7,341
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------ | ------------------ | ------------------- | | runtime-dom.global.prod.js | 85.8 kB (**+3 B**) | 32.6 kB (**+1 B**) | 29.5 kB (**+8 B**) | | vue....
2023-08-30T07:55:27
2023-08-30T07:55:27
{}
NONE
vuejs
core
1,700,507,404
9,086
Alfred-Skyblue
> Why do you think it's a JavaScript project? TypeScript files can be saved as well. Because the package.json does not include dependencies for TypeScript, we can certainly download the tsconfig.json file to the root directory; perhaps this would be a better choice?
2023-08-31T07:26:24
2023-08-31T07:26:24
{}
MEMBER
vuejs
core
1,700,566,194
9,090
haoqunjiang
It might be easier to understand if you: - add an `<input>` in the `<li>` - type something in each input - then click the `add` button - see which inputs' states are preserved, and which are not
2023-08-31T08:10:30
2023-08-31T08:10:30
{}
MEMBER
vuejs
core
1,700,615,955
9,080
sxzz
Closing this due to breaking change. If anyone has questions about it, please create an issue for discussion.
2023-08-31T08:43:16
2023-08-31T08:43:16
{}
MEMBER
vuejs
core
1,701,067,263
5,657
frosk1
why is this one not open????
2023-08-31T13:44:09
2023-08-31T13:44:09
{}
NONE
vuejs
core
1,547,540,436
8,303
xiaoxiangmoe
@arpowers temp solution: ```ts var __defProp = Object.defineProperty; var __name = (target, value) => __defProp(target, 'name', { value, configurable: true }); globalThis.__name = __name; ``` Add this line in top of `vite.config.mts` or some of other your code before run vite
2023-05-15T09:53:49
2023-09-01T05:51:09
{ "+1": 10 }
CONTRIBUTOR
vuejs
core
1,702,415,795
9,028
Alfred-Skyblue
In our current [ESLint rules](https://github.com/vuejs/core/blob/8998afa42755cbdb3403cd6c0fe158980da8492c/.eslintrc.cjs#L16C1-L16C1), we have enabled `varsIgnorePattern: '.*'`, which effectively suppresses warnings for all unused variables, and `args: 'none'`, which also suppresses warnings for all unused function para...
2023-09-01T09:02:55
2023-09-01T09:04:21
{}
MEMBER
vuejs
core
1,702,657,920
8,976
sxzz
See https://github.com/vuejs/core/issues/9039#issuecomment-1698683820
2023-09-01T12:18:48
2023-09-01T12:18:48
{}
MEMBER
vuejs
core
1,700,189,541
4,339
Riant
#5105 这样一个很小的改动就可以了嘛,不懂为何一直没有支持呢?
2023-08-31T01:27:16
2023-08-31T01:27:16
{}
NONE
vuejs
core
1,700,456,373
9,090
haoqunjiang
I think this StackOverflow answer has explained the issue well: https://stackoverflow.com/a/75175749/2302258 Generally, using the array index as the key is a bad idea.
2023-08-31T06:45:06
2023-08-31T06:45:06
{}
MEMBER
vuejs
core
1,700,536,003
9,091
sxzz
I think it's by design. https://play.vuejs.org/#eNp9kT9PAzEMxb+K5aUgVWXoVrVIgDrAAKgwejldfdeUXBIluVLplO+Ok1P/DKhb8t5z/LMz4JNzs0PPuMBlqL1yEQLH3oGuTLsijIHwkYzqnPURBoh2ww0kaLztYCKFEzJkamtChMZaWI2JuwF6s+VGGd4ugHDHWltCSNOLfk9m+TD2lA5yidw5XUWWG8AwlPdSyqkrB6fCJP0a1c72wRoBH3KesLadU5r9h4tKeAgXUJzsVdL+961o0fc8Pen1juuff/R9OGaN8NN...
2023-08-31T07:48:49
2023-08-31T07:48:49
{}
MEMBER
vuejs
core
1,700,559,925
8,736
sxzz
The description of your PR is very detailed. I appreciate it. However, I don't think parallel publishing npm packages is a good idea, considering possible network fluctuations of npm. The release script is running in GitHub Actions, even if it's slow, it won't have much impact, but we need more stability in publishi...
2023-08-31T08:06:05
2023-08-31T08:06:05
{ "+1": 1 }
MEMBER
vuejs
core
1,700,694,120
9,055
chenfan0
> Could you please provide a reproduction? https://play.vuejs.org/#eNp9kUFPAjEQhf/KpBeWsFlQbgRI1HDQgxrl2MtmmWKx2zbtFEnI/ndndwVNJNw6772ZftMexZ33xT6hmIl5rIL2BBEp+aW0uvYuEBwhoMoBlcKKoAEVXA0DbhlIWzkbCRws2kx2MzwpyrKUDWGxhKO0AK7YlyahtI20yhY/sxZAoRX7MlOW+6Xl69e6Rpco+z9hNOIZOdxOJhMOz8c9MsNyQVh7UxJyNR+fC5ELikyl9LbYRWd50W6gFJWr...
2023-08-31T09:32:32
2023-08-31T09:32:32
{}
CONTRIBUTOR
vuejs
core
1,701,067,880
9,053
chenfan0
> We can add `__NO_SIDE_EFFECTS__` comment into `makeMap`, see also #8512 I have replaced `__PURE` with `__NO_SIDE_EFFECTS__`, and modified the code where `__PURE__` is used multiple times.
2023-08-31T13:44:30
2023-08-31T13:44:30
{}
CONTRIBUTOR
vuejs
core
1,701,090,760
9,082
chenfan0
> CI has failed. Could you please check `toRaw` is really necessary? I'm not sure why ci fails, but judging from the vue source code, it is indeed unnecessary to perform `toRaw ` on a `RefBase<any>` type.
2023-08-31T13:57:47
2023-08-31T13:57:47
{}
CONTRIBUTOR
vuejs
core
1,696,331,306
9,064
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ---------------------- | -------------------- | -------------------- | | runtime-dom.global.prod.js | 87.1 kB (**+1.25 kB**) | 33.1 kB (**+428 B**) | 29.8 kB ...
2023-08-28T20:06:08
2023-09-01T01:47:15
{}
NONE
vuejs
core
1,702,658,654
7,525
sxzz
CI failed, plz format your code
2023-09-01T12:19:26
2023-09-01T12:19:26
{}
MEMBER
vuejs
core
1,700,504,793
9,035
edison1105
The root cause is the list is changed during hydration, If the change only happens on the client side, here is a workaround: ```ts onMounted(()=>{ content.value = [ { key: 'client_1', component: Blue, text: 'i am blue', }, { key: 'client_2', component: Black, ...
2023-08-31T07:24:26
2023-08-31T07:41:04
{}
MEMBER
vuejs
core
1,700,541,909
9,081
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 85.8 kB | 32.6 kB | 29.5 kB | | vue.global.prod.js | 132 kB | 49.3 kB | 44.3 kB | ### Usages | Name | Size |...
2023-08-31T07:53:19
2023-08-31T07:53:19
{}
NONE
vuejs
core
1,701,969,101
8,639
Alfred-Skyblue
> I encountered the same problem. How should I bypass this problem now? But in my business, I must bind the click event on the checkbox to modify other values. Is there any way to achieve this? Hello, I'm not familiar with your business context. Could you provide the minimal reproducible link, please?
2023-09-01T01:03:41
2023-09-01T01:03:41
{}
MEMBER
vuejs
core
1,702,181,073
9,028
sxzz
Then we need to lint both JS and TS files.
2023-09-01T05:24:14
2023-09-01T05:24:14
{}
MEMBER
vuejs
core
1,700,468,803
9,090
zestlee1106
@sodatea Thank you for your reply. But I don't think the link explains everything. because When the key is set to `:key="${index}-${member}"` 1-tomato 2-tomato 3-tomato key is set After all, isn't `this:key="index"` and `:key="${index}-${member}"` the same thing?
2023-08-31T06:56:45
2023-08-31T06:56:45
{}
NONE
vuejs
core
1,700,652,202
9,078
Alfred-Skyblue
toReadonly is not exposed in Vue, which prevents me from completing the dts test on it
2023-08-31T09:06:19
2023-08-31T09:06:19
{}
MEMBER
vuejs
core
1,700,684,402
9,055
sxzz
Could you please provide a reproduction?
2023-08-31T09:26:18
2023-08-31T09:26:18
{}
MEMBER
vuejs
core
1,701,155,431
5,657
frosk1
even more important it is to take out the random nature and work on finding a reason from the devs/contributors
2023-08-31T14:25:19
2023-08-31T14:25:19
{}
NONE
vuejs
core
1,685,807,008
8,976
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/5923368593) | suite | result | |-------|--------| | [nuxt](https://github.com/vuejs/ecosystem-ci/actions/runs/5923368593/job/16058869936) | :white_check_mark: success | | [pinia](https://github.com/vuejs/ecosystem-ci/actions/runs/59233685...
2023-08-21T07:36:37
2023-09-01T05:31:38
{}
CONTRIBUTOR
vuejs
core
1,702,203,178
8,303
xiaoxiangmoe
@lixiaofa see https://github.com/vuejs/core/issues/8303#issuecomment-1547540436
2023-09-01T05:51:31
2023-09-01T05:51:31
{}
CONTRIBUTOR
vuejs
core
1,691,898,089
9,034
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | ------------------- | ------------------- | | runtime-dom.global.prod.js | 85.9 kB (**+61 B**) | 32.7 kB (**+36 B**) | 29.5 kB (**+33 B**) | ...
2023-08-24T15:27:15
2023-08-30T07:17:56
{}
NONE
vuejs
core
1,698,627,866
9,034
sxzz
Thanks for your contribution. It will be released as `3.4`.
2023-08-30T07:18:17
2023-08-30T07:18:17
{}
MEMBER
vuejs
core
1,698,683,820
9,039
LinusBorg
In principle, I agree with @edison1105 - strictly speaking, it's an undocumented behaviour and its unstable nature can, in edge cases, lead to subtle bugs in use's apps. Practically speaking though, this behavior has been around for so long that "fixing" it now will inevitably break some existing userland code where...
2023-08-30T08:00:37
2023-08-30T08:03:57
{ "+1": 6 }
MEMBER