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,783,740,965
9,493
edison1105
related to https://github.com/vuejs/core/pull/8538/files
2023-10-28T08:02:15
2023-10-28T08:02:15
{ "heart": 1 }
MEMBER
vuejs
core
1,784,422,625
9,505
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 86.5 kB | 32.9 kB | 29.7 kB | | vue.global.prod.js | 132 kB | 49.6 kB | 44.5 kB | ### Usages | Name | Size |...
2023-10-30T03:35:23
2023-10-30T03:35:23
{}
NONE
vuejs
core
1,780,662,162
9,485
len-ny
OK. these issues left: after turned off extensions and in incognito mode: ![image](https://github.com/vuejs/core/assets/43208828/cd9ffa16-f9b9-43be-8fb6-0133b238d1c3)
2023-10-26T08:36:00
2023-10-26T08:36:00
{}
NONE
vuejs
core
1,781,980,078
9,480
skirtles-code
The title for this PR seems to be off. It doesn't seem to be related to `compiler-sfc` or `defineOptions`. It looks like you've copied the commit message from #9453.
2023-10-26T22:31:42
2023-10-26T22:34:19
{}
CONTRIBUTOR
vuejs
core
1,782,234,952
8,943
fxzer
Is it solved ? I'm having the same issue
2023-10-27T03:31:56
2023-10-27T03:31:56
{}
NONE
vuejs
core
1,782,235,297
7,215
fxzer
Is it solved ? I'm having the same issue
2023-10-27T03:32:32
2023-10-27T03:32:32
{}
NONE
vuejs
core
1,782,402,563
9,492
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 86.5 kB | 32.9 kB | 29.7 kB | | vue.global.prod.js | 132 kB | 49.6 kB | 44.5 kB | ### Usages | Name | Size |...
2023-10-27T07:01:51
2023-10-27T07:01:51
{}
NONE
vuejs
core
1,783,021,439
7,444
sxzz
Could you please **REBASE** your branch due the minor branch has been also rebased.
2023-10-27T14:33:04
2023-10-27T14:33:04
{ "eyes": 1 }
MEMBER
vuejs
core
1,780,156,206
9,475
b12k
@sodatea I re-opend the PR with this fix. https://github.com/vuejs/core/pull/9478
2023-10-25T22:41:35
2023-10-25T22:41:35
{}
CONTRIBUTOR
vuejs
core
1,780,264,277
9,479
edison1105
workaround: add a key ```html <div v-for = "item in list" :key="item"> ```
2023-10-26T01:11:20
2023-10-26T01:11:20
{}
MEMBER
vuejs
core
1,780,316,885
8,763
Alfred-Skyblue
If I use Sortablejs for drag-and-drop cloning, when I drag the current element to another list, this element disappears in the `TransitionGroup`. At this point, if the `TransitionGroup` component is destroyed, the element will not be destroyed because it has already been moved to another component. However, the bound e...
2023-10-26T02:26:44
2023-10-26T02:26:44
{}
MEMBER
vuejs
core
1,780,637,138
9,485
LinusBorg
@len-ny There's a jquery error happening in your original screenshot. Vue obviously does not include jquery. So this is likely caused by a browser extension that you have installed, or some other external factor.
2023-10-26T08:20:01
2023-10-26T08:20:15
{}
MEMBER
vuejs
core
1,781,157,007
9,486
pikax
I think this is WAI, the explicit use of `h` will take over the rendering. if you want to "fallthrough" you can pass the `arg` to `h` ```ts const renderMe = (props) => h('div', props, 'Hi from Comp'); ``` [playground](https://play.vuejs.org/#eNqNU0tPwzAM/itWLgVpbQ5wGhviISRA4iHgmMtozRpoHkrcMTTtv5OkY5SNIW7xZzuf/...
2023-10-26T13:43:36
2023-10-26T13:43:36
{}
MEMBER
vuejs
core
1,783,844,336
5,912
ferferga
@Anoesj Still, this PR reduces a lot of rerenders in my project too. I just thought it also covered objects, but I understand that's a more complex topic. I'm not sure how that could be solved for all edge cases. Obviously pulling lodash is not a solution for Vue, so everything should be in-house. A solution must be f...
2023-10-28T15:15:02
2023-10-28T15:15:02
{}
CONTRIBUTOR
vuejs
core
1,779,592,246
9,451
sxzz
/ecosystem-ci run
2023-10-25T15:57:59
2023-10-25T15:57:59
{ "+1": 2 }
MEMBER
vuejs
core
1,780,324,107
5,912
yyx990803
/ecosystem-ci run
2023-10-26T02:36:41
2023-10-26T02:36:41
{ "+1": 1 }
MEMBER
vuejs
core
1,780,355,484
5,912
yyx990803
/ecosystem-ci run
2023-10-26T03:24:26
2023-10-26T03:24:26
{ "+1": 1 }
MEMBER
vuejs
core
1,782,152,849
7,490
edison1105
@skirtles-code Actually, the problem is not fundamentally solved. A better solution would be to output a js code on the SSR to set the `indeterminate` property. However, it seems that SSR currently lacks this capability. In Vue 2, we could modify the checkbox state during the hydration phase using `:indeterminate.pro...
2023-10-27T01:30:55
2023-10-27T01:30:55
{ "+1": 1 }
MEMBER
vuejs
core
1,782,412,795
5,912
johnsoncodehk
/ecosystem-ci run
2023-10-27T07:11:20
2023-10-27T07:11:20
{ "+1": 1 }
MEMBER
vuejs
core
1,783,149,970
9,149
johnsoncodehk
Fixed by #5912
2023-10-27T15:55:48
2023-10-27T15:55:48
{}
MEMBER
vuejs
core
1,780,645,006
9,485
LinusBorg
Vue does not include any of the libraries that these errors are coming from (new relic, clearbit etc). they may come from stackblitz? You should test your project in a clean browser (incognito mode etc) without any extensions. Also consider if these are being blocked by a corporate firewall or something.
2023-10-26T08:25:09
2023-10-26T08:26:41
{}
MEMBER
vuejs
core
1,781,587,904
7,490
skirtles-code
I have a few questions about this change. 1. Why do we need to force the patching of props that use `.attr`? Won't those be the same as what's in the SSR HTML anyway? 2. Does this really close #7476? I can see how this change would be helpful in the scenario described there, but I'm not sure whether it fully addres...
2023-10-26T18:02:51
2023-10-26T18:02:51
{}
CONTRIBUTOR
vuejs
core
1,782,051,094
9,480
Simon-He95
> The title for this PR seems to be off. [The title for this PR seems to be off.] It doesn't seem to be related to `compiler-sfc` or `defineOptions`. [It doesn't seem to be related to compiler-sfc or defineOptions.] It looks like you've copied the commit message from [#9453 [#9453] ](https://github.com/vuejs/core/pull/...
2023-10-26T23:18:31
2023-10-26T23:18:31
{}
CONTRIBUTOR
vuejs
core
1,782,401,715
9,492
netlify[bot]
### <span aria-hidden="true">❌</span> Deploy Preview for *vue-sfc-playground* failed. | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | a1e4395a75ddebf4df66228666855c34dd2615e9 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vue...
2023-10-27T07:01:04
2023-10-27T07:39:09
{}
NONE
vuejs
core
1,783,149,002
7,160
johnsoncodehk
Fixed by #5912
2023-10-27T15:55:05
2023-10-27T15:55:05
{ "+1": 1 }
MEMBER
vuejs
core
1,783,804,619
5,912
Anoesj
@ferferga Didn't understand your question at first, but I do now and created [a reproduction](https://play.vuejs.org/#eNqNVE1z2jAQ/Ss7PgQoYIPpiQCTNpNDO9OPaTM9+eLYC1ZqyxpJhnQY//euJZtgY9LebO3bp6e3H0fngxDuvkBn6axUJJnQoFAXAtKQ79aBo1XgbALOMpFLDUeQuJ1AlGei0BhP4BDqKIEStjLPYEA8g4AHPMq50oQquJ7DusoZzkatY7/n2HLOHyXb7VDeV7CrKP8K6o...
2023-10-28T13:03:52
2023-10-28T13:04:46
{ "+1": 3 }
NONE
vuejs
core
1,784,189,920
7,998
gcaaa31928
@yyx990803 Could you please take a look at this pull request and let me know if there are any changes needed or if there are any issues?
2023-10-29T18:26:17
2023-10-29T18:26:17
{}
CONTRIBUTOR
vuejs
core
1,784,529,530
9,491
yoshi-pi
I understand. Could you please share why this behavior is intentional and when it is helpful?
2023-10-30T05:55:27
2023-10-30T05:55:27
{}
NONE
vuejs
core
1,779,897,097
8,530
skirtles-code
It isn't clear to me that this should be using `DeepReadonly` when a function is passed. I think it should be similar to `toRef()` and `computed()`, with `Readonly` instead. I've discussed this in more detail in #8464. There's an alternative implementation of `toShallowRef()` in #9372. That PR takes a different appr...
2023-10-25T19:15:31
2023-10-25T19:15:31
{ "+1": 1 }
CONTRIBUTOR
vuejs
core
1,780,581,629
9,483
pikax
The returned `map` is not reactive, making any changes won't force the re-rendering. ```ts const { proxy } = getCurrentInstance(); const handleDelete = () => { data.value.clear() proxy.$forceUpdate() } ``` Or you can set the map as reactive ```ts const map = reactive(new Map()) ```
2023-10-26T07:42:59
2023-10-26T07:42:59
{ "+1": 2 }
MEMBER
vuejs
core
1,780,618,847
9,480
Simon-He95
> I don't think this is a performance improvement, you not running 2 loops but you creating a new array, push to it and then looping it, not sure how this will affect the performance, I'd recommend benchmarking to prove there's actually performance benefits here.我不认为这是性能改进,您没有运行 2 个循环,而是创建一个新数组,推送到它然后循环它,不确定这将如何影响性能,我建...
2023-10-26T08:07:48
2023-10-26T08:07:48
{}
CONTRIBUTOR
vuejs
core
1,780,629,132
9,485
Simon-He95
I opened your demo, but it cannot be reproduced ![image](https://github.com/vuejs/core/assets/57086651/579ac822-c228-4880-a6f9-faa74395a5d9)
2023-10-26T08:14:39
2023-10-26T08:14:39
{}
CONTRIBUTOR
vuejs
core
1,780,899,557
9,372
Alfred-Skyblue
I believe that when we use `toShallowRef` on a `reactive` object like `toShallowRef({ nested: { foo: 1 }}, 'nested')`, even when using `toRaw`, it can still affect the original data of the `reactive` object. When we use `shallowRef` for deep updates, the original data of the `reactive` object also gets updated, making ...
2023-10-26T11:04:44
2023-10-26T11:04:44
{}
MEMBER
vuejs
core
1,782,356,407
9,489
jh-leong
> In #8978, the `@typescript-eslint/eslint-plugin` plugin was added for unified processing. Got it! Using ESLint to avoid these issues is a more effective approach. I'll close this PR now.
2023-10-27T06:14:34
2023-10-27T06:14:34
{}
MEMBER
vuejs
core
1,775,687,108
9,451
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | -------------------- | -------------------- | -------------------- | | runtime-dom.global.prod.js | 85.9 kB (**-503 B**) | 32.7 kB (**-171 B**) | 29.5 kB (**-16...
2023-10-23T17:34:07
2023-10-28T06:42:17
{}
NONE
vuejs
core
1,783,877,664
5,912
Anoesj
@ferferga Equality based on stringify wouldn't be optimal when objects have the same properties and values, but in a different order. When working with Array, Map and Set it makes sense to not count something as "equal" when the order is different, but with objects, in my opinion, it's not. Don't know how object-hash h...
2023-10-28T17:29:56
2023-10-28T17:33:43
{}
NONE
vuejs
core
1,784,582,453
9,491
edison1105
here is a workaround: add a dynamic key. [see demo](https://play.vuejs.org/#eNq1U8Fy2yAQ/RXKxek0ljrNTVU8TTo+tIcm0/pW9aDilUqMgIGVYo/H/95F2DLJZHLLDfa9fTyWx57fWJsNPfCCl144aZF5wN4uKi07axyyPXPQsANrnOnYjKizzxO2ejRLBR1o9Ec8y5NaEE7YdxqOyEQ+l05cYbRHhqZtFbDrcPYFuh7eV7rMo0GyRhuEzqoagXbl3x7RaPZFKCk21xWfut/FVcUXcVHmkUpNjJUrV2svUVJr...
2023-10-30T06:53:37
2023-10-30T06:53:51
{}
MEMBER
vuejs
core
1,783,147,215
1,811
johnsoncodehk
Fixed by #5912.
2023-10-27T15:53:51
2023-10-27T15:53:51
{}
MEMBER
vuejs
core
1,798,398,328
9,558
LinusBorg
The parent does respect the v-memo, it does not update any children. But since all of the child components that you nested under these v-memos have a reactive dependency on the `count` ref that the button in the parent changes, they update *themselves*. You might not be aware that components in Vue can update *thems...
2023-11-07T12:22:55
2023-11-07T12:24:28
{}
MEMBER
vuejs
core
1,800,874,689
9,559
codesyofo
我的问题,原意应该是动态渲染不同组件,`A1` 可缓存,`B1` 不缓存 [demo](https://play.vuejs.org/#eNqNU01v2zAM/SuCd4gDJNaC9uS5RdOhh+2wDduOvqg2k6iRZUGS0xSB//tIKXE+2hW9JCbfI/X4tUvmxmSbDpI8KVxlpfHMge/MballY1rr2Y5ZWExYDQup4WuLTg3aT9iK9Wxh24aNMHw00Imx92ecDMqOcKmrVjvPROXlBtgNZU1H89lofMQs6BosYqkWDYzZze3ls2kavPF3lY4aIfUItaTEGI8nbEeRfchZ8FgQloKGh8Yo4QGtQ...
2023-11-08T01:49:44
2023-11-08T01:49:44
{}
NONE
vuejs
core
1,801,423,280
9,571
Alfred-Skyblue
To avoid modifying native HTMLElement attributes, we replace the original attributes with symbols, see #8681. You can access the VNode in the directive for usage. ```ts mounted(el: ElType, binding: DirectiveBinding, vnode:VNode) { const invokers = vnode.props if (invokers.onClick) { if (!el.__handl...
2023-11-08T09:38:07
2023-11-08T09:38:07
{}
MEMBER
vuejs
core
1,801,492,591
9,565
anhthang
Hi @sodatea I have added some images to have better view. If you can see this from your end, it's the issue I'm facing. <img width="128" alt="image" src="https://github.com/vuejs/core/assets/10458061/d4a59b17-7b9f-4459-a7b9-d3b11b10aed1"> I know this is not really `minimal`, but minimum that I can do to reprodu...
2023-11-08T10:03:40
2023-11-08T10:03:40
{}
NONE
vuejs
core
1,802,228,049
6,483
ghost
Any update on this issue? Does that mean one should avoid using classes within script/setup? Is there a workaround?
2023-11-08T16:20:32
2023-11-08T16:20:56
{ "eyes": 2 }
NONE
vuejs
core
1,805,300,580
9,579
LinusBorg
My linked comment is incorrect as it relates to triggerRef. I was, at that moment, more focused on the asynchronous execution of the test. Further down in the linked issue'S comments, Evan explains why the watch callback should *not* execute in these cases - because the callback should only run if the value actually *c...
2023-11-10T08:29:32
2023-11-10T08:39:38
{}
MEMBER
vuejs
core
1,798,518,230
9,558
blake-newman
@LinusBorg thanks for the reply. That makes sense, i think this may be a gotcha that the docs could explore and explain. It makes sense from Vue perspective to have components update themselves and i see the benefit it brings, however the documentation seems to alude to that it memoizes the vnode tree. > All upd...
2023-11-07T13:26:35
2023-11-07T13:26:35
{}
MEMBER
vuejs
core
1,798,704,860
9,559
Alfred-Skyblue
Since calling `defineComponent` generates a new component with each update, causing[ `isSameVNodeType` ](https://github.com/vuejs/core/blob/2c0414fdca5339857098b1eeaf2c74541f1451e3/packages/runtime-core/src/vnode.ts#L368)to always return false, triggering an unmount, you should always use the same component for renderi...
2023-11-07T14:45:22
2023-11-07T14:45:22
{}
MEMBER
vuejs
core
1,800,930,212
9,206
Alfred-Skyblue
@posva Sorry for bothering you, could you take a look at this PR?
2023-11-08T02:56:39
2023-11-08T02:56:39
{}
MEMBER
vuejs
core
1,801,139,243
9,566
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 86.4 kB | 32.9 kB | 29.6 kB | | vue.global.prod.js | 132 kB | 49.6 kB | 44.5 kB | ### Usages | Name | Size |...
2023-11-08T05:55:19
2023-11-08T05:55:19
{}
NONE
vuejs
core
1,794,029,211
9,553
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 86.4 kB | 32.9 kB | 29.7 kB | | vue.global.prod.js | 132 kB | 49.6 kB | 44.5 kB | ### Usages | Name | Size |...
2023-11-06T03:28:10
2023-11-09T12:22:17
{}
NONE
vuejs
core
1,804,729,814
7,312
Rusinas
Same problem here :(
2023-11-09T21:42:48
2023-11-09T21:42:48
{}
NONE
vuejs
core
1,705,403,898
8,719
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 86.4 kB | 32.9 kB | 29.7 kB | | vue.global.prod.js | 132 kB | 49.6 kB | 44.5 kB | ### Usages | Name | Size |...
2023-09-04T14:54:21
2023-11-10T08:06:14
{}
NONE
vuejs
core
1,805,320,628
8,915
yyx990803
closed via #8929
2023-11-10T08:45:21
2023-11-10T08:45:28
{ "hooray": 1 }
MEMBER
vuejs
core
1,806,541,066
9,581
LinusBorg
I just ran your repo and can't reproduce the error. A general note: you are running node 12, apparantly, which is *very* old, has reached EOl several years ago and is likely not supported by multiple packages that may be part of i.e. webpack or even our Vue compiler. That *may* be related. The project setup based on...
2023-11-10T23:01:49
2023-11-10T23:01:57
{ "eyes": 1 }
MEMBER
vuejs
core
1,807,194,251
4,542
yokuze
@yyx990803 This feature would be a big improvement for the "islands architecture" use case, where we want to hydrate individual server-rendered components throughout a page rather than hydrating an entire page. Because Vue (and other libraries) behave this way, SSR/SSG frameworks like [Astro](https://astro.build/) a...
2023-11-12T17:45:36
2023-11-12T17:46:23
{}
NONE
vuejs
core
1,798,729,478
9,558
LinusBorg
Only now realized that this is you, Blake - hi! :D Yeah, I see how this could be read in the way you did. I guess we are too deeply aware that components always work and update independently of one another for us to notice this reading. The docs team would be happy to add a note I think, over in /vuejs/docs
2023-11-07T14:48:52
2023-11-07T14:48:52
{}
MEMBER
vuejs
core
1,803,126,253
9,571
Alfred-Skyblue
Thank you for your understanding. We should be clear that properties prefixed with '_' are considered private and should not be used by users. These properties are intended for internal Vue usage and may change in future versions.
2023-11-09T03:59:52
2023-11-09T03:59:52
{}
MEMBER
vuejs
core
1,777,472,852
7,853
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 86.4 kB | 32.9 kB | 29.7 kB | | vue.global.prod.js | 132 kB | 49.6 kB | 44.5 kB | ### Usages | Name | Size |...
2023-10-24T15:22:36
2023-11-10T05:36:04
{}
NONE
vuejs
core
1,805,132,601
8,527
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 86.4 kB | 32.9 kB | 29.7 kB | | vue.global.prod.js | 132 kB | 49.6 kB | 44.5 kB | ### Usages | Name | Size |...
2023-11-10T05:41:15
2023-11-10T05:41:15
{}
NONE
vuejs
core
1,772,502,421
8,687
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | -------------------- | ------------------- | -------------------- | | runtime-dom.global.prod.js | 86.6 kB (**+161 B**) | 33 kB (**+66 B**) | 29.7 kB (**+22 B*...
2023-10-20T10:38:02
2023-11-10T12:43:52
{}
NONE
vuejs
core
1,807,166,630
9,587
yangxiuxiu1115
I briefly reviewed the source code and it looks like it was intentionally done. In the product environment, supports Boolean and Function when options are passed in. https://github.com/vuejs/core/blob/fc7902982a4bc9f0c9cdb0c9c222bc43a9d5c458/packages/compiler-sfc/src/script/defineModel.ts#L123-L128
2023-11-12T15:54:39
2023-11-12T15:54:39
{}
CONTRIBUTOR
vuejs
core
1,800,840,490
9,559
codesyofo
> Since calling `defineComponent` generates a new component with each update, causing[ `isSameVNodeType` ](https://github.com/vuejs/core/blob/2c0414fdca5339857098b1eeaf2c74541f1451e3/packages/runtime-core/src/vnode.ts#L368)to always return false, triggering an unmount, you should always use the same component for rende...
2023-11-08T01:07:52
2023-11-08T01:07:52
{}
NONE
vuejs
core
1,750,712,216
6,421
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 86.4 kB | 32.9 kB | 29.6 kB | | vue.global.prod.js | 132 kB | 49.6 kB | 44.5 kB | ### Usages | Name | Size |...
2023-10-06T13:47:49
2023-11-09T06:48:43
{}
NONE
vuejs
core
1,805,673,728
8,649
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | ------------------- | ------------------- | | runtime-dom.global.prod.js | 86.5 kB (**+44 B**) | 32.9 kB (**+15 B**) | 29.7 kB (**-20 B**) | ...
2023-11-10T12:47:52
2023-11-10T12:47:52
{}
NONE
vuejs
core
1,805,838,506
8,012
haoqunjiang
This PR breaks vuetify: https://github.com/vuejs/ecosystem-ci/actions/runs/6825593730/job/18563759390
2023-11-10T14:28:43
2023-11-10T14:28:43
{}
MEMBER
vuejs
core
1,806,809,617
9,565
anhthang
Thanks for your suggestion. I think I can do some workaround to make it works as my expected
2023-11-11T12:53:24
2023-11-11T12:53:24
{}
NONE
vuejs
core
1,807,321,033
9,590
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 86.5 kB | 32.9 kB | 29.7 kB | | vue.global.prod.js | 132 kB | 49.6 kB | 44.5 kB | ### Usages | Name | Size |...
2023-11-13T00:58:53
2023-11-13T00:58:53
{}
NONE
vuejs
core
1,799,066,803
9,562
joris-fonck-loreal
Oh yes, sorry for the duplicate :( Yes, totally agree 👍 EDIT: Currently I have my workaround to implement the use case but I have some problems depending on the plugin used. I will try to use the gist defined in the ticket and see if it fix my problem for the moment.
2023-11-07T16:18:36
2023-11-07T16:28:20
{}
NONE
vuejs
core
1,800,843,401
9,559
Alfred-Skyblue
Dynamically rendered components must be cached as different instances of the same component. If a different component is called each time, it will not be cached.
2023-11-08T01:11:27
2023-11-08T01:11:27
{}
MEMBER
vuejs
core
1,801,800,085
9,565
haoqunjiang
Actually, I think there's a solution here, but it might require you to redesign how your app works: - It's not possible to correctly pre-render a themed page without any storage on the server side, as is noted in the NuxtColorMode documentation: https://color-mode.nuxtjs.org/#caveats - But wrapping the page inside ...
2023-11-08T12:32:45
2023-11-08T12:32:45
{}
MEMBER
vuejs
core
1,803,130,396
8,763
Justineo
> If I use Sortablejs for drag-and-drop cloning, when I drag the current element to another list, this element disappears in the `TransitionGroup`. At this point, if the `TransitionGroup` component is destroyed, the element will not be destroyed because it has already been moved to another component. However, the bound...
2023-11-09T04:06:00
2023-11-09T04:06:00
{}
MEMBER
vuejs
core
1,803,207,582
9,574
Alfred-Skyblue
I created a pr to fix it. Of course, if someone has updated the reactive variable in the `errorHandler` in the past, it may have caused the render to not be updated, but the `errorHandler` is global and should not be used to update the reactive variable.
2023-11-09T05:53:54
2023-11-09T05:53:54
{ "+1": 1 }
MEMBER
vuejs
core
1,801,371,289
9,556
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6795973674) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/6793956871) | |-------|--------|----------------| | language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/679...
2023-11-08T09:07:11
2023-11-09T07:37:40
{}
CONTRIBUTOR
vuejs
core
1,805,043,579
6,357
jh-leong
If you only need the component name, you can retrieve it using the following code within the `setup` function: `getCurrentInstance().proxy.$options.name`. When you use Single-File Components, the component already infers its own name from the filename.
2023-11-10T03:56:03
2023-11-10T03:56:03
{}
MEMBER
vuejs
core
1,799,129,574
9,562
LinusBorg
closing in favor or the original issue.
2023-11-07T16:32:47
2023-11-07T16:32:47
{ "+1": 1 }
MEMBER
vuejs
core
1,801,756,634
9,565
haoqunjiang
I can't see any error messages on my browser console. --- You can try to set up a bare-bone server-side rendering vue app, rendering the `ConfigProvider` component from `ant-design-vue`, and making the `colorMode` variable be `system` during server-side rendering and `dark` on the client side. My guess is that th...
2023-11-08T12:06:06
2023-11-08T12:06:06
{}
MEMBER
vuejs
core
1,803,055,567
9,571
Kassell
> 对不起,我的回复不完整。就个人而言,我不建议在“el”中手动修改 vnode 或 'vue' 相关属性。这可能会导致意想不到的结果。您可以封装组件以达到预期的效果。 > > [操场](https://play.vuejs.org/#eNp9UsFu2zAM/RVCFztA4Bx6y5xsXdHDdtiGbUddPIVO1NqSIVFdgMD/PoqOvW5oe7LF90g+ku+iboehekqotqqOJtiBICKlYa+d7QcfCO58P0AbfA9FtcmPTC/eaaed8S4SeHfXWfMIOyhXu/1FO4Cmw0BlEZMxGGOx0m7Urt5MDbg0Pwj7oWsI+QVQS...
2023-11-09T02:13:50
2023-11-09T02:13:50
{}
NONE
vuejs
core
1,803,062,606
9,571
Alfred-Skyblue
If you don't want to use the form of components, you can also encapsulate directives instead of manually modifying VNode or the el. [playground](https://play.vuejs.org/#eNp9U02PmzAQ/SsjXwApJYe9bZOV2iiHVv1SW6kXXwhMqDfGRv5gI0X57zu2gbDSKlyMZ55nnt8bX9invi8Hj+yRbWxtRO/AovP9E1ei67VxcIFhp9VRmA6ucDS6g6xcT6HS2ewjV1zVWlkHWu2k...
2023-11-09T02:23:49
2023-11-09T02:27:43
{}
MEMBER
vuejs
core
1,803,291,912
9,526
hisland
thank you very much, I understand this now.
2023-11-09T07:28:38
2023-11-09T07:28:38
{}
NONE
vuejs
core
1,772,044,231
8,470
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 86.4 kB | 32.9 kB | 29.7 kB | | vue.global.prod.js | 132 kB | 49.6 kB | 44.5 kB | ### Usages | Name | Size |...
2023-10-20T04:05:07
2023-11-10T07:45:53
{}
NONE
vuejs
core
1,799,051,716
8,989
SavkaTaras
Hello @edison1105 , could you please review this at your convenience? We are kindly waiting on this to be released... Thank you.
2023-11-07T16:11:06
2023-11-07T16:11:06
{}
NONE
vuejs
core
1,799,054,030
9,562
LinusBorg
Ah, so you want to essentially encapsulate a complete Vue app as a single web component. I think we do have such a request in the backlog already, need to look it up. Edit: Duplicate of #4635, essentially. Would you agree?
2023-11-07T16:12:12
2023-11-07T16:13:58
{}
MEMBER
vuejs
core
1,800,862,531
9,559
codesyofo
> Dynamically rendered components must be cached as different instances of the same component. If a different component is called each time, it will not be cached. `must be cached as different instances of the same component` It is no longer a dynamic component
2023-11-08T01:35:32
2023-11-08T01:35:32
{}
NONE
vuejs
core
1,803,239,968
9,560
svihpinc
How would I know which version this fix will be released in?
2023-11-09T06:33:46
2023-11-09T06:34:06
{}
NONE
vuejs
core
1,691,598,208
7,126
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 86.4 kB | 32.9 kB | 29.7 kB | | vue.global.prod.js | 132 kB | 49.6 kB | 44.5 kB | ### Usages | Name | Size |...
2023-08-24T12:38:39
2023-11-09T08:23:48
{}
NONE
vuejs
core
1,793,029,608
7,937
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 86.4 kB | 32.9 kB | 29.7 kB | | vue.global.prod.js | 132 kB | 49.6 kB | 44.5 kB | ### Usages | Name | Size |...
2023-11-03T20:06:17
2023-11-10T05:53:44
{}
NONE
vuejs
core
1,766,397,889
8,748
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 86.4 kB | 32.9 kB | 29.7 kB | | vue.global.prod.js | 132 kB | 49.6 kB | 44.5 kB | ### Usages | Name | Size |...
2023-10-17T13:15:34
2023-11-10T07:41:32
{}
NONE
vuejs
core
1,805,490,102
9,364
biesbjerg
Just to chime in: I was bitten by this as well, trying to handle `unhandledrejection` globally. Everything worked right up until I did a production build.
2023-11-10T10:43:43
2023-11-10T10:43:43
{ "+1": 2 }
NONE
vuejs
core
1,806,595,141
9,372
undergroundwires
This implementation lacks following signatures: ```typescript export declare function toRef<T extends object, K extends keyof T>(object: T, key: K): ToRef<T[K]>; export declare function toRef<T extends object, K extends keyof T>(object: T, key: K, defaultValue: T[K]): ToRef<Exclude<T[K], undefined>>; ``` Added...
2023-11-11T00:29:47
2023-11-11T00:29:47
{}
NONE
vuejs
core
1,801,679,827
9,571
Kassell
> To avoid modifying native HTMLElement attributes, we replace the original attributes with symbols, see #8681. You can access the VNode in the directive for usage. > > ```ts > mounted(el: ElType, binding: DirectiveBinding, vnode:VNode) { > const invokers = vnode.props > if (invokers.onClick) { > i...
2023-11-08T11:13:55
2023-11-08T11:14:59
{}
NONE
vuejs
core
1,774,689,264
9,453
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 86.4 kB | 32.9 kB | 29.6 kB | | vue.global.prod.js | 132 kB | 49.6 kB | 44.5 kB | ### Usages | Name | Size |...
2023-10-23T08:33:17
2023-11-08T14:26:43
{}
NONE
vuejs
core
1,698,676,918
7,004
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | ------------------ | ------------------- | | runtime-dom.global.prod.js | 86.4 kB (**-13 B**) | 32.9 kB (**-3 B**) | 29.7 kB (**+28 B**) | | v...
2023-08-30T07:55:46
2023-11-09T07:11:01
{}
NONE
vuejs
core
1,705,402,574
8,229
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | ------------------- | ------------------- | | runtime-dom.global.prod.js | 86.4 kB (**+34 B**) | 32.9 kB (**+13 B**) | 29.7 kB (**+4 B**) | ...
2023-09-04T14:53:32
2023-11-09T12:22:18
{}
NONE
vuejs
core
1,801,363,141
9,556
pikax
/ecosystem-ci run
2023-11-08T09:03:45
2023-11-10T10:58:01
{ "+1": 1 }
MEMBER
vuejs
core
1,798,989,550
9,562
LinusBorg
What's the use case for turning a Vue component into a web component that only works in a Vue app (because it relies of vue-router, pinia, or similar)?
2023-11-07T15:49:10
2023-11-07T15:49:22
{}
MEMBER
vuejs
core
1,799,035,072
9,562
joris-fonck-loreal
It can be used outside a vue app. Here is my use case: When bundled, my application have all necessary deps in only one JS file in order to works; Vue, pinia, vue-router, CSS... When fetched on a website (that does not use Vue), the bundle initialize a Web Component and it just works without installing dependencies...
2023-11-07T16:04:28
2023-11-07T16:05:07
{}
NONE
vuejs
core
1,686,250,835
8,763
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | ------------------- | ------------------- | | runtime-dom.global.prod.js | 86.4 kB (**+57 B**) | 32.9 kB (**+29 B**) | 29.7 kB (**+56 B**) | ...
2023-08-21T12:38:20
2023-11-09T03:24:21
{}
NONE
vuejs
core
1,793,979,392
9,552
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------------------ | ------------------- | | runtime-dom.global.prod.js | 86.4 kB | 32.9 kB | 29.7 kB | | vue.global.prod.js | 132 kB ...
2023-11-06T02:21:09
2023-11-10T06:23:17
{}
NONE
vuejs
core
1,805,321,358
8,929
yyx990803
Didn't realize this is merged into `minor`, but this is technically a fix so I cherry picked in main and will be released in the next patch.
2023-11-10T08:45:59
2023-11-10T08:45:59
{ "eyes": 1 }
MEMBER
vuejs
core
1,805,366,716
9,480
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | -------------------- | ------------------- | ------------------- | | runtime-dom.global.prod.js | 86.3 kB (**-106 B**) | 32.9 kB (**-31 B**) | 29.7 kB (**-70 B**)...
2023-11-10T09:21:03
2023-11-10T09:21:03
{}
NONE
vuejs
core
1,806,842,241
9,587
LinusBorg
I think this is related to special handling for boolean props that we also have in other scenarios. When we define props with a type interface, we generate the prop runtime definition without a runtime type (because the component will provide TS types to devs): ```js const modelValue = defineModel<string | numbe...
2023-11-11T15:18:31
2023-11-11T15:19:29
{ "heart": 2 }
MEMBER