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,277,037,570 | 11,561 | linzhe141 | > Maybe we should add corresponding test cases to prevent regression. Could you please try to add one?
Of course, I'll add the necessary test cases to prevent any regression. | 2024-08-09T02:38:26 | 2024-08-09T02:38:26 | {
"heart": 1
} | MEMBER |
vuejs | core | 2,282,296,145 | 11,581 | Disservin | Vue doesn't support the case where the prop key is a symbol, so I didn't bother fixing the current logic which will return `String` in this case
i.e
```ts
const sym = Symbol('uniqueKey');
const props = defineProps<{
[sym]: string;
}>()
```
`Error: [@vue/compiler-sfc] Unsupported computed key in type refer... | 2024-08-10T22:13:10 | 2024-08-10T22:13:10 | {} | CONTRIBUTOR |
vuejs | core | 2,274,041,113 | 11,548 | mefcorvi | It seems that types are correct here since this is actually intended behavior:
https://github.com/vuejs/core/blob/b1abac06cdb198bd72f8e614b1f68b92e1c78339/packages/reactivity/src/baseHandlers.ts#L152-L155
You can find reasoning for this behavior here: https://github.com/vuejs/core/commit/775a7c2b414ca44d4684badb29e... | 2024-08-07T18:06:58 | 2024-08-07T18:25:22 | {
"+1": 1
} | CONTRIBUTOR |
vuejs | core | 2,275,077,261 | 11,551 | edison1105 | you should use `event.preventDefault()` [see playground](https://play.vuejs.org/#eNqVVl1v2zYU/SuEMMAy5sgbuu1Bc7ymazakGJKi2Z6mYZWtK5sJRRIk5cQw/N97SFkfdj7QvtgU79e5h4dX2kUXWiebmqI0mtml4doxS67W80zySivj2I4ZKif4yZeOb4jtWWlUxUYIGmUyk0slrWOlMhU777ziXSYZk3lFKRuNJv6BS0eGrLN+J5P7sQ8uawl/Jdk6l4WgP5Dltl5U3FpsxrQh6cYs5PIFki4HSnXrZJO... | 2024-08-08T06:50:25 | 2024-08-08T06:50:25 | {} | MEMBER |
vuejs | core | 2,275,247,042 | 11,081 | yyx990803 | closed via [a07e7bf](https://github.com/vuejs/core/commit/a07e7bf5536a6b3db70ba9bb1c3f366dac1bf5a0) | 2024-08-08T08:27:42 | 2024-08-08T08:27:42 | {} | MEMBER |
vuejs | core | 2,275,355,356 | 11,556 | yyx990803 | https://github.com/vuejs/core/issues/11555#issuecomment-2275328991 | 2024-08-08T09:21:53 | 2024-08-08T09:21:53 | {} | MEMBER |
vuejs | core | 2,276,672,775 | 5,386 | angelov-a | @mefcorvi Thanks for the explanation. I was thinking of using `KeepAlive` hooks to control reactivity, but thought that there may be a more general solution.
I see that #9651 implements `pause`/`resume` while mentioning `KeepAlive` although there are no changes in the PR related to the latter, as far as I can tell. ... | 2024-08-08T21:22:43 | 2024-08-08T21:22:43 | {
"+1": 1
} | NONE |
vuejs | core | 2,282,941,103 | 10,826 | netlify[bot] | ### <span aria-hidden="true">❌</span> Deploy Preview for *vue-sfc-playground* failed.
| Name | Link |
|:-:|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 7089247f175100cd676048ed302c6aace6e59515 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vue... | 2024-08-12T00:15:56 | 2024-08-12T00:15:56 | {} | NONE |
vuejs | core | 2,283,059,194 | 10,806 | edison1105 | Note: This behavior is consistent with vue2. | 2024-08-12T03:36:35 | 2024-08-12T03:36:35 | {} | MEMBER |
vuejs | core | 2,275,040,277 | 11,521 | Disservin | Yeah I wasn't entirely sure if this is a valid use.. has it always been like this in the past ? Dunno how I can go further back in the playground.. | 2024-08-08T06:21:48 | 2024-08-08T06:21:48 | {} | CONTRIBUTOR |
vuejs | core | 2,275,001,116 | 11,548 | cnzgray | I apologize for revisiting the responsive implementation code. The current type definition is reasonable. The issue lies with TypeScript arrays; you can check this playground.
https://www.typescriptlang.org/play/?ts=5.6.0-dev.20240807#code/JYOwLgpgTgZghgYwgAgKoihANnSATANTiwFcIAeAFQBpkBlAXkoD5kBvAWAChlkBzCGGQA3YmQAUA... | 2024-08-08T05:47:29 | 2024-08-08T07:40:20 | {} | NONE |
vuejs | core | 2,275,247,353 | 11,082 | yyx990803 | closed via [a07e7bf](https://github.com/vuejs/core/commit/a07e7bf5536a6b3db70ba9bb1c3f366dac1bf5a0) | 2024-08-08T08:27:52 | 2024-08-08T08:27:52 | {} | MEMBER |
vuejs | core | 2,254,836,511 | 11,298 | houfeng0923 | yes. but i prefer is this case just only throw `setup Comp` error.
If setup throw error, need reset render to noop Or ignore render function. | 2024-07-29T02:46:54 | 2024-08-08T09:45:09 | {} | NONE |
vuejs | core | 2,282,983,757 | 11,587 | renovate[bot] | ### Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for *any* future `14.x` releases. But if you manually upgrade to `14.x` then Renovate will re-enable `minor` and `patch` updates automatically.
If you accidentally closed this PR, or if ... | 2024-08-12T01:34:05 | 2024-08-12T01:34:05 | {} | CONTRIBUTOR |
vuejs | core | 2,283,396,415 | 11,369 | dddssw | @edison1105 Like that? | 2024-08-12T08:36:43 | 2024-08-12T08:36:43 | {} | NONE |
vuejs | core | 2,275,457,982 | 11,521 | Disservin | Yes that'd be nice, after going through the vue2 source there were a couple more warnings which don't exist in that form in vue3 but I haven't checked which of these need to be ported to vue3. | 2024-08-08T10:14:07 | 2024-08-08T10:14:07 | {} | CONTRIBUTOR |
vuejs | core | 2,276,126,354 | 11,548 | mefcorvi | Thank you for the test case; it's an interesting example. As far as I can tell, this was caused by the result of the `ref` function being declared as `Ref<UnwrapRef<T>, UnwrapRef<T> | T>`. After the fixes in https://github.com/vuejs/core/pull/11536, the types in this example work correctly. | 2024-08-08T15:36:36 | 2024-08-08T15:37:22 | {} | CONTRIBUTOR |
vuejs | core | 2,278,641,130 | 4,428 | jcbond92 | Thanks for adding `useHost()` that will make updating the host element much easier. With regard to using radio and checkbox custom elements with `v-model`, is the recommendation to use `type="checkbox"` or `type="radio"` to have Vue apply the correct type of `v-model`?
I'd be happy to raise a PR to mention this in t... | 2024-08-09T19:50:35 | 2024-08-09T19:50:35 | {} | NONE |
vuejs | core | 2,282,983,014 | 11,586 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 98.8 kB | 37.4 kB | 33.7 kB |
| vue.global.prod.js | 156 kB | 57.2 kB | 50.8 kB |
### Usages
| Name | Size |... | 2024-08-12T01:32:54 | 2024-08-12T01:32:54 | {} | NONE |
vuejs | core | 2,283,365,212 | 8,351 | bastienrossi | Hi, same problem with Nuxt https://github.com/nuxt/nuxt/issues/27836
We need a fix, the problem can be fixed in vuejs either via a component fix : https://github.com/vuejs/core/blob/e0428884b57ac834274045bd33841263aeae259e/packages/runtime-core/src/apiAsyncComponent.ts#L100
Or with a default rollup configuration :
`... | 2024-08-12T08:20:27 | 2024-08-12T08:20:27 | {
"+1": 3
} | NONE |
vuejs | core | 2,283,408,241 | 5,305 | edison1105 | Closing as it can not reproduce in the latest version. | 2024-08-12T08:42:59 | 2024-08-12T08:42:59 | {
"heart": 1
} | MEMBER |
vuejs | core | 2,283,429,720 | 11,298 | houfeng0923 | @edison1105,
it doesn't matter. i prefer that vue can set `instance.render = NOOP` in that case. | 2024-08-12T08:54:30 | 2024-08-12T08:54:30 | {} | NONE |
vuejs | core | 2,275,280,510 | 11,533 | matej-svejda | @edison1105 Thanks, I'm aware of the workaround. It unfortunately doesn't work for my specific case. | 2024-08-08T08:44:49 | 2024-08-08T08:44:49 | {} | NONE |
vuejs | core | 2,275,439,600 | 11,521 | edison1105 | > Ah I think this `"<template v-slot> can only appear at the root level inside the receiving component"` would be nice to have. Current core code doesn't have this. I had a look at the source and the code is failing during the transform already before even `vSlot.ts` is reached (where I think this warning should be emi... | 2024-08-08T10:04:24 | 2024-08-08T10:05:11 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,277,059,099 | 11,298 | edison1105 | Vue can't handle all the errors if you need to handle error messages you need to use [`onErrorCaptured`](https://vuejs.org/api/composition-api-lifecycle.html#onerrorcaptured). | 2024-08-09T03:08:15 | 2024-08-09T03:08:15 | {} | MEMBER |
vuejs | core | 2,277,935,334 | 11,570 | scottbedard | Thank you both, I appreciate all the hard work! | 2024-08-09T13:22:01 | 2024-08-09T13:22:01 | {} | CONTRIBUTOR |
vuejs | core | 2,282,212,272 | 11,580 | LinusBorg | ~~Why should it be `String`? `Type['deep']` refers to an object: `{ foo: any }`~~
Edit: sorry missed the `keyof` 🤦🏻♂️ | 2024-08-10T17:07:42 | 2024-08-10T17:11:46 | {} | MEMBER |
vuejs | core | 2,273,673,178 | 10,799 | john-landgrave | I don't think that I agree on this one? `as` is a little bit of a hammer and can lead to other issues in your code where it covers up actual problems in my experience. | 2024-08-07T14:55:12 | 2024-08-07T14:55:12 | {} | NONE |
vuejs | core | 2,275,080,886 | 11,521 | jacekkarczmarczyk | For the following code:
```html
<my-component-with-hint-slot>
<template v-if="true">
<template #hint>hint</template>
</template>
</my-component-with-hint-slot>
```
in Vue 2 I'm getting `"<template v-slot> can only appear at the root level inside the receiving component"` error fr... | 2024-08-08T06:53:01 | 2024-08-08T06:53:01 | {} | CONTRIBUTOR |
vuejs | core | 2,275,127,931 | 11,556 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ---------------------- | ---------------------- | ---------------------- |
| runtime-dom.global.prod.js | 90.2 kB (**-8.23 kB**) | 34.6 kB (**-2.75 kB**) ... | 2024-08-08T07:23:15 | 2024-08-08T07:23:15 | {} | NONE |
vuejs | core | 2,275,213,097 | 7,286 | edison1105 | /ecosystem-ci run | 2024-08-08T08:10:04 | 2024-08-08T08:10:04 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,275,226,531 | 7,286 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/10298384676)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/10278384958) |
|-------|--------|----------------|
| language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci... | 2024-08-08T08:17:16 | 2024-08-08T08:17:16 | {} | CONTRIBUTOR |
vuejs | core | 2,275,692,864 | 5,386 | angelov-a | The issue with keeping the state reactive is very much concerning the app's mode of operation.
We are using `KeepAlive` for routing and each view opens a modal on a specific url. The modal itself registers a keystroke listener for the `Esc` key which navigates back to a predetermined url. Now the deactivated view al... | 2024-08-08T12:24:28 | 2024-08-08T12:24:28 | {} | NONE |
vuejs | core | 2,277,742,330 | 11,574 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 98.6 kB | 37.4 kB | 33.7 kB |
| vue.global.prod.js | 156 kB | 57.2 kB | 50.8 kB |
### Usages
| Name | Size |... | 2024-08-09T11:31:16 | 2024-08-09T11:31:16 | {} | NONE |
vuejs | core | 2,275,156,227 | 11,548 | cnzgray | I've discovered a new test case
In the environment of `ts 5.5.4 + vue 3.4.34`, the following code can correctly infer the type.
[Playground for 3.4.34](https://www.typescriptlang.org/zh/play/?target=99#code/JYWwDg9gTgLgBAbzlApgMzgXzmqERwBEAAgG4CuKA9KgIYDGMwpwMAnoQNxxVVztgUAZwBccAMwA6ACyTx0gLAAoZfQgA7IfADmcALyI42sQAY... | 2024-08-08T07:39:57 | 2024-08-08T07:46:41 | {
"eyes": 1
} | NONE |
vuejs | core | 2,282,923,188 | 7,173 | sxzz | Vue Macros has rolled out the feature! You can now use it right away. Check it out at https://vue-macros.dev/features/script-lang.html | 2024-08-11T23:25:15 | 2024-08-11T23:25:15 | {} | MEMBER |
vuejs | core | 2,283,396,263 | 11,369 | netlify[bot] | ### <span aria-hidden="true">❌</span> Deploy Preview for *vue-sfc-playground* failed.
| Name | Link |
|:-:|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | f8ce9d6041fa6158d9b756ad8b6fb252120b52e8 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vue... | 2024-08-12T08:36:37 | 2024-08-12T08:36:37 | {} | NONE |
vuejs | core | 2,232,520,875 | 11,319 | netlify[bot] | ### <span aria-hidden="true">❌</span> Deploy Preview for *vue-sfc-playground* failed.
| Name | Link |
|:-:|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 54485ff834d045ff8d78b11c9fa946f1355caae8 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vue... | 2024-07-17T06:23:19 | 2024-07-17T06:23:19 | {} | NONE |
vuejs | core | 2,235,163,933 | 11,378 | Boke-Space | 
是这样吗
> #8286
| 2024-07-18T02:16:46 | 2024-07-18T02:16:46 | {} | NONE |
vuejs | core | 2,235,765,544 | 11,378 | Boke-Space | > ```ts
> /* @vue-ignore */
> ```
十分感谢大神 还需要vue版本最低3.4.29
| 2024-07-18T06:56:57 | 2024-07-18T06:56:57 | {
"+1": 1
} | NONE |
vuejs | core | 2,241,975,248 | 11,417 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 90 kB | 34.5 kB | 31.1 kB |
| vue.global.prod.js | 147 kB | 54 kB | 48.1 kB |
### Usages
| Name | Size | Gzi... | 2024-07-22T03:31:51 | 2024-07-22T03:31:51 | {} | NONE |
vuejs | core | 2,235,715,703 | 11,378 | linzhe141 | > 
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/9968436453) |
|-------|--------|----------------|
| language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/998... | 2024-07-18T04:27:37 | 2024-07-18T04:27:37 | {} | CONTRIBUTOR |
vuejs | core | 2,236,050,230 | 11,390 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------ | ------------------- | ------------------ |
| runtime-dom.global.prod.js | 90 kB (**-32 B**) | 34.5 kB (**-10 B**) | 31.1 kB (**+6 B**) |
| vue.... | 2024-07-18T09:29:08 | 2024-07-18T09:29:08 | {} | NONE |
vuejs | core | 2,238,572,411 | 11,369 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/10004422019)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/10002824944) |
|-------|--------|----------------|
| language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/1... | 2024-07-19T07:45:24 | 2024-07-19T07:45:24 | {} | CONTRIBUTOR |
vuejs | core | 2,241,174,015 | 11,410 | linzhe141 | [minimal reproduction](https://play.vuejs.org/#eNqVVG1r2zAQ/itCX5JBZsM2GAS3rCuFdYN2dIF+EQzPviRKFclIshcI/u89SbbsJG1ov0l3zz33onu0p1dVlTQ10DnNTKF5ZYkBW1eXTPJtpbQlew3LmYa8sLyBWaVVw0toyVKrLWEUQxmN2B8ghHpUWpS9P0kHm8szAi/W8AiiQFjERlMPLZQ0loTc1wrjJEhLLgjWNP3Qu9eQl6AfYHns6IotvT2QTPcR3SKuQ0wnOIZJ31yJjiwN08A5ZBa2lcgt4JmQrOSNy3LBa... | 2024-07-20T14:51:27 | 2024-07-20T14:51:27 | {} | MEMBER |
vuejs | core | 2,230,460,679 | 11,241 | yyx990803 | Can confirm the issue is no longer reproducible in the latest playground. | 2024-07-16T09:39:31 | 2024-07-16T09:39:31 | {
"heart": 1
} | MEMBER |
vuejs | core | 2,232,689,342 | 11,159 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------ | ------------------- | ------------------- |
| runtime-dom.global.prod.js | 90 kB (**-36 B**) | 34.5 kB (**-13 B**) | 31.1 kB (**-42 B**) |
| v... | 2024-07-17T08:05:39 | 2024-07-17T08:05:39 | {} | NONE |
vuejs | core | 2,230,438,294 | 5,836 | renatodeleao | > @renatodeleao
>
> > Here's an [updated demo](https://play.vuejs.org/#eNqdVdtu4zYQ/ZWp+mA7iCUn2e3FdYJui0WRAm0XuwFawDIKRh7bWlOkQFK+wPC/95C62E6KBdoXm8MZnjlz1SF6V5bxpuJoHE1sZvLSkWVXlQ+pyotSG0cHMrygIy2MLqgH016nsqtqsZDcqOKkkePP9mTz6LjoDLzgvUGdqkwr6yjHlaV776Q/7YneNfWe/U/mf+a92SBVk6RmBk4QYF9K4RgS0WSeb8IBx+fKOa3ox0zm2fo+jR... | 2024-07-16T09:28:20 | 2024-07-17T10:57:22 | {} | NONE |
vuejs | core | 2,234,947,320 | 11,384 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/9983616265)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/9968436453) |
|-------|--------|----------------|
| language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/998... | 2024-07-18T00:54:28 | 2024-07-18T00:54:28 | {} | CONTRIBUTOR |
vuejs | core | 2,235,302,174 | 11,387 | yyx990803 | /ecosystem-ci run | 2024-07-18T04:21:48 | 2024-07-18T04:21:48 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,238,681,234 | 11,389 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 90 kB | 34.5 kB | 31.1 kB |
| vue.global.prod.js | 147 kB | 54 kB | 48 kB |
### Usages
| Name | Size | Gzi... | 2024-07-19T08:46:03 | 2024-07-19T08:46:03 | {} | NONE |
vuejs | core | 2,244,166,212 | 11,424 | edison1105 | > It should be noted that the ref array does not guarantee the same order as the source array.
see [document](https://vuejs.org/guide/essentials/template-refs.html#refs-inside-v-for)
[workaround](https://play.vuejs.org/#eNqNVV1rE0EU/SvTfUnFdtNaPyCmwa+C+qCigg/dPmx3J5sxk5lldjZNCQvFUmq1qPiiQsH6IFQp+iJYq+CfaRL75F/w3t... | 2024-07-23T03:10:54 | 2024-07-23T03:15:06 | {} | MEMBER |
vuejs | core | 2,245,889,373 | 11,429 | P4sca1 | The behavior changed in a recent patch version, and I think the current behavior is a bug.
When I emit 2 update events during the same tick, I expect the last one to get through. | 2024-07-23T17:56:27 | 2024-07-23T17:56:27 | {} | NONE |
vuejs | core | 2,235,307,411 | 11,386 | edison1105 | fixed via https://github.com/vuejs/core/pull/11387 | 2024-07-18T04:28:27 | 2024-07-18T04:28:27 | {} | MEMBER |
vuejs | core | 2,236,950,110 | 11,396 | vs-moon | [https://github.com/vuejs/rfcs/blob/master/active-rfcs/0041-reactivity-effect-scope.md#motivation](url)
这个是关于setup作用域自动清除 effect 的介绍, 我理解为任何组件在 setup 作用域链内的 effect (watch, computed) 都是可自动清除的
This is an introduction to the automatic clearing of effects within the setup scope chain. I understand it as any componen... | 2024-07-18T16:06:06 | 2024-07-18T16:06:06 | {} | NONE |
vuejs | core | 2,241,955,243 | 5,290 | minaXU | > I've been thinking about this a bit and now I think this isn't a bug, necessarily.
>
> * `beforeMount` and `beforeUnmount` are called synchronously before the render effect.
> * `mounted` and `unmounted` are called on the next Tick after the current scheduler cycle has finished.
>
> So if you have code that 1)... | 2024-07-22T03:05:35 | 2024-07-22T03:05:35 | {} | NONE |
vuejs | core | 2,232,208,627 | 11,360 | yyx990803 | > Based on you feedback, would it be reasonable to submit a PR to the minor branch with the following fix
Yes please. | 2024-07-17T02:09:46 | 2024-07-17T02:09:46 | {} | MEMBER |
vuejs | core | 2,232,516,394 | 11,286 | yyx990803 | This has been fixed by ee0248acc | 2024-07-17T06:19:43 | 2024-07-17T06:19:43 | {} | MEMBER |
vuejs | core | 2,230,994,783 | 11,373 | Nicolas-Yazzoom | I could not get your workaround to work at first. After some investigation I found a few more inconsistencies which might be related to this issue: [Playground](https://play.vuejs.org/#eNqVU8GO2kAM/RUrPbBIkGhFT1lA3SR7oIe2antrqiokJgybzEQzk5QV4t/rmQmwkSjtXiLHfrafnz0H77Fp/K5FL/TmGuumyjQuUw4wL1hnDWdCN90IuUg9DozDfepBKHFD/1n... | 2024-07-16T14:08:57 | 2024-07-17T07:51:12 | {
"+1": 1,
"eyes": 2
} | NONE |
vuejs | core | 2,235,705,997 | 11,355 | edison1105 | Close as not related to vue-core | 2024-07-18T06:14:39 | 2024-07-18T06:14:39 | {} | MEMBER |
vuejs | core | 2,236,081,259 | 11,391 | linzhe141 | [要这么设置](https://play.vuejs.org/#eNp9UstOwzAQ/JWVLwFREiE4hRQJUA9wAAQcfUnTbZrWsS3bCUVR/p11Hn1ItKesZ2ad8e407FHrsK6QxSyxmSm0A4uu0g9cFqVWxsGzKjUsjSohCCN/8PLgnssk6htISgeHpRapQzoBJF7XVVSPDNTXVig35axZYZGvXMvZoAFoRqwdkWRR1BBb9ytw3xJD/w3rVFQIVxDobTCZp9kmN6qSizgwuAj8xUlE/aOF6Nhd9wwqj3Au2YQ5mym5LPJwbZWkmTRez1lG+kKgedeuUNJyFkPHeC4V... | 2024-07-18T09:44:22 | 2024-07-18T09:45:22 | {} | MEMBER |
vuejs | core | 2,238,561,656 | 11,396 | edison1105 | the underlying problem is that the keepalive component is not unmounted when include set to ""
duplicate of #11366
| 2024-07-19T07:37:48 | 2024-07-19T07:37:48 | {} | MEMBER |
vuejs | core | 2,238,677,417 | 11,404 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | --------------------- | ---------------------- | ---------------------- |
| runtime-dom.global.prod.js | 93.9 kB (**+3.9 kB**) | 35.7 kB (**+1.24 kB**) | 3... | 2024-07-19T08:43:44 | 2024-07-19T10:04:08 | {} | NONE |
vuejs | core | 2,235,194,509 | 11,382 | yyx990803 | I downloaded the playground as a local Vite project and cannot reproduce the issue. Both dev and build are working as intended.
Could you please provide a repo that can actually show the error? | 2024-07-18T02:46:03 | 2024-07-18T02:46:03 | {} | MEMBER |
vuejs | core | 2,236,093,145 | 11,391 | edison1105 | Or use `toValue`
```vue
<slot :height="toValue(obj.a)" />
``` | 2024-07-18T09:50:31 | 2024-07-18T09:50:31 | {} | MEMBER |
vuejs | core | 2,236,964,418 | 11,396 | vs-moon | 如果是我理解错了, 请诸位谅解我的打扰 (第一次在 github 上提出疑惑问题)
If I misunderstood, please forgive my disturbance (this is my first time raising a question on GitHub) | 2024-07-18T16:09:23 | 2024-07-18T16:09:23 | {} | NONE |
vuejs | core | 2,238,690,303 | 11,386 | yyx990803 | closing as duplicate of #2015 | 2024-07-19T08:51:35 | 2024-07-19T08:51:35 | {} | MEMBER |
vuejs | core | 2,238,728,088 | 11,398 | sevenc-nanashi | I can reproduce this issue in Vue 3.2, 3.3 too.
Somehow I couldn't run the code in that playground in Vue 3.0 and 3.1 (even though `@vue/compiler-sfc` was installed), so I haven't checked that. | 2024-07-19T09:14:10 | 2024-07-19T09:21:28 | {} | NONE |
vuejs | core | 2,241,975,001 | 11,416 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 90 kB | 34.5 kB | 31.1 kB |
| vue.global.prod.js | 147 kB | 54 kB | 48.1 kB |
### Usages
| Name | Size | Gzi... | 2024-07-22T03:31:32 | 2024-07-22T03:31:32 | {} | NONE |
vuejs | core | 2,244,107,404 | 11,425 | aiodauidha | 
| 2024-07-23T01:59:24 | 2024-07-23T01:59:24 | {} | NONE |
vuejs | core | 2,244,803,286 | 11,427 | kakkokari-gtyih | Of course setting `max` to `1` is an extreme case, but it is a problem when `max` is `2` or more and user switches async components back and forth at high speed. | 2024-07-23T10:12:13 | 2024-07-23T10:12:13 | {} | CONTRIBUTOR |
vuejs | core | 2,247,295,311 | 11,400 | madskronborg | > The same issue is occurring with my product as well. After switching through different Vue versions, I confirmed that it does not occur in version 3.4.31 but does occur in version 3.4.32.
We experience the same in our Nuxt application. Navigation between pages without a layout and a page with a layout breaks in vu... | 2024-07-24T09:02:45 | 2024-07-24T09:02:45 | {} | NONE |
vuejs | core | 2,230,484,769 | 7,108 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/9954523540)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/9933951906) |
|-------|--------|----------------|
| language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/995... | 2024-07-16T09:51:45 | 2024-07-16T09:51:45 | {} | CONTRIBUTOR |
vuejs | core | 2,230,821,293 | 11,375 | jh-leong | <img width="1490" alt="image" src="https://github.com/user-attachments/assets/210501a6-3228-4d53-b88c-3e1c5d4676e5">
In your case, there is a typo: `usename` should be `username`. | 2024-07-16T12:55:10 | 2024-07-16T12:55:10 | {} | MEMBER |
vuejs | core | 2,232,518,706 | 11,290 | yyx990803 | This is no longer necessary after ee0248acc | 2024-07-17T06:21:30 | 2024-07-17T06:21:30 | {} | MEMBER |
vuejs | core | 2,234,941,364 | 11,384 | edison1105 | /ecosystem-ci run | 2024-07-18T00:47:21 | 2024-07-18T00:47:21 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,235,705,986 | 11,296 | jh-leong | Sorry for the late response.
> Is this different from Vue 2? In Vue 2 refs are available in the leave hooks, which would then be the "opposite" from how it is now. I assume since the destroy sequence is no longer present in Vue 3, that's where the different is?
I'm not familiar with Vue 2, so I can't answer this ... | 2024-07-18T06:14:39 | 2024-07-18T06:14:39 | {} | MEMBER |
vuejs | core | 2,238,628,254 | 11,394 | Frantab | Ok, I see the problem. I tried to write it differently in TS:
[Ts playground](https://www.typescriptlang.org/play/?#code/KYOwrgtgBAkiAOYAuAVAnvYUDeAoKBUAcpAEbABOUAvFAETgTkV0A0+hAykhQJYgBzGvQDOPfgLa4Avrlz8klAGYBDAMZYSTSgAUKAe3gicHAv0SoMwAFywEydJgB0W5gG5TUAG4qANmBsoRmYoAB8gsF9fD1l5EEUKVQ0obj5BPUNjPEIocwcrWzgLR2AnVIkPHJ9... | 2024-07-19T08:19:22 | 2024-07-19T08:20:33 | {} | NONE |
vuejs | core | 2,242,604,087 | 11,420 | TheAlexLichter | @LinusBorg Oh of course 🙈
> Not updating would be expected in normal code, in my opinion, because the watchEffect doesn't depend on/track the array items.
I was under the assumption that nested reactivity works here as well (so if I e.g. watch the whole array, or even an object, then it would report when deeply... | 2024-07-22T10:17:52 | 2024-07-22T10:18:06 | {} | NONE |
vuejs | core | 2,231,547,854 | 11,296 | JasonGotGithub | Hi @jh-leong!
Is the reason clear or do you want more clarification? | 2024-07-16T18:28:26 | 2024-07-16T18:28:26 | {} | NONE |
vuejs | core | 2,232,196,747 | 7,876 | yyx990803 | closed via f476b7f03
This will be possible in 3.5:
```js
app.config.throwUnhandledErrorInProduction = true
```
The default behavior cannot be changed because it would result in crashes in production for those who didn't previously set `app.config.errorHandler`. | 2024-07-17T02:06:03 | 2024-07-17T02:06:48 | {
"hooray": 1
} | MEMBER |
vuejs | core | 2,232,532,812 | 11,287 | yyx990803 | #11286 is already covered by ee0248acc
The changes in this PR are plausible, but given that all computed errors can already be captured and the error location can be traced in the stacktrace, the value in adding a separate flag for computed is less meaningful, so it's better to save the code and overhead of wrapping... | 2024-07-17T06:32:02 | 2024-07-17T06:32:02 | {} | MEMBER |
vuejs | core | 2,238,569,910 | 11,400 | edison1105 | ~~Could you please provide a minimal reproduction without VueFinalModal or file an issue to VueFinalModal first.~~ | 2024-07-19T07:43:41 | 2024-07-19T08:05:00 | {} | MEMBER |
vuejs | core | 2,244,880,474 | 10,647 | lzl0304 | Temporary solution:
```diff
// HelloWorld.vue
<script setup lang="ts" generic="T">
import { ref } from 'vue';
defineProps<{ msg: T }>();
defineSlots<{
- default(props: { msg: T }): any;
+ default?(props: { msg: T }): any;
}>();
const count = ref(0);
</script>
``` | 2024-07-23T10:47:21 | 2024-07-23T10:47:21 | {
"+1": 7
} | CONTRIBUTOR |
vuejs | core | 2,232,295,027 | 4,866 | yyx990803 | Closing this as a duplicate of #11373 for better tracking as the new one is in English | 2024-07-17T03:24:49 | 2024-07-17T03:24:49 | {} | MEMBER |
vuejs | core | 2,236,096,770 | 11,391 | FreeLiC | > [要这么设置](https://play.vuejs.org/#eNp9UstOwzAQ/JWVLwFREiE4hRQJUA9wAAQcfUnTbZrWsS3bCUVR/p11Hn1ItKesZ2ad8e407FHrsK6QxSyxmSm0A4uu0g9cFqVWxsGzKjUsjSohCCN/8PLgnssk6htISgeHpRapQzoBJF7XVVSPDNTXVig35axZYZGvXMvZoAFoRqwdkWRR1BBb9ytw3xJD/w3rVFQIVxDobTCZp9kmN6qSizgwuAj8xUlE/aOF6Nhd9wwqj3Au2YQ5mym5LPJwbZWkmTRez1lG+kKgedeuUNJyFkPHeC... | 2024-07-18T09:52:19 | 2024-07-18T09:52:19 | {} | NONE |
vuejs | core | 2,236,326,751 | 11,371 | edison1105 | > This limitation has been resolved in 3.3. The latest version of Vue supports referencing imported and a limited set of complex types in the type parameter position. However, because the type to runtime conversion is still AST-based, some complex types that require actual type analysis, e.g. conditional types, are not... | 2024-07-18T12:03:14 | 2024-07-18T12:04:27 | {
"+1": 3
} | MEMBER |
vuejs | core | 2,236,363,717 | 11,394 | edison1105 | /cc @so1ve | 2024-07-18T12:23:35 | 2024-07-18T12:23:35 | {} | MEMBER |
vuejs | core | 2,235,302,828 | 11,387 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ---------------------- | ---------------------- | ---------------------- |
| runtime-dom.global.prod.js | 93.7 kB (**+3.68 kB**) | 35.6 kB (**+1.15 kB**) ... | 2024-07-18T04:22:35 | 2024-07-18T12:56:10 | {} | NONE |
vuejs | core | 2,241,955,274 | 11,409 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/10033871749)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/10002824944) |
|-------|--------|----------------|
| language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/1... | 2024-07-22T03:05:38 | 2024-07-22T03:05:38 | {} | CONTRIBUTOR |
vuejs | core | 2,230,677,341 | 11,373 | jh-leong | a minimal reproduction: [Playground](https://play.vuejs.org/#__PROD__eNp9UcFO4zAQ/ZWRL2mlKmjVPXXbancrDuxhQcDREgpmEgKOHdnjUinKvzOTkFIQ4mbPe/Pe83On/rRtvk+oVmpN2LS2INxqB7C+T0TewW9ja/O80cq7nZy0glXAkgel91ptBxgaXABhpGssV9B10xn6fn02CrHo+uzEga/RhLoliEipBVu4ikUpsqZ2ddP6QNABWy2gQtqlENDRhYtUOIPQQxl8AxlHz36JmvEMAWeCDWRv9oKM8ynPRgR... | 2024-07-16T11:38:56 | 2024-07-16T11:55:48 | {} | MEMBER |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.