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,011,624,174
10,560
LinusBorg
When you provide the `modelValue` prop and an `update:modelValue` listener (which is the same as providing the `v-model` directive), it's expected that the parent handles the state, meaning `defineModel` does not handle local state updates. Since your update listener breaks this contract, the local state doesn't cha...
2024-03-21T08:28:13
2024-03-21T08:32:27
{ "+1": 2 }
MEMBER
vuejs
core
2,021,517,990
10,042
719media
Anything I can do to test/help get this moving?
2024-03-26T21:37:48
2024-03-26T21:37:48
{}
NONE
vuejs
core
2,003,942,933
1,791
CyberAP
@dmytro-grablov nice implementation. I think you don't even need to create a new app instance for this. We can re-use the internal method. ```js export default { created() { let res = ''; const push = (val) => { res += val }; this.$.type.ssrRender(this.$.proxy, push, this.$.parent, this.$.at...
2024-03-18T13:41:55
2024-03-18T13:41:55
{}
CONTRIBUTOR
vuejs
core
2,004,112,951
10,533
haoqunjiang
As mentioned in https://github.com/vuejs/core/issues/6891#issuecomment-1280012301, this is by design. It was moved in https://github.com/vuejs/core/commit/a42a14d3bcc9dc56901ac97f5e7c4bc6ba7d7c48 This is because `@babel/types` is a big dependency that most users do not need, unless they are developing something tha...
2024-03-18T14:44:54
2024-03-18T14:44:54
{ "+1": 1 }
MEMBER
vuejs
core
2,007,298,885
7,942
matthiasPOE
ping @LinusBorg
2024-03-19T14:14:57
2024-03-19T14:14:57
{}
NONE
vuejs
core
2,009,142,073
10,556
YiMo1
我使用你给的示例试了下,发现 defineProps 函数使用泛型时热更新依旧正常,但如果使用了 ant-design-vue 组件中的 interface 作为类型传入,会导致热更新变得异常缓慢。单独使用 TableProps 时,就像这样` defineProps<TableProps >()`,热更新时间大概是30秒,如果再加入Omit内置函数时,就像这样` defineProps<Omit<TableProps,'columns'>>()`,热更新时间则会有几分钟。具体原因不明
2024-03-20T09:42:50
2024-03-20T09:42:50
{}
NONE
vuejs
core
2,009,388,348
7,941
kamal7241
i have the same issue
2024-03-20T11:50:43
2024-03-20T11:50:43
{}
NONE
vuejs
core
2,016,502,279
8,086
chipit24
This is a very insidious bug, and quite serious, no? It creates inconsistent state, allowing inputs to contain values and pass validation but the state not to hold any value. I ran into it in the library linked above thinking it was a bug just with that library.
2024-03-23T13:56:09
2024-03-23T13:56:09
{}
NONE
vuejs
core
2,017,039,428
10,580
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 90.6 kB | 34.4 kB | 31.1 kB | | vue.global.prod.js | 148 kB | 53.7 kB | 48 kB | ### Usages | Name | Size |...
2024-03-25T01:11:27
2024-03-25T01:11:27
{}
NONE
vuejs
core
2,017,039,609
10,581
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 90.6 kB | 34.4 kB | 31.1 kB | | vue.global.prod.js | 148 kB | 53.7 kB | 48 kB | ### Usages | Name | Size |...
2024-03-25T01:11:46
2024-03-25T01:11:46
{}
NONE
vuejs
core
2,017,745,140
6,817
mitar
@so1ve Why would this be closed by https://github.com/vuejs/language-tools/pull/3300? Isn't that just for the language server? The issue I get is while running/building the app itself, not in an IDE.
2024-03-25T11:06:17
2024-03-25T11:06:17
{}
NONE
vuejs
core
2,020,278,019
10,598
LinusBorg
closing this in favor of your previous issue
2024-03-26T12:18:40
2024-03-26T12:18:40
{}
MEMBER
vuejs
core
2,024,595,288
10,510
longjiahui
I met this problem too after I upgraded the vue version of my project to v3.4.21( 3.4.15 still report the errors after tested ). Until I found this issue and downgraded to 3.4.14 and the recursive error report stoped.
2024-03-28T07:44:46
2024-03-28T07:44:46
{}
NONE
vuejs
core
2,025,259,351
10,576
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/8468378588) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/8446873456) | |-------|--------|----------------| | language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/a...
2024-03-28T14:01:20
2024-03-28T14:01:20
{}
CONTRIBUTOR
vuejs
core
1,951,630,798
10,358
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 90.6 kB | 34.4 kB | 31 kB | | vue.global.prod.js | 148 kB | 53.7 kB | 47.9 kB | ### Usages | Name | Size |...
2024-02-19T03:30:10
2024-03-18T07:16:47
{}
NONE
vuejs
core
2,003,846,380
1,791
dimitri-grablow
Not sure if this is relevant, but based on suggestion from @CyberAP I have the following working example: ```vue <script> import { renderToString } from '@vue/server-renderer'; import { h, createStaticVNode, getCurrentInstance, createApp } from 'vue'; // Implement your own cache service, pass to the componen...
2024-03-18T13:00:02
2024-03-18T13:00:02
{ "+1": 1 }
NONE
vuejs
core
2,004,114,162
6,891
haoqunjiang
See https://github.com/vuejs/core/pull/10533#issuecomment-2004112951
2024-03-18T14:45:25
2024-03-18T14:45:25
{}
MEMBER
vuejs
core
2,007,527,082
10,549
huangniu8822
<img width="452" alt="image" src="https://github.com/vuejs/core/assets/34564230/f6215781-8568-45cd-8dae-804a9272c9c8"> 不是个例吧~打包就成这样?
2024-03-19T15:41:20
2024-03-19T15:41:20
{}
NONE
vuejs
core
2,014,539,941
10,570
yangxiuxiu1115
The context of the render's vue is different from the context of the createApp, so you can't get the components registered in the createApp.
2024-03-22T08:00:49
2024-03-22T08:00:49
{}
CONTRIBUTOR
vuejs
core
2,016,528,980
10,575
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------ | ------------------- | ------------------- | | runtime-dom.global.prod.js | 90.6 kB | 34.4 kB | 31.1 kB | | v...
2024-03-23T15:44:17
2024-03-23T15:44:17
{}
NONE
vuejs
core
2,016,642,045
10,542
edison1105
duplicate of https://github.com/vuejs/core/pull/6367
2024-03-24T00:21:03
2024-03-24T00:21:22
{}
MEMBER
vuejs
core
2,017,355,982
10,585
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 90.6 kB | 34.4 kB | 31.1 kB | | vue.global.prod.js | 148 kB | 53.7 kB | 48 kB | ### Usages | Name | Size |...
2024-03-25T07:07:55
2024-03-25T07:07:55
{}
NONE
vuejs
core
2,025,261,857
10,576
haoqunjiang
The quasar failure is irrelevant to this PR. Thanks for the fix!
2024-03-28T14:02:33
2024-03-28T14:02:33
{}
MEMBER
vuejs
core
2,007,549,568
10,549
huangniu8822
> ### Vue version > ^3.4.21 > > ### Link to minimal reproduction > 暂无 > > ### Steps to reproduce > ![image](https://private-user-images.githubusercontent.com/42292642/314098889-41ffa237-4904-4c58-968e-b137af7650af.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVz...
2024-03-19T15:51:14
2024-03-19T15:51:14
{}
NONE
vuejs
core
2,014,725,050
10,570
zjtakato
> https://github.com/zjtakato/vue-resolveComponent-issues.git If I implement this function in a js file?
2024-03-22T09:48:43
2024-03-22T09:48:43
{}
NONE
vuejs
core
2,016,723,944
10,578
zhengyanbin-yy
> 看上去是符合预期的,set处理函数在值发生更新时触发。如果你希望初始化时生效,你应该再添加get函数,在get中处理修饰符 首先新增get函数,只会更改子组件中的值,父组件中的值仍然是在 v-model 绑定的值发生变化后才会生效。 其次,如果要增加get才能达到目的,那自带的修饰符怎么办?比如:我在v-model用了自带的 .trim .number。初始化的时候这两个自带的修饰符也不生效
2024-03-24T07:44:36
2024-03-24T07:52:06
{}
NONE
vuejs
core
2,016,751,300
10,578
zhengyanbin-yy
> option immediate 这个参数是watch里面的吧。v-model 的参数类型是 PropOptions。PropOptions里面没有 immediate 这个配置项吧。
2024-03-24T09:39:25
2024-03-24T09:41:30
{}
NONE
vuejs
core
2,017,391,544
10,581
netlify[bot]
### <span aria-hidden="true">❌</span> Deploy Preview for *vue-next-template-explorer* failed. | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | eb831559b098ab7841e3e42193e2e4a7dd597fd9 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/s...
2024-03-25T07:38:37
2024-03-25T08:22:23
{}
NONE
vuejs
core
2,022,088,341
10,601
LinusBorg
This is working as expected. Before 3.4, computed properties would trigger effects that depended on them regardless of wether the computed's return value actually changed. That was often the cause of unneeded re-renders etc, and could cause performance problems. We fixed that in 3.4, so now, dependent effects (l...
2024-03-27T07:03:03
2024-03-27T07:03:49
{}
MEMBER
vuejs
core
2,022,521,609
9,943
shaobeichen
> Yes, there are multiple workarounds, so I am not really stressing about urgency. I just wanted to put a bug under radar. Thanks for pointing out your workaround, @RicardoErii . I forgot to mention it when filed this issue, but that is what I eventually went for > > IMO it should either be fixed, or mentioned in do...
2024-03-27T11:18:43
2024-03-27T11:18:43
{}
NONE
vuejs
core
2,007,547,099
10,549
BuzzWoods
怎么回事有人在代码里面下毒吗?
2024-03-19T15:50:09
2024-03-19T15:50:09
{ "+1": 2 }
NONE
vuejs
core
2,007,605,048
10,549
haoqunjiang
Add these lines to `package.json` and then reinstall dependencies: ```json { "overrides": { "@babel/helper-module-imports": "~7.22.15" } "pnpm": { "overrides": { "@babel/helper-module-imports": "~7.22.15" } }, "resolutions": { "@babel/helper-module-imports": "~7.22.15" }...
2024-03-19T16:16:36
2024-03-19T16:16:36
{ "+1": 3, "rocket": 2 }
MEMBER
vuejs
core
2,011,100,518
10,562
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 90.6 kB | 34.4 kB | 31.1 kB | | vue.global.prod.js | 148 kB | 53.7 kB | 48 kB | ### Usages | Name | Size |...
2024-03-21T03:01:01
2024-03-21T03:01:01
{}
NONE
vuejs
core
2,011,120,580
10,562
haoqunjiang
Well, it doesn't fix the CI, but it's not breaking anything, either. I'll merge this PR and try again in the ecosystem-ci repo.
2024-03-21T03:12:23
2024-03-21T03:12:23
{}
MEMBER
vuejs
core
2,016,641,881
10,575
edison1105
duplicate of https://github.com/vuejs/core/pull/6765
2024-03-24T00:20:23
2024-03-24T00:20:23
{ "eyes": 1 }
MEMBER
vuejs
core
2,018,825,718
10,567
matthew-dean
Here's a similar / simplied example of this issue: ```vue <style scoped> div { display: grid; :deep(> *) { margin: 0; } } </style> ``` This should output: ```css div[data-v-d127f3cd] { display: grid; > * { margin: 0; } } ``` Instead, it outputs: ```css div[data-v-d127f3cd] { ...
2024-03-25T20:11:05
2024-03-25T20:11:45
{}
NONE
vuejs
core
2,022,434,283
9,603
timenengwerda
Is there a merge in sight for this issue?
2024-03-27T10:37:10
2024-03-27T10:37:10
{}
NONE
vuejs
core
1,894,803,497
10,129
chanmanthau
Thank you so much, I'll try it. I commit an issue because of this warn ![2](https://github.com/vuejs/core/assets/109059295/1127b25a-c02c-4167-8052-1ec52add0a2b) It reminds me to commit an issue to vue. Thank you again.
2024-01-17T01:48:43
2024-01-17T01:48:43
{ "heart": 1 }
NONE
vuejs
core
1,896,333,322
4,662
Grimille
Bump, we really need this...
2024-01-17T18:07:27
2024-01-17T18:07:27
{ "+1": 22 }
NONE
vuejs
core
1,897,715,407
7,928
tomina1
You can achieve manual operation by wrapping the Component function, reading the corresponding type attribute, assembling the name based on the ID, and then using h to rebuild the vnode and cache it, combined with the include attribute
2024-01-18T03:18:34
2024-01-18T03:18:34
{}
NONE
vuejs
core
1,898,021,873
10,141
zh-lx
> This fix is incorrect because `value` isn't actually rendered as an attribute during SSR. The real cause is when there is no `value` attribute, `optionElement.value` will return its inner text instead. > > See [d16a213](https://github.com/vuejs/core/commit/d16a2138a33b106b9e1499bbb9e1c67790370c97) The innerText...
2024-01-18T08:34:19
2024-01-18T08:34:44
{}
CONTRIBUTOR
vuejs
core
1,898,880,656
10,098
ferferga
@djixadin Can you confirm if you're using Suspense in your app to triage this issue down further? From Nuxt repo, it looks like that all the people who are still experiencing this are also using Suspense: https://github.com/nuxt/nuxt/issues/25214
2024-01-18T17:06:43
2024-01-18T17:09:54
{}
CONTRIBUTOR
vuejs
core
1,900,012,807
10,155
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 90.2 kB | 34.4 kB | 30.9 kB | | vue.global.prod.js | 147 kB | 53.6 kB | 47.8 kB | ### Usages | Name | Size |...
2024-01-19T09:01:24
2024-01-19T09:01:24
{}
NONE
vuejs
core
1,894,727,132
10,129
chanmanthau
After that, you need to close the project and then open it again.
2024-01-17T00:20:46
2024-01-17T00:20:46
{}
NONE
vuejs
core
1,897,738,600
10,125
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 89.9 kB | 34.3 kB | 30.9 kB | | vue.global.prod.js | 147 kB | 53.5 kB | 47.8 kB | ### Usages | Name | Size |...
2024-01-18T03:45:50
2024-01-18T03:45:50
{}
NONE
vuejs
core
1,898,199,926
8,569
yyx990803
Closing as stale (not reproducible in latest version). https://play.vuejs.org/#eNp9kc1uwjAQhF9l5UtBQvTALQKq/nBoDy1qe8McomQJoY5t2WtAivLuXTstoKriZs/M2t/Yrbi3drwPKDIx9YWrLYFHChZUrquZFOSlmEtdGO0JrDPWwwwONW2fcJMHRX5Q4qbWuIzWtJUa+tRdBp5cravVOmol9ofXRp8cqbv5YDiC81AGgyHM5rBaj/4MZXBzw/mh1NPbXmQo3hA2VuWEvANo2x/Crou5C0+MuAh32N...
2024-01-18T10:23:43
2024-01-18T10:23:43
{}
MEMBER
vuejs
core
1,897,683,528
10,146
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 89.8 kB | 34.2 kB | 30.8 kB | | vue.global.prod.js | 147 kB | 53.5 kB | 47.8 kB | ### Usages | Name | Size |...
2024-01-18T02:47:08
2024-01-18T02:47:08
{}
NONE
vuejs
core
1,897,787,641
10,118
yyx990803
If a minimal repro is difficult, a runnable full app is still better than nothing.
2024-01-18T04:43:38
2024-01-18T04:43:38
{}
MEMBER
vuejs
core
1,897,799,791
10,142
mireq
Thanks for feedback. @modelair - refs are working correctly except of this `{{ model }}` because vue can't unwrap this type of object, but `{{ model[0] }}` correctly renders value. I wanted make array with independent refs to not infer with anything else. I tried reactive example, but has still same lag issue. @...
2024-01-18T04:58:13
2024-01-18T04:58:13
{}
NONE
vuejs
core
1,898,077,995
10,136
yyx990803
This is a difficult one - the fix in #7181 addresses an important issue, where watchers (pre by default) are firing for components that are unmounted in the same flush cycle. However, this does introduce a change in the way pre-watchers interact with component updates: - Before the change: pre-watchers, even in c...
2024-01-18T09:11:05
2024-01-18T09:48:54
{}
MEMBER
vuejs
core
1,898,141,576
10,136
yyx990803
Updated relevant docs section to provide more details for the current behavior: https://github.com/vuejs/docs/commit/80e2128d52603856a26a8bb7258606cfe80561e9 Closing since there is a simple workaround for Vuetify.
2024-01-18T09:49:39
2024-01-18T09:49:39
{ "+1": 1 }
MEMBER
vuejs
core
1,900,193,349
10,148
SidselQImer
I get the same error. But it doesn't help to downgrade the vue and vue/compat version. I only have issues when i try to update my vue router from 3 to 4. here is the installed version: "@vue/compat": "^3.3.13", "vue": "^3.3.13", but the compat version it has downloaded is 3.4.14 ![billede](htt...
2024-01-19T10:59:34
2024-01-19T10:59:34
{}
NONE
vuejs
core
1,900,259,437
10,156
bayramorhan
> I also have weird issues with teleport replacing root node. Please let me know if my solution also works for your issue.
2024-01-19T11:41:21
2024-01-19T11:41:21
{}
NONE
vuejs
core
1,900,831,811
10,160
LinusBorg
You need to run the slot.default() in the render function: https://play.vuejs.org/#eNqlVU+P20QU/yoPq1K8kmO3WnoJm21hlcMWsVRshYQwah17ksxmPGPNjL27iiyhih7gxIEjF65IXFHRHvgyWwrfgjcztuNkN2yBQ5L58/78fr8372XlfVgUYVUSb+QdqFTSQoMiuiwOY07zQkgNK/iE8DKw34wqDTXMpMhhEEZHIi/CMzWI+UHknNENN5rkBUs0wR3AQetod80equFMyHHsUaAcHsYejJbk0uxxWQ...
2024-01-19T17:43:09
2024-01-19T17:43:23
{}
MEMBER
vuejs
core
1,900,842,106
10,159
LinusBorg
This is a tricky edge case, I have a hard time rating this. So, the cause is the change to `computed()` in 3.4: computed properties now only trigger dependent effects when their return value actually has changed. The fact that previously, they *always* triggered dependent effects was a long-standing issue and of...
2024-01-19T17:51:12
2024-01-19T17:51:12
{ "+1": 2 }
MEMBER
vuejs
core
1,902,066,183
10,156
ferferga
Related to #10098 More insights: https://github.com/vuejs/core/issues/10098#issuecomment-1898871760
2024-01-20T11:04:06
2024-01-20T11:04:06
{}
CONTRIBUTOR
vuejs
core
1,902,515,273
10,159
Doctor-wu
Like @LinusBorg said, `computed` would not re-calculate if the return value didn't change. If you insist to use the `computed` like this which is hardly not suggested by official and you don't care about the performance, you can change the computed like this. ```typescript const comp = computed(() => { obj.msg = in...
2024-01-21T05:22:41
2024-01-21T05:22:41
{}
MEMBER
vuejs
core
1,902,688,653
10,173
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | -------------------- | -------------------- | -------------------- | | runtime-dom.global.prod.js | 90.4 kB (**+247 B**) | 34.5 kB (**+110 B**) | 31.1 kB (**+11...
2024-01-21T16:34:13
2024-01-21T16:37:57
{}
NONE
vuejs
core
1,903,350,560
10,179
LinusBorg
1. submit is being prevented as the form is not being submitted to the server. 2. the event does bubble, but that's because you did not use `.stop` 3. Using `.stop` would also not do what I think you want, because both event listeners are applied to the same DOM element (the `<form>`) What you need to do is call `...
2024-01-22T06:35:59
2024-01-22T06:36:18
{}
MEMBER
vuejs
core
1,896,204,723
10,126
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 89.8 kB | 34.2 kB | 30.8 kB | | vue.global.prod.js | 147 kB | 53.5 kB | 47.8 kB | ### Usages | Name | Size |...
2024-01-17T16:49:11
2024-01-17T16:49:11
{}
NONE
vuejs
core
1,898,160,712
10,145
yyx990803
I can't reproduce this on mac Safari Version 16.3 (18614.4.6.1.6) or iOS 17.2.1.
2024-01-18T10:01:00
2024-01-18T10:01:00
{}
MEMBER
vuejs
core
1,901,346,122
10,156
bayramorhan
> > By the way I realised thta we dont need to downgrade all the way down to 3.3.x. Vue 3.4.2 is also works fine. This way we can get rid of the error and get benefits from vue 3.4 > > I can use Vue up to v3.4.8. **v3.4.9** and higher produce the errors ![image](https://private-user-images.githubusercontent.com/4201...
2024-01-19T23:57:03
2024-01-19T23:57:03
{}
NONE
vuejs
core
1,902,085,862
10,153
sxzz
> The latest version of Vue (3.x) only supports [browsers with native ES2015 support](https://caniuse.com/es6) https://vuejs.org/about/faq.html#what-browsers-does-vue-support
2024-01-20T12:48:00
2024-01-20T12:48:00
{}
MEMBER
vuejs
core
1,902,554,041
9,927
LittleSound
I created another separate PR #10173 for `onEffectCleanup` in order to reduce the reviewing time cost and get merged faster.
2024-01-21T08:31:15
2024-01-21T16:40:41
{ "+1": 1 }
MEMBER
vuejs
core
1,898,034,244
10,141
Nicolas-Yazzoom
Are you sure about this? The warning from the example in #10140 no longer occurs when using the most recent commit.
2024-01-18T08:43:16
2024-01-18T08:43:16
{}
NONE
vuejs
core
1,901,748,969
10,154
so1ve
Why
2024-01-20T04:53:45
2024-01-20T04:53:45
{}
MEMBER
vuejs
core
1,903,367,099
10,156
haoqunjiang
Thanks for submitting this issue! Due to our limited time, we ask you to include a reproduction link to a minimal full reproduction of your problem (for example, in a GitHub repository) so we can find what is causing the issue. Thank you for your understanding!
2024-01-22T06:52:42
2024-01-22T06:52:42
{}
MEMBER
vuejs
core
1,893,383,780
10,118
gbyesiltas
We have the same error, it happens on navigation for us on Nuxt. When a link is clicked, we see the `NuxtLoadingIndicator` and gets stuck
2024-01-16T09:40:06
2024-01-16T09:40:06
{}
NONE
vuejs
core
1,895,207,452
10,135
LinusBorg
I think the problem is that you provide the ref's value, which will not be reactive - you need to pass the ref itself. ```diff - Vue.provide(VueI18n.I18nInjectionKey, i18n.value) + Vue.provide(VueI18n.I18nInjectionKey, i18n) ``` Wether or not that works with vue-i18n I don't know. Manually providing the instan...
2024-01-17T07:13:20
2024-01-17T07:17:47
{}
MEMBER
vuejs
core
1,898,418,871
10,145
mvgn
Thank you very much and sorry for the noise.
2024-01-18T12:48:24
2024-01-18T12:48:24
{}
NONE
vuejs
core
1,899,460,716
7,215
v4nz777
Solved! replace this: `h('p', [ text.value ])` with this: `h('p',text.value)` just remove the square bracket like this: https://play.vuejs.org/#__SSR__eNp9Uk1Lw0AQ/SvjXjaBEA/eSlvQ0oMeVNSbK5KmkzbtZjfsRw2U/Hcnm6apIIWQZN97M/PmsUd2X9fpwSObsKnNTVm7uVBlVWvj4AjbBAwW0EJhdAWcdFwoobAJ/BqLz...
2024-01-19T00:55:16
2024-01-19T00:55:16
{ "-1": 2 }
NONE
vuejs
core
1,900,654,428
10,158
LinusBorg
This issue is not actionable for us since it contains no way do reproduce the error. If you can provide a reproduction, please provide one. Otherwise we have to close this issue. Thanks
2024-01-19T15:43:57
2024-01-19T15:43:57
{}
MEMBER
vuejs
core
1,901,882,255
10,157
yangxiuxiu1115
#10161 is a more appropriate fix.
2024-01-20T07:47:04
2024-01-20T07:47:13
{}
CONTRIBUTOR
vuejs
core
1,902,825,821
10,175
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 90.2 kB | 34.4 kB | 30.9 kB | | vue.global.prod.js | 147 kB | 53.6 kB | 47.8 kB | ### Usages | Name | Size |...
2024-01-22T00:28:36
2024-01-22T00:28:36
{}
NONE
vuejs
core
1,898,192,347
8,116
yyx990803
Closing as no valid reproduction has been provided.
2024-01-18T10:18:52
2024-01-18T10:18:52
{}
MEMBER
vuejs
core
1,898,194,656
5,340
yyx990803
Closing as stale
2024-01-18T10:20:20
2024-01-18T10:20:20
{}
MEMBER
vuejs
core
1,899,808,561
10,151
yyx990803
Likely caused by #10075
2024-01-19T05:48:06
2024-01-19T05:48:06
{ "+1": 3, "eyes": 1 }
MEMBER
vuejs
core
1,900,255,047
10,156
daniluk4000
I also have weird issues with teleport replacing root node.
2024-01-19T11:38:04
2024-01-19T11:38:04
{}
NONE
vuejs
core
1,900,492,135
10,157
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | ------------------ | ------------------- | | runtime-dom.global.prod.js | 90.2 kB (**+11 B**) | 34.4 kB (**+4 B**) | 31 kB (**+18 B**) | | v...
2024-01-19T14:11:13
2024-01-19T14:11:13
{}
NONE
vuejs
core
1,901,018,501
7,941
Shinigami92
I have created another minimal reproducible with a similar problem I need to have fixed: https://stackblitz.com/edit/vitejs-vite-fyl4be?file=src%2Fmain.ts The nested .vue component should render its text as blue, but there is no style applied at all
2024-01-19T19:51:51
2024-01-19T19:51:51
{}
CONTRIBUTOR
vuejs
core
1,901,599,797
10,163
s3xysteak
If you want to crud the list which was `v-for`, do not use the `index` in `(_, index) in list`. Instead, use the unique value manually. Add `id` for each item and use `:key="item.id"` will fix it. https://play.vuejs.org/#eNqNU0uO00AQvUrjTTJSbMdJFshKogAaCVgAgpFYjGdh7IrTE/dH3W1PUOQbsGDPRbgQ4hpUtzNJbAiaVdz1XlW9elXZey+kD...
2024-01-20T02:15:39
2024-01-20T02:15:59
{}
NONE
vuejs
core
1,902,704,561
3,562
AimForNaN
@yyx990803 Then you could argue that exposing it for the Options API could be declared deprecated. If there's a reason to continue keeping it around for the Options API, then that same reason should be just as valid for Composition API.
2024-01-21T17:34:11
2024-01-21T17:34:11
{}
NONE
vuejs
core
1,902,867,141
10,172
Doctor-wu
Computed was updated in recent versions, and I believe this is the expected result in your reproduction. You are not supposed to make effects in your computed function.
2024-01-22T01:38:29
2024-01-22T01:38:29
{}
MEMBER
vuejs
core
1,896,163,139
8,110
VasiliyRusin
Hi! I think this problem needs more concern
2024-01-17T16:27:10
2024-01-17T16:27:10
{ "heart": 6 }
NONE
vuejs
core
1,898,240,172
4,662
seyfer
> Bump, we really need this... it will reduce the amount of hacks we have to implement, for sure. now everybody is solving this problem in different ways.
2024-01-18T10:49:06
2024-01-18T10:49:06
{ "+1": 10 }
NONE
vuejs
core
1,898,393,585
10,145
yyx990803
This is working as intended in Safari 17.4 (Tech preview), so I assume this is indeed a Safari bug that is fixed in a to-be-released version. Btw you should be able to reproduce the issue without Vue involved using vanilla DOM APIs: ```html <div id="app"></div> <script> const t = document.createElement('text...
2024-01-18T12:31:31
2024-01-18T12:31:31
{}
MEMBER
vuejs
core
1,835,878,199
8,304
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------ | ------------------ | ------------------- | | runtime-dom.global.prod.js | 90.2 kB (**-1 B**) | 34.4 kB (**-3 B**) | 30.9 kB (**-7 B**) | | vue....
2023-12-01T10:50:08
2024-01-19T14:20:49
{}
NONE
vuejs
core
1,902,625,303
10,123
lehni
@johnsoncodehk I believe I've found your changes here to cause new issues, see #10172
2024-01-21T13:12:29
2024-01-21T18:22:35
{}
CONTRIBUTOR
vuejs
core
1,893,390,046
9,556
jd-solanki
Will this help resolve question I asked? https://github.com/radix-vue/shadcn-vue/issues/277 Thanks for TS Magic 🪄
2024-01-16T09:44:00
2024-01-16T09:44:00
{}
NONE
vuejs
core
1,897,719,676
10,140
yyx990803
Closed via d16a2138a33b106b9e1499bbb9e1c67790370c97
2024-01-18T03:25:06
2024-01-18T03:25:06
{}
MEMBER
vuejs
core
1,901,278,977
10,162
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 90.2 kB | 34.4 kB | 30.9 kB | | vue.global.prod.js | 147 kB | 53.6 kB | 47.8 kB | ### Usages | Name | Size |...
2024-01-19T23:16:12
2024-01-19T23:16:12
{}
NONE
vuejs
core
1,901,622,796
10,163
Justineo
Like @s3xysteak said, `key` should be unique.
2024-01-20T02:26:33
2024-01-20T02:26:33
{}
MEMBER
vuejs
core
1,895,340,742
9,421
alexeyvokin
Someone answer the question. Does the team plan to merge this request?
2024-01-17T08:42:26
2024-01-17T08:42:26
{}
NONE
vuejs
core
1,895,957,885
9,421
haoqunjiang
https://github.com/vuejs/core/blob/main/.github/maintenance.md#pr-merge-rules-for-team-members > Fixes / refactors: can merge with two or more approvals from team members. We need one more approval from team members.
2024-01-17T14:44:41
2024-01-17T14:44:41
{ "+1": 1 }
MEMBER
vuejs
core
1,897,933,786
10,148
Doctor-wu
Maybe you can provide a minimal reproduction by [`sfc-playground`](https://play.vuejs.org/#eNp9kUFLwzAUx7/KM5cqzBXZbXQDlYF6UFHBSy6je+sy0yQkL3NQ+t19SdncYezW9//9X/pL24l758a7iGIqqlB75QgCUnRzaVTrrCfowOMaelh720LB1UIaaWprAkEbGpglfl08odYWvq3Xq6viRpqqHI7jg3ggbJ1eEvIEUG3u5l2Xl/u+KnnKqTIuEuxuW7tCPZOCuRRQMqzKk30xEhT49WvVjLfBGjbv0...
2024-01-18T07:20:56
2024-01-18T07:20:56
{}
MEMBER
vuejs
core
1,898,137,187
10,148
michaelts1
I am also receiving the "decode_js.EntityDecoder is not a constructor" error. However in my case, I am also using `@vue/compat`, and the error only occurs when I upgrade @vue/compat to version 3.4.x (3.4.0-3.4.14 all cause this error). When using vue 3.4.14 and @vue/compat 3.3.13", I am not getting any error. After upg...
2024-01-18T09:46:59
2024-01-18T09:46:59
{}
NONE
vuejs
core
1,900,915,251
10,151
Doctor-wu
According to the [doc](https://vuejs.org/api/built-in-directives.html#v-show). In this [case](https://play.vuejs.org/#eNqNVMFy2jAQ/ZWtLyQzYDelhw5jKA2TQzuTtNNkevLF2AsoyJJGkoGMh3/vSgZj0ybhJr99evv2SXIVfFMq3JQYjILYZJopCwZtqSaJYIWS2kIFGhd9WMEeFloW0CN2LxGJyKQwFpj5wwybc4SxI14tUm7w+lgtZJ7yR/vSlCvaaXNmFE9fRtATUmCvnwiAItVLJgi6+a...
2024-01-19T18:36:14
2024-01-19T18:40:42
{}
MEMBER
vuejs
core
1,902,825,851
10,176
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 90.2 kB | 34.4 kB | 30.9 kB | | vue.global.prod.js | 147 kB | 53.6 kB | 47.8 kB | ### Usages | Name | Size |...
2024-01-22T00:28:39
2024-01-22T00:28:39
{}
NONE
vuejs
core
1,894,797,365
10,129
Doctor-wu
<img width="1150" alt="CleanShot 2024-01-17 at 09 40 18@2x" src="https://github.com/vuejs/core/assets/44631608/691932d1-6c25-4ee0-a11e-f5606e37a22f"> This is not the issue of `vue-core`, maybe you can commit an issue to `@dataview`
2024-01-17T01:41:38
2024-01-17T01:41:38
{}
MEMBER
vuejs
core
1,897,932,579
10,148
Doctor-wu
It seems no error occurred in your reproduction, did you paste the wrong link?
2024-01-18T07:19:44
2024-01-18T07:19:44
{}
MEMBER