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,378,635,724
12,031
Vanilagy
I agree that adding a warning for this case is definitely good as it nudges the dev to correct their mistake. However, regardless of the issue at hand, is there anything incorrect about the code change in this PR? More specifically, could you give an example of when this branch of the code is taken and makes sense: ...
2024-09-27T07:49:36
2024-09-27T07:58:17
{}
NONE
vuejs
core
2,357,777,310
11,959
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ----------------- | ------------------ | ------------------- | | runtime-dom.global.prod.js | 101 kB (**+7 B**) | 38.1 kB (**+5 B**) | 34.3 kB (**+27 B**) | | vue.glo...
2024-09-18T08:02:31
2024-09-27T11:11:57
{}
NONE
vuejs
core
2,379,243,585
12,056
edison1105
see https://github.com/vuejs/core/pull/8505
2024-09-27T13:07:29
2024-09-27T13:07:29
{ "heart": 1 }
MEMBER
vuejs
core
2,376,240,728
12,040
Justineo
As @linzhe141 pointed out, this is the expected behavior and it's kind of a trade-off.
2024-09-26T08:11:47
2024-09-26T08:11:47
{}
MEMBER
vuejs
core
2,376,321,833
12,041
yangxiuxiu1115
https://vuejs.org/api/sfc-script-setup.html#defineprops-defineemits
2024-09-26T08:40:13
2024-09-26T08:40:13
{ "+1": 1 }
CONTRIBUTOR
vuejs
core
2,378,222,139
12,048
edison1105
Please follow the issue requirement and provide a minimal reproduction.
2024-09-27T01:20:38
2024-09-27T01:20:38
{}
MEMBER
vuejs
core
2,378,481,033
12,040
guaijie
@linzhe141 ![image](https://github.com/user-attachments/assets/e9272114-3fa5-45e4-93c6-281bad392333) 你发的补充的解释又将前面的解释推翻了。这设计的真是让人无语,我要真想动布局,我不知到给组件传一个 class 或者使用 :deep
2024-09-27T06:15:49
2024-09-27T06:20:38
{}
CONTRIBUTOR
vuejs
core
2,378,949,449
4,930
jods4
@LinusBorg It would be nice if something was done to make `defineExpose` usable after `await`. You can see this issue was referenced many times. It's sometimes quite inconvenient to pass a strongly typed object to `defineExpose` when all its constituent won't be declared until later. Your idea of having the compil...
2024-09-27T10:21:43
2024-09-27T10:21:43
{}
CONTRIBUTOR
vuejs
core
2,380,374,336
12,064
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 101 kB | 38.1 kB | 34.3 kB | | vue.global.prod.js | 160 kB | 58 kB | 51.5 kB | ### Usages | Name | Size | G...
2024-09-28T02:47:54
2024-09-28T14:01:19
{}
NONE
vuejs
core
2,374,008,228
5,917
gianj988
Hi if you need to propagate custom events through components, i wrote and published (on npm) an Event Bus that does precisely that. It's installable like any other Vue3 plugin and it has also stopPropagation and once options. The documentation is on the readme and explains all that you need. If you have question...
2024-09-25T12:55:00
2024-09-25T13:52:34
{}
NONE
vuejs
core
2,375,562,498
12,034
yangliguo7
I can't modify the regex `hyphenateRE` because I can't evaluate whether changes to the regex will have other effects.
2024-09-26T01:34:24
2024-09-26T01:34:24
{}
CONTRIBUTOR
vuejs
core
2,375,811,227
12,037
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/f7ffaa46-2d2a-4412-a64e-2f835fb5901e) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@12037 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https://pkg....
2024-09-26T03:52:28
2024-09-26T06:47:35
{}
NONE
vuejs
core
2,376,868,648
8,784
skirtles-code
Maybe superseded by #12038?
2024-09-26T12:52:15
2024-09-26T12:52:15
{ "+1": 1 }
CONTRIBUTOR
vuejs
core
2,379,983,778
12,063
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/af46bbca-5833-4bed-be96-17d2d151251e) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@12063 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https://pkg....
2024-09-27T20:12:53
2024-09-27T20:12:53
{}
NONE
vuejs
core
2,380,310,416
11,930
zhaojjiang
It means `defineProps` + `withDefaults` works same as before, --> destrcuture is non-reactive, and destructure with default value `const { foo = 1 }` will keep reactive
2024-09-28T00:18:29
2024-09-28T00:18:29
{}
NONE
vuejs
core
2,380,601,408
12,039
angelov-a
@panstromek Thanks for the explanation. Looking forward to reading your article.
2024-09-28T10:53:42
2024-09-28T10:53:42
{}
NONE
vuejs
core
2,375,715,670
12,035
edison1105
Same as https://github.com/vitejs/vite-plugin-vue/issues/353 I think it needs to be fixed in [@vue/babel-plugin-jsx](https://github.com/vuejs/babel-plugin-jsx)
2024-09-26T02:55:18
2024-09-26T02:55:18
{}
MEMBER
vuejs
core
2,376,134,746
12,038
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/fdcc9c6a-a001-4315-ae15-274ecc3eac15) <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-dom@12038 ``` </p></details> <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.p...
2024-09-26T07:24:06
2024-09-26T07:41:50
{}
NONE
vuejs
core
2,376,324,815
12,039
seanogdev
> there were no significant additional features Free performance improvements are a pretty big feature
2024-09-26T08:41:37
2024-09-26T08:41:37
{}
NONE
vuejs
core
2,376,360,745
7,391
Simon-He95
I think maybe use regular expression to convert the `/` in the string into `\/` before parser https://play.vuejs.org/#eNp9UctSwjAU/ZVO1rSZEdxgYVCHhS7UUcdVNrW9lkDzmOQGcDr9d9NUakFll5xzb84jNbnWOtk6IFOSIghdZQjztODbeV2Lz7fMNE1K22tKe5rJ1OaGa4yqTJYzRtAyEllApz2XK2kxCrvRLGIkZYx243NGrvzu4RaREeFCK4OxyHSytkp6FzWTkd/qCP/uNApIi3m...
2024-09-26T08:57:50
2024-09-26T08:57:50
{}
CONTRIBUTOR
vuejs
core
2,378,234,245
12,029
yyx990803
Looked at #12031 and I think the correct change should be detecting such usage during development (when setting the template ref, if the key exists on `setupState` but is not a ref) and emit a warning.
2024-09-27T01:34:47
2024-09-27T01:34:47
{}
MEMBER
vuejs
core
2,378,201,194
12,047
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/1f5ec73a-e7bb-416d-ae00-020ff2a2c8d2) <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-dom@12047 ``` </p></details> <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.p...
2024-09-27T00:56:40
2024-09-27T07:24:22
{}
NONE
vuejs
core
2,374,100,980
12,029
edison1105
You can switch between DEV and PROD to inspect the compiled code. ![image](https://github.com/user-attachments/assets/0b56a0fc-3847-41d1-9808-64fa6e4fdb07) At runtime - in the DEV environment, set the ref value using `setupState["refName"] = el`. - in the PROD environment, there is no `setupState` object, so the ...
2024-09-25T13:32:27
2024-09-25T13:38:12
{}
MEMBER
vuejs
core
2,375,627,067
12,034
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ----- | ------- | | runtime-dom.global.prod.js | 101 kB | 38 kB | 34.2 kB | | vue.global.prod.js | 160 kB | 58 kB | 51.5 kB | ### Usages | Name | Size | Gzip |...
2024-09-26T02:30:40
2024-09-26T02:30:40
{}
NONE
vuejs
core
2,380,653,489
12,068
ghost
What is actually happening? Error: can't convert symbol to string
2024-09-28T14:10:52
2024-09-28T14:10:52
{}
NONE
vuejs
core
2,376,134,131
12,038
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------ | ---------------- | ------------------- | | runtime-dom.global.prod.js | 101 kB (**-13 B**) | 38 kB | 34.2 kB (**-28 B**) | | vue.global...
2024-09-26T07:23:46
2024-09-26T07:23:46
{}
NONE
vuejs
core
2,378,274,967
12,049
yyx990803
ecosystem-ci seems to be unstable atm
2024-09-27T02:17:10
2024-09-27T02:17:10
{}
MEMBER
vuejs
core
2,378,605,486
12,052
edison1105
Maybe you should try a different IDE theme color.
2024-09-27T07:33:56
2024-09-27T07:33:56
{}
MEMBER
vuejs
core
2,378,621,782
12,040
Justineo
> 如果你有简单又完备的方案,能解决现存的问题,欢迎去 https://github.com/vuejs/rfcs 完整阐述你的想法。
2024-09-27T07:41:50
2024-09-27T07:41:50
{}
MEMBER
vuejs
core
2,378,808,211
12,055
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/11067682900) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/11064784507) | |-------|--------|----------------| | language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/1...
2024-09-27T09:05:35
2024-09-27T09:05:35
{}
CONTRIBUTOR
vuejs
core
2,379,030,689
12,039
panstromek
@angelov-a > @panstromek Sorry for the off-topic, but is there some literature that discusses bundle size in regards to arrow function and else if statement use? I am very much interested in optimizing a large app but I couldn't find any info on the matter. Not that I know of, but I'm working on a pretty extensive...
2024-09-27T11:10:21
2024-09-27T11:10:21
{}
NONE
vuejs
core
2,378,209,937
12,039
yyx990803
Bundlephobia stats is inaccurate in many ways. 1. The latest IIFE build of Vue is 58kb gzipped including the compiler and 38kb without the compiler. The number on there is incorrect probably because Bundlephobia bundles the `esm-bundler` version of Vue without setting any of the [compile-time flags](https://vuejs.or...
2024-09-27T01:06:37
2024-09-27T01:08:01
{}
MEMBER
vuejs
core
2,378,942,689
12,039
angelov-a
@panstromek Sorry for the off-topic, but is there some literature that discusses bundle size in regards to arrow function and else if statement use? I am very much interested in optimizing a large app but I couldn't find any info on the matter.
2024-09-27T10:17:47
2024-09-27T10:17:47
{}
NONE
vuejs
core
2,379,132,303
11,930
Tofandel
But then they are still reactive right? If my understanding is correct there is some magic normally happening when using `const { foo } = defineProps();` that makes foo reactive, or is it only something in nuxt? I'm asking because now in the error message in question there is also `Reactive destructure will be disab...
2024-09-27T12:12:43
2024-09-27T12:17:21
{}
CONTRIBUTOR
vuejs
core
2,380,606,793
11,371
dsijakovski98
> Hi! I have similar issue with class-variance-authority library which is very painful(( <img alt="Screenshot 2024-08-23 at 12 26 40" width="682" src="https://private-user-images.githubusercontent.com/69676320/360872330-2ad0812a-55ac-4b80-8fa1-e6cc26f67cfd.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodW...
2024-09-28T11:18:07
2024-09-28T11:18:07
{ "+1": 4, "eyes": 9 }
NONE
vuejs
core
2,378,266,165
12,049
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/11063183656) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/11026593937) | |-------|--------|----------------| | language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/1...
2024-09-27T02:07:41
2024-09-27T02:07:41
{}
CONTRIBUTOR
vuejs
core
2,378,648,874
12,042
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/11066715043) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/11064784507) | |-------|--------|----------------| | language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/1...
2024-09-27T07:57:25
2024-09-27T07:57:25
{}
CONTRIBUTOR
vuejs
core
2,489,531,945
12,434
adamdehaven
> After some thoughts and discussion with @adamdehaven, I think I agree with him the binding should be per component instance. Currently the inheritance is introduced by the way we are implementing it (via custom properties) instead of by design. I think I'd propose a practical fix for this: **What about we produce `--...
2024-11-20T20:59:52
2024-11-20T21:24:59
{}
NONE
vuejs
core
1,970,710,560
10,431
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | -------------------- | -------------------- | | runtime-dom.global.prod.js | 100 kB (**+230 B**) | 38 kB (**+91 B**) | 34.3 kB (**+81 B*...
2024-02-29T09:10:25
2024-11-22T10:09:43
{}
NONE
vuejs
core
2,494,074,587
12,413
lejunyang
Updated, thanks for the info Also I was correct, `this._resolved = false` will lead to `applyStyle` twice. `unmount` doesn't remove style nodes so we don't need to `applyStyle` again. I have added that in test case So we just need to mount again instead of `resolveDef` again
2024-11-22T15:51:03
2024-11-22T15:51:03
{}
CONTRIBUTOR
vuejs
core
2,495,660,174
12,394
skirtles-code
I'm unclear what the motivation is behind this change. Why do we need to deduplicate? If the callback function is stateful (e.g. calling `pop()` on a stack) then calling it multiple times might be important. I don't know how realistic that kind of use case is in practice.
2024-11-23T21:29:40
2024-11-23T21:29:40
{}
CONTRIBUTOR
vuejs
core
2,505,214,275
12,482
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | ------------------- | ------------------- | | runtime-dom.global.prod.js | 100 kB (**+123 B**) | 38 kB (**+34 B**) | 34.3 kB (**+62 B**) | ...
2024-11-28T03:54:57
2024-11-28T03:54:57
{}
NONE
vuejs
core
2,488,283,297
12,447
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 100 kB | 37.9 kB | 34.2 kB | | vue.global.prod.js | 158 kB | 57.8 kB | 51.4 kB | ### Usages | Name | Size | G...
2024-11-20T11:05:33
2024-11-20T11:05:33
{}
NONE
vuejs
core
2,496,442,965
12,417
jeongtae
@edison1105 Thank you for your response. In fact, my company encountered a bug related to this issue, and it took several hours of debugging to pinpoint the root cause. Identifying the issue was particularly challenging because it was difficult to imagine that an HTML Comment Node could influence Vue’s rendering ...
2024-11-25T00:16:52
2024-11-25T00:16:52
{}
NONE
vuejs
core
2,496,532,193
12,463
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 100 kB | 37.9 kB | 34.2 kB | | vue.global.prod.js | 158 kB | 57.8 kB | 51.4 kB | ### Usages | Name | Size | G...
2024-11-25T02:10:21
2024-11-25T02:10:21
{}
NONE
vuejs
core
2,498,060,521
12,461
adamdehaven
> After rereading the spec, I believe that only the `initial` value truly resets the custom property to its default state, as if it were never set. The white space character seems to work in practice if you can try?
2024-11-25T13:44:01
2024-11-25T13:44:01
{}
NONE
vuejs
core
2,503,348,156
6,325
edison1105
closing as duplicate of #6325 and #9039 https://github.com/vuejs/core/pull/8976 will fix this
2024-11-27T09:22:49
2024-11-27T09:22:49
{}
MEMBER
vuejs
core
2,495,804,664
12,461
Justineo
@skirtles-code Thanks for the feedback! Great questions! Here’s what I thought: 1. Why not handle them in userland? Theoretically, using CSS custom properties for `v-bind` in `<style>` blocks is an implementation detail that users are not supposed to be aware of. However, there are notable differences in behavio...
2024-11-24T04:44:12
2024-11-28T02:04:03
{}
MEMBER
vuejs
core
2,505,705,051
12,483
johnsoncodehk
/ecosystem-ci run
2024-11-28T09:57:21
2024-11-28T09:57:21
{ "+1": 1 }
MEMBER
vuejs
core
2,505,719,314
12,483
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/12066550086) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/12044045075) | |-------|--------|----------------| | language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci...
2024-11-28T10:04:01
2024-11-28T10:04:01
{}
CONTRIBUTOR
vuejs
core
2,505,740,332
12,483
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/674848299628610008ca4aa2?deploy_diagnostics=true)** | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | ...
2024-11-28T10:13:38
2024-11-28T10:39:49
{}
NONE
vuejs
core
2,496,532,689
12,464
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/7d5a5669-231e-4c47-a087-4718b2a35737) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@12464 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2024-11-25T02:11:00
2024-11-26T15:57:18
{}
NONE
vuejs
core
2,505,114,282
6,099
edison1105
The issue can no longer be reproduced using the latest version of Vue.
2024-11-28T01:55:47
2024-11-28T01:55:47
{}
MEMBER
vuejs
core
2,505,615,294
12,483
johnsoncodehk
/ecosystem-ci run
2024-11-28T09:13:43
2024-11-28T09:13:43
{ "+1": 1 }
MEMBER
vuejs
core
2,505,628,983
12,483
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/12065846801) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/12044045075) | |-------|--------|----------------| | language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci...
2024-11-28T09:20:23
2024-11-28T09:20:23
{}
CONTRIBUTOR
vuejs
core
2,490,218,439
12,449
edison1105
https://github.com/vuejs/core/blob/3634f7a4c1649ad2e7e969eb4512512868c61d01/packages/runtime-dom/src/jsx.ts#L255 https://github.com/vuejs/core/blob/3634f7a4c1649ad2e7e969eb4512512868c61d01/packages/runtime-dom/src/jsx.ts#L1387-L1391 `InputHTMLAttributes` extends `HTMLAttributes` `HTMLAttributes` extends `EventHand...
2024-11-21T06:58:11
2024-11-21T06:58:11
{}
MEMBER
vuejs
core
2,482,080,271
12,413
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/ff743d8f-4142-4dc5-bd96-0a65d8c3aec0) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@12413 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https://pkg....
2024-11-18T06:40:23
2024-11-21T07:03:16
{}
NONE
vuejs
core
2,492,987,514
12,002
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.
2024-11-22T06:49:40
2024-11-22T06:49:40
{}
CONTRIBUTOR
vuejs
core
2,496,157,267
12,461
adamdehaven
@Justineo [I thought we determined](https://github.com/vuejs/core/issues/12434#issuecomment-2489484106) that a whitespace character would be ideal?
2024-11-24T18:29:14
2024-11-24T18:29:14
{}
NONE
vuejs
core
2,496,532,538
12,464
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 100 kB | 37.9 kB | 34.2 kB | | vue.global.prod.js | 158 kB | 57.8 kB | 51.4 kB | ### Usages | Name | Size | G...
2024-11-25T02:10:48
2024-11-25T02:10:48
{}
NONE
vuejs
core
2,503,260,910
6,427
edison1105
The issue can no longer be reproduced using the latest version of Vue. see https://stackblitz.com/edit/vue-repro-vmodel-trim-type-error-directiveargumen-tywics?file=App.vue
2024-11-27T08:44:06
2024-11-27T08:44:06
{}
MEMBER
vuejs
core
2,505,138,401
6,075
edison1105
I am not sure if I completely understand your point, but the behavior of Vue 2 and Vue 3 seems to be consistent (latest versions). If there are still any doubts, please clarify your question and your expectations. Thank you. - [vue2 playground](https://vue2-sfc-playground.vercel.app/#eNqFUstOwzAQ/JWVxaGV2hg4mrQCcefC1Y...
2024-11-28T02:23:33
2024-11-28T02:23:33
{}
MEMBER
vuejs
core
2,505,161,551
6,054
edison1105
It works as expected. see [Playground](https://play.vuejs.org/#eNqVVMFu2zAM/RVCl6RoYmPYTpkTLC1y2A5bseUW5+DajKtWlgxJzlIE/vdRUuw5SdFh8MUi3xMfn0Qd2bKuo32DbMYSi1UtMouLVAIkBd8DL+YpyyszzRtjVTXFglulUwa5yIx5O+fZxHepEJtapcRjpmE/rVSBYmZVWQp0fGOpXnRapyzuyK54X0NJi9LSzmuPg7vGWiXNDI5HONsA2jaJiRoaOP0l8aAv9yUm17y2YNA2NcV4VStt4b4yKy93f...
2024-11-28T02:46:51
2024-11-28T02:46:51
{}
MEMBER
vuejs
core
2,489,887,325
12,445
edison1105
/ecosystem-ci run
2024-11-21T01:37:42
2024-11-21T01:37:42
{ "+1": 1 }
MEMBER
vuejs
core
2,492,741,395
12,413
edison1105
While fixing #12453, I realized I made a mistake and my previous review was incorrect. Your initial submission might have been correct. `this._resolved = false` will lead to the following code never running. I apologize for this. ```js if (this._resolved) { this._setParent() this._update() } ``` We should re...
2024-11-22T02:22:06
2024-11-22T02:22:06
{ "+1": 1 }
MEMBER
vuejs
core
2,487,240,185
12,442
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 100 kB | 37.9 kB | 34.2 kB | | vue.global.prod.js | 158 kB | 57.8 kB | 51.4 kB | ### Usages | Name | Size | G...
2024-11-20T02:56:57
2024-11-22T06:02:12
{}
NONE
vuejs
core
2,500,816,310
1,409
vitorrd
My particular use case is that of dynamically importing specific composables for different application areas. Each area may define its own composable, and writing a single file with a gigantic `switch` would be bad design, as would be writing wrapper components to resolve the imports under a Suspense boundary. Since I...
2024-11-26T13:33:07
2024-11-26T13:33:07
{}
NONE
vuejs
core
2,503,252,199
6,458
edison1105
`is` is a special attribute that must be explicitly declared to work because it is specially handled during the compilation phase.
2024-11-27T08:39:30
2024-11-27T08:39:30
{ "+1": 1 }
MEMBER
vuejs
core
2,505,220,576
12,482
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/12062241778) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/12044045075) | |-------|--------|----------------| | language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci...
2024-11-28T04:03:10
2024-11-28T04:03:10
{}
CONTRIBUTOR
vuejs
core
2,505,079,986
12,460
edison1105
Additionally, the `onMounted` of the `Wrapper.vue` is also called after `onBeforeUpdate`. see [Playground](https://play.vuejs.org/#eNqNVE1v2zAM/SuCLkmB1umQ9ZIlAdahhw3YVqwddhEwuDbtupUlQR9uAMP/faQSO26XBL3J4nvUI/noln82JmkC8AVfusxWxjMHPhgmU1WuvFsLVdVGW89aZqFgHSusrpngyBH80xC9TUvoQ8mMviir4EIJlWnlMO2jfmErSjItUungTCh86b6qQQc/n...
2024-11-28T01:13:14
2024-11-28T08:41:21
{}
MEMBER
vuejs
core
2,488,256,763
12,446
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 100 kB | 37.9 kB | 34.2 kB | | vue.global.prod.js | 158 kB | 57.8 kB | 51.4 kB | ### Usages | Name | Size | G...
2024-11-20T10:54:33
2024-11-20T10:54:33
{}
NONE
vuejs
core
2,489,852,159
12,448
edison1105
@farcry550 Nice, You've found the root cause of the problem. PR welcome! >An interesting workaround is to move configureApp into the component's options [as shown by this repro](https://stackblitz.com/edit/vitejs-vite-vjua8g?file=src%2Fmain.js). I'm not sure if this is intentional or of the repercussions. This...
2024-11-21T01:02:13
2024-11-21T01:07:50
{ "+1": 1 }
MEMBER
vuejs
core
2,493,036,282
12,349
transitive-bullshit
Pretty impressive from [my testing](https://github.com/transitive-bullshit/js-reactivity-benchmark) thanks to @johnsoncodehk et al 🔥 <p align='center'> <img src="https://github.com/user-attachments/assets/d762a2e7-99dd-41b3-b907-82c4578ec878" alt="Average benchmark results across frameworks"> (<em>lower time...
2024-11-22T07:17:43
2024-11-22T07:17:43
{ "heart": 14, "hooray": 39, "rocket": 18 }
NONE
vuejs
core
2,505,163,740
6,043
edison1105
Closing as it is related to devtools
2024-11-28T02:49:37
2024-11-28T02:49:37
{}
MEMBER
vuejs
core
2,489,484,106
12,434
Justineo
After some thoughts and discussion with @adamdehaven, I think I agree with him the binding should be per component instance. Currently the inheritance is introduced by the way we are implementing it (via custom properties) instead of by design. I think I'd propose a practical fix for this: **What about we produce `--<h...
2024-11-20T20:28:27
2024-11-21T01:08:20
{}
MEMBER
vuejs
core
2,488,283,631
12,447
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/0608b235-afca-4143-b59b-31bafd7f994d) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@12447 ``` </p></details> <details><summary><b>@vue/compiler-ssr</b></summary><p> ``` pnpm add https://pkg....
2024-11-20T11:05:43
2024-11-21T03:22:33
{}
NONE
vuejs
core
2,498,351,625
12,461
Justineo
> I'm not sure injecting `initial` in all those places though is desirable. It is the [standard way](https://www.w3.org/TR/css-variables-1/#guaranteed-invalid:~:text=If%2C%20for%20whatever%20reason%2C%20one%20wants%20to%20manually%20reset%20a%20variable%20to%20the%20guaranteed%2Dinvalid%20value%2C%20using%20the%20ke...
2024-11-25T15:36:03
2024-11-25T15:47:19
{}
MEMBER
vuejs
core
2,505,742,808
12,483
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/67484829e6f221000832805c?deploy_diagnostics=true)** | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> ...
2024-11-28T10:14:52
2024-11-28T10:41:38
{}
NONE
vuejs
core
2,489,971,065
7,227
edison1105
It can no longer be reproduced with: ```json "dependencies": { "vue": "3.5.13", }, "devDependencies": { "vite": "5.4.11", "@vitejs/plugin-vue": "5.2.0", }, ```
2024-11-21T03:05:05
2024-11-21T03:05:05
{}
MEMBER
vuejs
core
2,489,977,466
7,207
edison1105
As @LinusBorg pointed out, you are experiencing an issue due to incorrect usage. Manually manipulating the DOM controlled by Vue can cause the virtual DOM to become out of sync, leading to errors like the one you encountered.
2024-11-21T03:12:00
2024-11-21T03:12:00
{}
MEMBER
vuejs
core
2,496,688,582
12,467
Gianthard-cyh
> > 这是ant-design-vue的问题,不懂你加上v-model:visible="visible"的意义在哪,ant-design-vue示例也没有这样使用吧 > > 官网有这个示例,https://3x.antdv.com/components/popover-cn,你可以去看看 建议把这个关了,在antdv那边重新开这个issue,应该和vue本身是无关的
2024-11-25T04:03:19
2024-11-25T04:03:19
{}
CONTRIBUTOR
vuejs
core
2,498,250,258
12,461
Justineo
> The white space character seems to work in practice if you can try? White space sets a valid empty value, which will prevent fallback value to take effect. `initial` resets the custom property to its initial value–the guaranteed invalid value, which is the same as it’s not declared. I have tested and can confirm th...
2024-11-25T14:57:09
2024-11-25T14:57:37
{}
MEMBER
vuejs
core
2,499,608,547
12,468
yangxiuxiu1115
Thank you very much for your reply, honestly I'm not very good at English, most of the time I rely on translation software, how to use English accurately might be really difficult for me, but that's my problem. Return to PR, To be honest I did overlook that code comment you mentioned. But this is just my simple att...
2024-11-26T04:02:59
2024-11-26T04:07:24
{}
CONTRIBUTOR
vuejs
core
2,502,640,540
12,468
edison1105
I think this PR should be correct. It is similar to #7121 where the root node has switched. **We should always apply the transition to their `component.subTree` without distinguishing between DEV and PROD if the component is already mounted.** The comments mentioned above need to be updated. This needs a test case b...
2024-11-27T03:39:54
2024-11-27T03:39:54
{}
MEMBER
vuejs
core
2,503,233,262
6,469
edison1105
The root cause is that v-if and v-else-if use the same key. There is no need to set a key on v-if or v-else-if since it will be auto-generated by default. ![image](https://github.com/user-attachments/assets/d55f52d9-046d-464f-9e1b-ba9c2a368831)
2024-11-27T08:29:57
2024-11-27T08:29:57
{}
MEMBER
vuejs
core
2,503,879,881
12,480
edison1105
Great work.
2024-11-27T13:27:54
2024-11-27T13:27:54
{ "+1": 1, "heart": 1 }
MEMBER
vuejs
core
2,489,959,811
7,448
edison1105
The origin issue is a duplicate of #11552 It's a chromium bug. see [issues.chromium.org/issues/342247579](https://issues.chromium.org/issues/342247579) @ChuChencheng if it still has a memory leak in your project, please create a new issue with minimal production. Thanks.
2024-11-21T02:52:52
2024-11-21T02:52:52
{}
MEMBER
vuejs
core
2,493,046,384
6,504
edison1105
closing as duplicate of #6325 and #9039 https://github.com/vuejs/core/pull/8976 will fix this
2024-11-22T07:24:45
2024-11-22T07:24:45
{}
MEMBER
vuejs
core
2,502,579,297
7,578
briwa
> a workaround @edison1105 I understand that, but you're still passing a string at the end. I think it's just the fact that the doc says you could pass in a boolean and it will be rendered, which is misleading because an empty node is rendered instead. Either the doc needs to be updated or the code needs to be updat...
2024-11-27T02:53:03
2024-11-27T02:53:03
{}
NONE
vuejs
core
2,490,607,473
6,343
edison1105
> Only a is being garbage collected. I can't reproduce this. Both `a` and `b` are found in snapshots. ![image](https://github.com/user-attachments/assets/ef6bc96f-5995-4fa6-8ea6-ffa91aa901dd) like @miroljub1995 said, they should not be collected.
2024-11-21T09:51:02
2024-11-21T09:52:18
{}
MEMBER
vuejs
core
2,490,854,475
12,452
edison1105
duplicate #12306
2024-11-21T11:24:00
2024-11-21T11:24:00
{}
MEMBER
vuejs
core
2,488,534,619
12,434
adamdehaven
> IMO the current repro is working as expected even you remove the default value `initial`, though there is an unexpected `--a4f2eed6-backgroundColor: undefined;` on the root element of Block Two But if you pass `null` as the default in the component, it doesn’t evaluate to `undefined` and actually inherits the CSS ...
2024-11-20T13:05:17
2024-11-20T14:38:54
{}
NONE
vuejs
core
2,494,287,941
12,459
skirtles-code
Are you able to provide a reproduction of the problem? I don't think this can be merged until we understand the underlying reason why a non-string was passed to this function. It reminds me of #8870, which turned out to be caused by UnoCSS incorrectly rewriting Vue code.
2024-11-22T17:02:17
2024-11-22T17:02:17
{}
CONTRIBUTOR
vuejs
core
2,495,278,438
9,877
ascott18
Declaring the prop as `TGeneric & boolean` instead of just `TGeneric` seems to work for me, without breaking the generic-ness of the prop. ``` ts defineProps<{ multiple?: TMultiple & boolean; >); ```
2024-11-23T03:43:25
2024-11-23T03:43:25
{ "+1": 1, "heart": 9 }
NONE
vuejs
core
2,482,378,050
12,428
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/e902233b-5362-4d1a-a335-51a30618309f) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@12428 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https://pkg....
2024-11-18T09:18:00
2024-11-23T07:40:29
{}
NONE
vuejs
core
2,495,641,325
12,461
skirtles-code
I think this would also close #7474 and the associated PR #7475. --- There's an underlying question here about whether we consider `undefined` and `null` to be valid values for CSS `v-bind()`. Should we support them, or should we just log a warning? It is possible to handle them in userland code instead, e.g. usi...
2024-11-23T20:10:26
2024-11-23T20:10:26
{}
CONTRIBUTOR
vuejs
core
2,496,673,232
12,467
NaN-nan8
> 这是ant-design-vue的问题,不懂你加上v-model:visible="visible"的意义在哪,ant-design-vue示例也没有这样使用吧 官网有这个示例,https://3x.antdv.com/components/popover-cn,你可以去看看
2024-11-25T03:59:43
2024-11-25T03:59:43
{}
NONE
vuejs
core
2,498,204,176
2,349
tbontb-iaq
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: ```ts export default <D...
2024-11-25T14:40:03
2024-11-25T14:40:03
{ "eyes": 2 }
NONE
vuejs
core
2,505,616,546
12,483
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/67b0bd7e-a831-4eb7-9573-512567bb70a1) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@12483 ``` </p></details> <details><summary><b>@vue/compiler-sfc</b></summary><p> ``` npm i https://pkg.pr.new...
2024-11-28T09:14:18
2024-11-28T10:47:03
{}
NONE
vuejs
core
2,489,950,543
12,447
noootwo
> Could you please add a test case? Ready for review
2024-11-21T02:42:59
2024-11-21T02:42:59
{}
CONTRIBUTOR