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,667,365,709
4,294
boid-com
what's the latest on this issue?
2023-08-07T07:48:40
2023-08-07T07:48:40
{}
NONE
vuejs
core
1,668,845,035
8,869
baiwusanyu-c
Is this really a vue3 bug, either from the unit tests or from the original commit, I think $scopedSlots will only contain scoped slots, which seems to be intentional, is this a fix logic for the vue2 history issue that makes It is more correct in vue3?
2023-08-08T03:17:20
2023-08-08T03:17:20
{}
MEMBER
vuejs
core
1,669,049,393
8,842
LinusBorg
@pleek91 Can you probvide feedback to what I layed out here? Otherwise I would close this request as it's not really possible in the way that I understand your request to work.
2023-08-08T07:21:19
2023-08-08T07:21:19
{}
MEMBER
vuejs
core
1,659,709,042
8,877
Shyam-Chen
```diff - timeStr = newTimeStr; ```
2023-08-01T07:15:17
2023-08-01T07:15:17
{}
CONTRIBUTOR
vuejs
core
1,661,432,106
8,880
GuoJikun
> > > > The usage of `slot` in Web Components is as follows `slot="label"`. > > > > > > > > > > 用法错了,在 web component 中只能使用 `slot="label"` 这种形式。 这是文档 https://cn.vuejs.org/guide/extras/web-components.html#building-custom-elements-with-vue > > > > > > > > > <img alt="image" width="519" src="https://user-images.g...
2023-08-02T03:25:04
2023-08-02T03:25:04
{}
NONE
vuejs
core
1,661,445,224
8,880
felbry
> 兄弟,在组件内部有什么好的方式在宿主元素( host)上 添加属性和方法吗? 例如:在 `form-item.ce.vue` 中对 `wc-form-item` 添加一个方法 `getCurrentInstance()`可以获取当前组件的实例,它有一个`ctx`上下文属性,`ctx`有`$el`属性直接指向了template模板的根元素,如果template有多个一级节点,`$el`指向的是个text。有个这个元素就可以通过`getCurrentInstance().ctx.$el..parentNode.host`访问host对象了 感觉好多不方便的点 最近开始调研lit了 至少目前看比vue开发体验舒服点
2023-08-02T03:46:16
2023-08-02T03:46:16
{}
NONE
vuejs
core
1,663,831,978
8,899
edison1105
fixed via https://github.com/vuejs/core/pull/5409 It has not been released yet.
2023-08-03T11:42:40
2023-08-03T11:42:40
{}
MEMBER
vuejs
core
1,666,452,454
8,915
Shyam-Chen
I can't reproduce the issue, I am using UnoCSS. <img width="461" alt="image" src="https://github.com/vuejs/core/assets/13535256/7fc646ae-06f3-419a-a2fb-152ee62125d0"> <img width="446" alt="image" src="https://github.com/vuejs/core/assets/13535256/31e2bc2b-12ba-4fc6-bc91-1d44f27a3f85">
2023-08-05T09:25:58
2023-08-05T09:26:45
{}
CONTRIBUTOR
vuejs
core
1,667,094,104
8,904
Teiiiiiio
@TheDutchCoder sorry,i didn't make myself clear [playground](https://play.vuejs.org/#eNqtVMtu2zAQ/JUFL5YRVU6am+AEbYMcWrRNkAbIwfRBkVY2Y4kUSMpOI+jfuyT9LNz0gepEcWd3ZodLdux90yTLFlnKxibXorFg0LYNVJmcXXBmDWeXXIq6UdpCBxqz3Iolxrmqm9ZiEcMqs/kceii1qmFAtQZccjka1d+h0eoJc+v+SshkAQYyjbDCR6PyBVooMptxmStpLEhc3WqRo4GLLU3UcQn0lenZ6Wkc1i...
2023-08-07T02:26:37
2023-08-07T02:26:37
{}
NONE
vuejs
core
1,667,691,789
8,898
rocifier
There is a unit test to ensure the order is correct. It can be found below: https://github.com/vuejs/core/blob/3be4e3cbe34b394096210897c1be8deeb6d748d8/packages/runtime-core/__tests__/apiLifecycle.spec.ts#L216 I'm uncertain how to reconcile your reproduction case with this. Something maybe wrong with your test ca...
2023-08-07T11:35:39
2023-08-07T11:39:00
{}
NONE
vuejs
core
1,670,605,937
5,920
John60676
What's the status?
2023-08-09T03:40:54
2023-08-09T03:40:54
{}
NONE
vuejs
core
1,661,435,039
8,880
felbry
> > > > > The usage of `slot` in Web Components is as follows `slot="label"`. > > > > > > > > > > > > > 用法错了,在 web component 中只能使用 `slot="label"` 这种形式。 这是文档 https://cn.vuejs.org/guide/extras/web-components.html#building-custom-elements-with-vue > > > > > > > > > > > > <img alt="image" width="519" src="https:/...
2023-08-02T03:28:15
2023-08-02T03:28:15
{}
NONE
vuejs
core
1,663,417,221
8,899
Shyam-Chen
In Sass/SCSS, using double slashes for comments is also the same.
2023-08-03T07:14:40
2023-08-03T07:14:40
{}
CONTRIBUTOR
vuejs
core
1,666,141,350
8,804
Andrioden
> Hmm the problem is that native javascript doesn't support this either. Yeah, my suggestions are the best i could come up with within the limitations of js. > Outside of linting what would you expect that using one of the suggested implementations would actually do? Also your second point is essentially a use-ca...
2023-08-04T20:28:06
2023-08-04T20:28:06
{}
NONE
vuejs
core
1,666,543,719
8,781
TheDutchCoder
Ok that's a fair point, I guess normally Vue also propagates invalid attribute values, so that's at least consistent 👍
2023-08-05T16:11:59
2023-08-05T16:11:59
{}
NONE
vuejs
core
1,670,715,837
8,830
rocifier
I like it. Is there any way to promote a normal css style like `display` to the host element, or do they have to be re-written as css variables? Does this work for any size component? What about child components, would the propagation stop at their root element? What if there are multiple root elements?
2023-08-09T05:52:06
2023-08-09T05:52:06
{}
NONE
vuejs
core
1,670,851,234
1,081
joriewong
@NorseGaud @loreberti89 ```js Object.assign(linkedNodes,{ id: '', name: '', [key]: value }) ```
2023-08-09T07:57:04
2023-08-09T07:58:29
{}
NONE
vuejs
core
1,670,862,775
8,801
posva
This would potentially also enable an `app.onUnmount()` with just one line ```ts app.onUnmount = (fn) => app.runWithContext(() => onScopeDispose(fn)) ``` - https://github.com/vuejs/core/pull/4619 - https://github.com/vuejs/core/issues/4516
2023-08-09T08:05:17
2023-08-09T08:05:17
{}
MEMBER
vuejs
core
1,659,821,225
8,877
hi-yamap
@Shyam-Chen I also understand that the proposed fix will result in the desired behavior. What I would like to confirm is whether the change to make non-ref() variables behave reactively was intentional, or whether this was caused by some side effect.
2023-08-01T08:26:41
2023-08-01T08:26:41
{}
NONE
vuejs
core
1,661,450,490
8,880
Shyam-Chen
```diff - <slot v-if="isRenderSlot" name="label"></slot> - <template v-else>我是默认label</template> + <span v-if="isRenderSlot"><slot name="label"></slot></span> + <span v-else>我是默认label</span> ``` The usage of `slot` in Web Components is as follows: ```html <span v-if="isRenderSlot"><slot name="label"></slot>...
2023-08-02T03:53:57
2023-08-02T03:58:02
{}
CONTRIBUTOR
vuejs
core
1,662,251,524
8,901
LinusBorg
That should be reported to the vite project.
2023-08-02T13:50:31
2023-08-02T13:50:31
{}
MEMBER
vuejs
core
1,661,428,736
8,880
GuoJikun
> > The usage of `slot` in Web Components is as follows `slot="label"`. > > > 用法错了,在 web component 中只能使用 `slot="label"` 这种形式。 这是文档 https://cn.vuejs.org/guide/extras/web-components.html#building-custom-elements-with-vue > > <img alt="image" width="519" src="https://user-images.githubusercontent.com/14942382/257690...
2023-08-02T03:19:53
2023-08-02T03:19:53
{}
NONE
vuejs
core
1,666,756,634
8,916
Shyam-Chen
```vue <script lang="ts" setup> import { ref, provide } from 'vue'; import Comp from './Comp.vue'; const msg = ref('Text'); provide('msg', msg.value); </script> <template> <Comp /> </template> ``` ```vue <script lang="ts" setup> import { inject } from 'vue'; const msg = inject('msg'); </scr...
2023-08-06T07:29:13
2023-08-06T07:29:30
{}
CONTRIBUTOR
vuejs
core
1,667,369,468
4,294
underdoeg
I works now. I think since vue 3.3
2023-08-07T07:51:12
2023-08-07T07:51:12
{ "+1": 1 }
NONE
vuejs
core
1,668,421,809
8,928
donnyv
Looks like this is actually supported in Vue. Apparently the rendering problem was a textarea tag wasn't closed. Is there anyway to add a message to the console to say a element tag isn't closed?
2023-08-07T18:56:50
2023-08-07T18:56:50
{}
NONE
vuejs
core
1,661,424,442
8,880
felbry
> The usage of `slot` in Web Components is as follows `slot="label"`. > 用法错了,在 web component 中只能使用 `slot="label"` 这种形式。 这是文档 https://cn.vuejs.org/guide/extras/web-components.html#building-custom-elements-with-vue <img width="519" alt="image" src="https://github.com/vuejs/core/assets/14942382/70fbdf34-9ed3-465...
2023-08-02T03:13:16
2023-08-02T03:13:16
{}
NONE
vuejs
core
1,662,042,531
1,791
bgondy
Any update on this ? Does component-level-caching support (with `serverCacheKey`) function has been dropped as of Vue3 ? I can't find any information in documentation about this for Vue3/Nuxt3 as of today but this issue. It would be nice to get feedback from the core team about this topic.
2023-08-02T11:32:11
2023-08-02T11:32:11
{ "+1": 2 }
NONE
vuejs
core
1,666,485,111
8,917
Shyam-Chen
> use the guide https://www.freecodecamp.org/news/how-to-create-and-publish-a-vue-component-library-update/ to setup the lib project. https://github.com/briancbarrow/vue-component-library-2023
2023-08-05T11:59:08
2023-08-05T12:00:45
{}
CONTRIBUTOR
vuejs
core
1,670,853,141
8,940
Justineo
According to [the spec](https://262.ecma-international.org/14.0/#prod-IdentifierName), the accurate regexp for identifiers (disregarding unicode escape sequences) should be ```ts /^[$_\p{IDS}][$\p{IDC}\u200c\u200d]*/u ``` But this may have browser compatibility issues so we may need a simplified version. Where ...
2023-08-09T07:58:24
2023-08-09T07:58:24
{}
MEMBER
vuejs
core
1,661,378,803
8,836
pawover
> 跟vue-core没关系。先去unplugin-auto-import的仓库提一个问题吧。 emmmmmmm...谢谢你的建议,但我不认为 unplugin-auto-import 有什么问题,因为在 react 或 vue tsx 中这种方式工作良好,它仅在 vue component 中失效
2023-08-02T02:08:09
2023-08-02T02:08:09
{}
NONE
vuejs
core
1,664,945,911
7,881
yisibl
[Astro 2.10: Persistent State in View Transitions](https://astro.build/blog/astro-2100/)
2023-08-04T04:17:30
2023-08-04T04:17:30
{ "+1": 1 }
NONE
vuejs
core
1,665,921,987
8,914
Justineo
你可以处理一下 svg 字符串,把最外层的节点去掉,然后使用 `<svg v-html="..." />` 来渲染。
2023-08-04T16:58:08
2023-08-04T16:58:08
{}
MEMBER
vuejs
core
1,666,452,625
8,915
doutatsu
@Shyam-Chen AFIK UnoCSS doesn't have this issue - only TailwindCSS on it's own (it was mentioned somewhere as I was reading through, will find the source)
2023-08-05T09:26:50
2023-08-05T09:27:09
{}
NONE
vuejs
core
1,667,031,763
8,904
Teiiiiiio
@TheDutchCoder Thanks for your reply When i explicit add reactive for map values,The type is correctly [playground](https://play.vuejs.org/#eNqVlUtP20AQx7/KsJfYqmMr5RYF+kAcWrUFUSQOLAfjjMOCvWvtIzwif/eOd0OSBvLgEjm7M/P/zcPjGfvWNOnUIRuykSm0aCwYtK6BKpeTI86s4eyYS1E3SluYgca8sGKKCT2VCQhzMT+AFkqtauhRsB6XXBZKGgu3Sj0YOFr4RRIf4...
2023-08-07T00:51:13
2023-08-07T00:54:32
{}
NONE
vuejs
core
1,668,014,014
5,666
sevilyilmaz
@LinusBorg, I'm bumping this up. When I use the lower-case approach suggested above, it actually works (with vite build, vitest and vue-loader) but then VS Code complains about a constant is declared but never used. It seems that this needs a proper solution instead of a workaround. ![image](https://github.com/vu...
2023-08-07T14:49:47
2023-08-07T14:54:12
{}
NONE
vuejs
core
1,668,947,138
8,880
baiwusanyu-c
Duplicate of #8632 [PR 8657 Demo](https://deploy-preview-8657--vue-sfc-playground.netlify.app/#__DEV__eNrtVE1P1EAY/itDLwsJ3R644UJUsiZ4UANGL72U7lsYaGeamekuyWYT4ifGeDCCQWKUAyac9OBBNoD+mW2Bk3/Bt+12dwqbvXjx4K3zvM/zfr9tG7fCsNqMwJg1atIVNFREgorCeZvRIORCkTZpgEcZLERS8aDuQwBMkQ7xBA9IBaWVGwPuowjucBEsKgj69qrlIWBSRNIwo7kL9RFsFwqB...
2023-08-08T05:48:50
2023-08-08T05:48:50
{}
MEMBER
vuejs
core
1,669,864,600
8,917
albertlast
@sxzz did you mention the wrong issue? since 8917 is this issue here.
2023-08-08T15:44:11
2023-08-08T15:44:11
{}
NONE
vuejs
core
1,774,378,412
9,461
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 85.9 kB | 32.7 kB | 29.5 kB | | vue.global.prod.js | 132 kB | 49.4 kB | 44.4 kB | ### Usages | Name | Size |...
2023-10-23T03:35:01
2023-10-23T03:35:01
{}
NONE
vuejs
core
1,775,962,648
8,301
person1123
Looks like https://github.com/vuejs/core/commit/d2c3d8b70b2df6e16f053a7ac58e6b04e7b2078f broke the hack suggested here. To fix it, instead of passing in `require('typescript')` to `registerTS()`, you have to pass a function that lazily resolves to `require('typescript')`: ``` require("@vue/compiler-sfc").registerTS...
2023-10-23T20:24:02
2023-10-23T20:24:02
{ "+1": 12 }
NONE
vuejs
core
1,776,450,369
7,942
baiwusanyu-c
I deleted the code and unit test about removing the style tag. For `ceChildStyleMap`, I use style as the key and the uid of the component instance as the value to record. The purpose of this is to avoid adding styles repeatedly. But if a component has a lot of style content, then the `ceChildStyleMap` will become ve...
2023-10-24T03:21:44
2023-10-24T03:21:44
{}
MEMBER
vuejs
core
1,779,000,131
8,926
haoqunjiang
/ecosystem-ci run
2023-10-25T10:50:27
2023-10-25T10:50:27
{ "+1": 1 }
MEMBER
vuejs
core
1,779,235,475
5,153
edison1105
This problem still exists if preserve whitespace characters. I think we need to fix it at runtime. Do not apply Transition to text nodes. see #9421
2023-10-25T13:06:19
2023-10-25T13:08:25
{ "eyes": 1 }
MEMBER
vuejs
core
1,776,803,882
9,068
edison1105
This PR doesn't seem like the right solution. see #9421
2023-10-24T08:59:13
2023-10-24T08:59:25
{}
MEMBER
vuejs
core
1,776,909,278
9,469
dimitri-grablow
I do not agree with this argumentation, although I understand , that the alternative solution might solve my problem. I do not understand, why the dom tree gets additional text nodes, if I don't create them in the code explicitly? It otherwise has to be stated explicitly in the vue2 -> vue3 migration guide, because ...
2023-10-24T10:05:58
2023-10-24T10:05:58
{}
NONE
vuejs
core
1,777,109,531
9,470
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-24T12:27:50
2023-10-24T12:27:50
{}
NONE
vuejs
core
1,777,301,045
9,421
netlify[bot]
### <span aria-hidden="true">❌</span> Deploy Preview for *vue-next-template-explorer* failed. | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 9acce54322e8ef423874c03c65ff438dc41d385f | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/s...
2023-10-24T14:11:01
2023-10-24T14:11:01
{}
NONE
vuejs
core
1,778,431,672
5,912
johnsoncodehk
For people who have reviewed the implementation, please approve. It could help with merging. 🤞
2023-10-25T03:05:57
2023-10-25T03:07:16
{ "+1": 3 }
MEMBER
vuejs
core
1,773,787,312
7,114
yyx990803
Thanks a lot for the PR, it correctly identifies the cause of the problem, but I think a more ideal fix would be to only clone the children array when we know for sure it's hoisted. Unfortunately there isn't a really easy check to do this from runtime, so I implemented a compile-time fix where the `hoistStatic` transfo...
2023-10-21T13:10:28
2023-10-21T13:10:28
{ "+1": 1, "heart": 1 }
MEMBER
vuejs
core
1,774,161,090
9,455
tomright
I rebooted the Live Server and everything worked. Sorry to disturb
2023-10-22T18:09:49
2023-10-22T18:09:49
{}
NONE
vuejs
core
1,774,265,136
9,458
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 85.9 kB | 32.7 kB | 29.5 kB | | vue.global.prod.js | 132 kB | 49.4 kB | 44.4 kB | ### Usages | Name | Size |...
2023-10-23T00:58:29
2023-10-23T00:58:29
{}
NONE
vuejs
core
1,733,545,819
7,444
rudyxu1102
> I would love to see this feature merged as well, and seeing as it's a typing only feature, I would love to see it show up in 2.7 as well. Currently creating a component that thinly wraps another component is pretty tedious, because you have to either redeclare all inner component props on the wrapper component, or yo...
2023-09-25T12:05:32
2023-10-24T03:40:31
{}
CONTRIBUTOR
vuejs
core
1,776,668,232
9,468
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-24T07:27:18
2023-10-24T07:27:18
{}
NONE
vuejs
core
1,776,800,435
9,067
edison1105
duplicate of #5168
2023-10-24T08:56:56
2023-10-24T08:56:56
{}
MEMBER
vuejs
core
1,777,250,640
9,421
netlify[bot]
### <span aria-hidden="true">❌</span> Deploy Preview for *vue-next-template-explorer* failed. | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 4bc0ed9055be0bf5121b40bbdefc2c27c1ff8b21 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/s...
2023-10-24T13:51:10
2023-10-24T13:51:10
{}
NONE
vuejs
core
1,777,291,289
8,763
Alfred-Skyblue
@skirtles-code After the TransitionGroup is unmounted, we can only guarantee that it no longer exists in the document, but it may still persist in memory. For instance, after rendering a Vue page, if I obtain the DOM element using JavaScript and store it in a global variable, when the component is unmounted, the elemen...
2023-10-24T14:06:53
2023-10-24T14:24:38
{}
MEMBER
vuejs
core
1,777,362,294
7,875
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-24T14:37:28
2023-10-24T14:37:28
{}
NONE
vuejs
core
1,694,484,421
5,912
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ---------------------- | -------------------- | -------------------- | | runtime-dom.global.prod.js | 87.6 kB (**+1.11 kB**) | 33.2 kB (**+332 B**) | 30 kB (*...
2023-08-26T19:12:39
2023-10-25T03:01:35
{}
NONE
vuejs
core
1,779,339,124
7,602
LeaVerou
@pikax > When running the example on SFC there's a warning stating you shouldn't be using `v-for` scoped for `v-model`, which is correct, in your example you `v-model` to a primitive number [playground](https://play.vuejs.org/#eNp9kk1PAjEQhv/K2IuQsGyinshiRMNBD2rUxAPlAMsAhe606QeQEP670xLQg+GyaWeeeeed2e7FwNruJqLoicrXT...
2023-10-25T13:58:44
2023-10-25T13:58:44
{}
NONE
vuejs
core
1,779,382,302
7,602
pikax
> Are you asking why `Object.defineProperty()` exists? No, I'm asking a use case for it, where it must not be enumerable or not configurable but still being reactive. You can still have a reactive by just returning on get the reactive ```ts const obj2 = reactive({ a: 1 }) Object.defineProperty(obj2, 'b', ...
2023-10-25T14:15:54
2023-10-25T14:15:54
{}
MEMBER
vuejs
core
1,773,728,653
9,053
LinusBorg
@sxzz Is the size report outdated? It last ran on Sept. 6, which seems to be after latest changes, but still shows that big size increase.
2023-10-21T09:17:54
2023-10-21T09:17:54
{}
MEMBER
vuejs
core
1,777,253,137
9,421
netlify[bot]
### <span aria-hidden="true">❌</span> Deploy Preview for *vue-sfc-playground* failed. | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 4bc0ed9055be0bf5121b40bbdefc2c27c1ff8b21 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vue...
2023-10-24T13:52:23
2023-10-24T13:52:23
{}
NONE
vuejs
core
1,777,623,645
6,864
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | -------------------- | ------------------- | ------------------- | | runtime-dom.global.prod.js | 86.6 kB (**+191 B**) | 32.9 kB (**+56 B**) | 29.7 kB (**+14 B**)...
2023-10-24T16:42:16
2023-10-24T16:42:16
{}
NONE
vuejs
core
1,778,785,362
8,074
samueleiche
Bump. We also stumbled on this issue which crashes our app. We are not using Vuetify.
2023-10-25T08:38:08
2023-10-25T08:38:41
{}
NONE
vuejs
core
1,774,217,429
4,356
EranGrin
Hello, I created a plugin to support web-component for vue3 https://www.npmjs.com/package/vue-web-component-wrapper in the latest version, I had to solve the same issue. I solved it like this ``` // Add support for Vue Devtools if (process.env.NODE_ENV === 'development' && window.__VUE_DEVTOOLS_GLOBA...
2023-10-22T22:32:09
2023-10-22T22:32:09
{ "rocket": 2 }
NONE
vuejs
core
1,777,504,152
7,853
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6628996003) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/6608899447) | |-------|--------|----------------| | language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/a...
2023-10-24T15:37:45
2023-10-24T15:37:45
{}
CONTRIBUTOR
vuejs
core
1,777,907,305
7,853
simlevesque
> ~VueUse is failing even with my changes, because they don't use `MaybeRef` that Vue provides, there's no way for us to resolve their issue, if they use Vue provided MaybeRef it will work~ That was my impression of it too... I couldn't reconcile both those things and in the end I had to work on other things. If you...
2023-10-24T19:37:32
2023-10-24T19:37:32
{}
CONTRIBUTOR
vuejs
core
1,778,733,686
7,682
pikax
Closing since it's stale and is working on the latest vue version, please see [comment](https://github.com/vuejs/core/issues/7677#issuecomment-1778732760)
2023-10-25T08:06:31
2023-10-25T08:06:31
{}
MEMBER
vuejs
core
1,774,265,358
9,459
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 85.9 kB | 32.7 kB | 29.5 kB | | vue.global.prod.js | 132 kB | 49.4 kB | 44.4 kB | ### Usages | Name | Size |...
2023-10-23T00:58:56
2023-10-23T00:58:56
{}
NONE
vuejs
core
1,776,694,061
7,290
mmis1000
> Based on @KaelWD comments this does not seem to fix what's intended to fix, there's some checkboxes unchecked on the PR. > > @mmis1000 are you still planning to work on this? This pull request indeed does not address the problem caused by using suspense and transition (or keepalive?) at same time. It only ha...
2023-10-24T07:47:03
2023-10-24T08:39:43
{}
CONTRIBUTOR
vuejs
core
1,777,294,235
5,195
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6627871868) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/6608899447) | |-------|--------|----------------| | language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/a...
2023-10-24T14:07:56
2023-10-24T14:07:56
{}
CONTRIBUTOR
vuejs
core
1,777,301,048
9,421
netlify[bot]
### <span aria-hidden="true">❌</span> Deploy Preview for *vue-sfc-playground* failed. | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 9acce54322e8ef423874c03c65ff438dc41d385f | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vue...
2023-10-24T14:11:01
2023-10-24T14:11:01
{}
NONE
vuejs
core
1,777,460,833
7,290
netlify[bot]
### <span aria-hidden="true">❌</span> Deploy Preview for *vue-sfc-playground* failed. | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 2c5447b6183a00c80d4971e2915f2fd62aec8dfd | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vue...
2023-10-24T15:17:15
2023-10-24T15:41:14
{}
NONE
vuejs
core
1,777,552,277
7,853
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6629353815) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/6608899447) | |-------|--------|----------------| | language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/a...
2023-10-24T16:01:44
2023-10-24T16:01:44
{}
CONTRIBUTOR
vuejs
core
1,778,235,839
9,453
netlify[bot]
### <span aria-hidden="true">❌</span> Deploy Preview for *vue-next-template-explorer* failed. | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 2e96b3927f42659f94cc317615e7b84cce27d7aa | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/s...
2023-10-24T23:47:22
2023-10-24T23:47:22
{}
NONE
vuejs
core
1,778,744,293
6,024
pikax
Thank you for the PR, closing this one in favour of https://github.com/vuejs/core/pull/7664, it has a better PR description which is useful for the changelog.
2023-10-25T08:13:41
2023-10-25T08:13:41
{}
MEMBER
vuejs
core
1,773,881,103
9,388
ejfox
Thank you!!
2023-10-21T18:06:37
2023-10-21T18:06:37
{}
NONE
vuejs
core
1,774,662,135
9,460
yyx990803
Please provide a valid reproduction showing the problem you are facing instead of directly jumping to suggested code changes. We can't determine whether it is the right fix without the context. Closing - please open a new issue if you can provide a valid reproduction as required.
2023-10-23T08:17:37
2023-10-23T08:17:37
{}
MEMBER
vuejs
core
1,772,044,941
8,859
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | -------------------- | -------------------- | -------------------- | | runtime-dom.global.prod.js | 86.5 kB (**+503 B**) | 32.9 kB (**+171 B**) | 29.7 kB (**+16...
2023-10-20T04:06:03
2023-10-24T01:33:44
{}
NONE
vuejs
core
1,776,852,543
9,468
netlify[bot]
### <span aria-hidden="true">❌</span> Deploy Preview for *vue-next-template-explorer* failed. | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | c233f9b70b976aef0b861840c11dccaf75ae4620 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/s...
2023-10-24T09:29:44
2023-10-24T09:52:02
{}
NONE
vuejs
core
1,778,816,306
7,260
pikax
I think having always the latest is recommended, I think you would want the version pinned if you changed or pinned the version. Otherwise might be causing issues when posting errors on vue, since the maintainer might not notice the older version.
2023-10-25T08:56:50
2023-10-25T08:56:50
{}
MEMBER
vuejs
core
1,764,790,750
9,139
sadeghbarati
Please don't forget about this one https://github.com/vuejs/core/pull/9413 --- ~~https://www.totaltypescript.com/react-component-props-type-helper~~ ~~Related PR https://github.com/vuejs/core/pull/2179~~ [vue-component-type-helpers](https://github.com/vuejs/language-tools/tree/master/packages/component-typ...
2023-10-16T15:54:28
2023-10-25T09:08:10
{ "eyes": 2 }
NONE
vuejs
core
1,779,198,319
7,260
qmhc
@pikax Yes, it will use the latest commit by default.
2023-10-25T12:45:49
2023-10-25T12:45:49
{}
NONE
vuejs
core
1,774,070,843
5,195
edison1105
/ecosystem-ci run
2023-10-22T11:40:51
2023-10-22T11:40:51
{ "+1": 1 }
MEMBER
vuejs
core
1,774,277,354
9,457
edison1105
duplicate of https://github.com/vuejs/core/pull/9249
2023-10-23T01:17:24
2023-10-23T01:17:24
{ "+1": 1 }
MEMBER
vuejs
core
1,776,796,826
9,469
LinusBorg
The counterpart to `children[0]` would be `firstElementChild`, not `firstChild` - see firest info box on this page: https://developer.mozilla.org/en-US/docs/Web/API/Node/firstChild Yes, Vue uses text Nodes as markers in some places, like here. You only care about the elements, so use APIs that only return elements.
2023-10-24T08:54:44
2023-10-24T08:54:44
{}
MEMBER
vuejs
core
1,777,276,724
7,184
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------ | ------------------- | ------------------- | | runtime-dom.global.prod.js | 86.5 kB | 32.9 kB | 29.7 kB | | v...
2023-10-24T14:01:01
2023-10-24T16:57:13
{}
NONE
vuejs
core
1,779,016,157
8,926
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6639318783) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/6635940543) | |-------|--------|----------------| | language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/a...
2023-10-25T11:01:00
2023-10-25T11:01:00
{}
CONTRIBUTOR
vuejs
core
1,774,343,414
9,453
Simon-He95
> Let's use switch syntax让我们使用开关语法 sure
2023-10-23T02:38:26
2023-10-23T02:38:26
{}
CONTRIBUTOR
vuejs
core
1,774,701,164
8,482
sevilyilmaz
I get the same error when I use an imported type as an alias. I'm not 100% sure if these errors are related. ```vue <script setup lang="ts"> import type * as T from './Foo.types' defineProps<T.Props>() </script> ``` Here is the link for reproduction: https://play.vuejs.org/#eNqFU8lu2zAQ/ZUBL24LVz6kJ0UJ0BYpk...
2023-10-23T08:40:18
2023-10-23T08:40:18
{}
NONE
vuejs
core
1,776,130,504
8,511
amritk
Hey any word on when this is getting in?
2023-10-23T22:36:46
2023-10-23T22:36:46
{ "eyes": 3 }
NONE
vuejs
core
1,776,213,905
7,556
TechAkayy
@LinusBorg, request you to kindly merge this fix, it has been pending for a long time. This issue does confuse users when using devtools (incl the new nuxt-devtools) until they reach the relevant issue on vue-devtools repo, and here. Thank you!
2023-10-23T23:33:49
2023-10-23T23:37:12
{ "+1": 1 }
NONE
vuejs
core
1,776,841,532
9,464
haoqunjiang
Could be solved by https://github.com/vuejs/core/pull/5912
2023-10-24T09:22:26
2023-10-24T09:22:26
{}
MEMBER
vuejs
core
1,777,260,276
5,195
yyx990803
/ecosystem-ci run
2023-10-24T13:55:25
2023-10-24T13:55:25
{ "+1": 1 }
MEMBER
vuejs
core
1,779,003,885
8,926
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | ------------------- | -------------------- | | runtime-dom.global.prod.js | 86.5 kB (**+27 B**) | 32.9 kB (**+13 B**) | 29.7 kB (**-13 B**) ...
2023-10-25T10:52:57
2023-10-25T10:52:57
{}
NONE
vuejs
core
1,779,401,469
9,475
haoqunjiang
Do you have a runnable reproduction? I believe this has already been fixed in https://github.com/vuejs/core/pull/9446 A full path with mixed `/` and `\` should still be a valid Windows path.
2023-10-25T14:25:13
2023-10-25T14:25:13
{ "+1": 3 }
MEMBER
vuejs
core
1,773,748,723
5,912
johnsoncodehk
To resolve the memory leak issue I found using computed with reactive (the problem existed in old versions), a FinalizationRegistry is now also used to reliably cleanup the reference. (The FinalizationRegistry is also stubbed so it does not affect browser compatibility) For code to reproduce the memory leak, see htt...
2023-10-21T10:42:15
2023-10-22T06:56:52
{}
MEMBER
vuejs
core
1,778,784,525
7,602
pikax
When running the example on SFC there's a warning stating you shouldn't be using `v-for` scoped for `v-model`, which is correct, in your example you `v-model` to a primitive number [playground](https://play.vuejs.org/#eNp9kk1PAjEQhv/K2IuQsGyinshiRMNBD2rUxAPlAMsAhe606QeQEP670xLQg+GyaWeeeeed2e7FwNruJqLoicrXTtkAHkO095JUY...
2023-10-25T08:37:38
2023-10-25T08:37:38
{}
MEMBER
vuejs
core
1,773,759,363
9,451
skirtles-code
RFC discussion: https://github.com/vuejs/rfcs/discussions/405
2023-10-21T11:14:24
2023-10-21T11:14:24
{}
CONTRIBUTOR
vuejs
core
1,773,870,409
5,912
johnsoncodehk
Vitest `threads` option is now disabled because the `FinalizationRegistry` implementation will cause zombie threads (threads no longer respond and occupy high CPU) when multiple threads is enabled. gc tests are just skipped, there seems to be no way to pass the `--expose-gc` argument for the Vitest tests. cc @she...
2023-10-21T17:27:28
2023-10-21T17:27:28
{}
MEMBER
vuejs
core
1,775,885,855
3,596
u01jmg3
Any update on this for 2023? It would be great to be able to control this warning.
2023-10-23T19:28:39
2023-10-23T19:28:39
{}
NONE