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,709,537,232 | 7,649 | lehni | @yyx990803 would be great to see this merged, so we can finally remove the workarounds that we needed to add when transitioning from vue2 to vue3… | 2023-09-07T06:15:42 | 2023-09-07T06:15:42 | {} | CONTRIBUTOR |
vuejs | core | 1,710,053,813 | 9,164 | edison1105 | see https://github.com/vuejs/core/issues/8612#issuecomment-1600030885 | 2023-09-07T12:21:17 | 2023-09-07T12:21:17 | {} | MEMBER |
vuejs | core | 1,711,296,451 | 9,082 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6119494233)
| suite | result | [latest scheduled](latestScheduledRun.html_url) |
|-------|--------|----------------|
| nuxt | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions/runs/6119494233/job/16609528591) | :w... | 2023-09-08T08:38:43 | 2023-09-08T08:38:43 | {} | CONTRIBUTOR |
vuejs | core | 1,712,399,940 | 5,912 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6062346222)
| suite | result |
|-------|--------|
| [nuxt](https://github.com/vuejs/ecosystem-ci/actions/runs/6062346222/job/16636024463) | :white_check_mark: success |
| [pinia](https://github.com/vuejs/ecosystem-ci/actions/runs/60623462... | 2023-09-09T03:23:26 | 2023-09-09T03:45:08 | {} | CONTRIBUTOR |
vuejs | core | 1,712,650,607 | 9,177 | leoleoasd | Is there anyway to tell the runtime tracer that ALL of the property, including NEW ones are used in `computed`? | 2023-09-09T22:07:14 | 2023-09-09T22:07:14 | {} | NONE |
vuejs | core | 1,712,698,880 | 9,177 | leoleoasd | Thanks!
Then I guess the rest of the problem is:
1. Is this a bug, or it isn't fixable? Is this guranteed in vue's reactivity?
3. If this isn't a bug, should this be documented in somewhere like [here](https://vuejs.org/guide/extras/reactivity-in-depth.html)? Will other `Object.prototype.xxxxx` work? I vaguely remem... | 2023-09-10T03:22:09 | 2023-09-10T03:22:09 | {} | NONE |
vuejs | core | 1,707,930,206 | 8,091 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 85.9 kB | 32.6 kB | 29.5 kB |
| vue.global.prod.js | 132 kB | 49.3 kB | 44.4 kB |
### Usages
| Name | Size |... | 2023-09-06T08:48:09 | 2023-09-06T08:48:09 | {} | NONE |
vuejs | core | 1,709,377,716 | 7,201 | grandsong |
An interesting attempt, but I'm afraid it is not very useful.
In [my experiment](), you can see:
1. `doubled` is undefined before the `<v-for>` loop but remains after it.
2. Each element `<p>`from the loop has its own `item`, but they share the identical `doubled`.
Click the first button "2" and you'll see ... | 2023-09-07T02:19:40 | 2023-09-07T02:21:08 | {} | NONE |
vuejs | core | 1,709,439,559 | 9,149 | baiwusanyu-c | This is expected, because you set the watch method to be synchronous. By default (pre), the watch method will only be executed once before rendering when there are multiple response changes. After setting to synchronization (sync), every time the monitored value changes, the callback function of the watch function will... | 2023-09-07T03:58:14 | 2023-09-07T03:58:14 | {} | MEMBER |
vuejs | core | 1,710,935,724 | 9,162 | Alfred-Skyblue | This is great, we can merge eslint related PRs together. | 2023-09-08T00:56:20 | 2023-09-08T00:56:20 | {} | MEMBER |
vuejs | core | 1,709,430,281 | 9,159 | edison1105 | @baiwusanyu-c <s>is this a breaking change?</s>
it seems not. | 2023-09-07T03:41:42 | 2023-09-07T03:43:36 | {} | MEMBER |
vuejs | core | 1,709,440,680 | 9,149 | baiwusanyu-c | > But I think the issue is that the computed property named `sync` is updated twice. When `count` is updated once, shouldn't the `sync` computed property be updated only once?
>
> Sorry, the title is a bit misleading, it just describes a result that I think is problematic
```
const sync = computed(() => ({
sy... | 2023-09-07T04:00:13 | 2023-09-07T04:00:13 | {} | MEMBER |
vuejs | core | 1,710,631,270 | 9,159 | sxzz | /ecosystem-ci run | 2023-09-07T18:57:39 | 2023-09-07T18:57:39 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,711,021,825 | 9,168 | Shyam-Chen | ```diff
- age: number
+ age?: number
``` | 2023-09-08T03:23:19 | 2023-09-08T03:23:19 | {} | CONTRIBUTOR |
vuejs | core | 1,708,080,635 | 9,148 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 85.9 kB | 32.6 kB | 29.5 kB |
| vue.global.prod.js | 132 kB | 49.3 kB | 44.4 kB |
### Usages
| Name | Size |... | 2023-09-06T10:28:43 | 2023-09-06T10:28:43 | {} | NONE |
vuejs | core | 1,710,092,893 | 6,484 | KaelWD | That adds a bunch of other changes in unrelated files. | 2023-09-07T12:47:28 | 2023-09-07T12:47:28 | {} | CONTRIBUTOR |
vuejs | core | 1,703,104,148 | 6,484 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------ | ------------------ | ------------------- |
| runtime-dom.global.prod.js | 85.9 kB (**+4 B**) | 32.6 kB (**+1 B**) | 29.5 kB (**-3 B**) |
| vue.... | 2023-09-01T17:36:39 | 2023-09-07T12:50:17 | {} | NONE |
vuejs | core | 1,708,037,671 | 8,890 | dependabot[bot] | OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`.
If you change your mind, just re-... | 2023-09-06T09:58:05 | 2023-09-06T09:58:05 | {} | CONTRIBUTOR |
vuejs | core | 1,708,037,721 | 8,905 | dependabot[bot] | OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`.
If you change your mind, just re-... | 2023-09-06T09:58:07 | 2023-09-06T09:58:07 | {} | CONTRIBUTOR |
vuejs | core | 1,708,204,910 | 9,150 | baiwusanyu-c | Please provide a repro code repository for us to troubleshoot | 2023-09-06T11:56:52 | 2023-09-06T11:56:52 | {} | MEMBER |
vuejs | core | 1,708,223,772 | 9,150 | Justineo | Please open a new issue if you managed to create a [minimal reproduction](https://new-issue.vuejs.org/?lang=en&repo=vuejs/core#why-repro). Thank you. | 2023-09-06T12:07:45 | 2023-09-06T12:07:45 | {} | MEMBER |
vuejs | core | 1,710,518,250 | 3,173 | gokaybiz | The issue still exists, does anyone have any solution?
https://github.com/vuejs/rfcs/blob/master/active-rfcs/0024-attribute-coercion-behavior.md#drawbacks
https://vuejs.org/guide/essentials/template-syntax.html#attribute-bindings
when I use null, empty class property remains in the tag.
Vue version: 3.3.4 | 2023-09-07T17:17:39 | 2023-09-07T17:26:23 | {
"+1": 6
} | NONE |
vuejs | core | 1,711,433,051 | 9,169 | so1ve | 
Works on my machine :) | 2023-09-08T10:19:44 | 2023-09-08T10:19:44 | {} | MEMBER |
vuejs | core | 1,707,599,209 | 9,141 | baiwusanyu-c | If its methods are proxied, then the user cannot modify them, so no warning is really needed
```
const o = reactive(new Map())
// @ts-expect-error
o.get = 1
console.log(o.get)
console.log(o.get === 1) // false because o.add is a function
```
~But some other methods such as `forEach` will also be proxied to th... | 2023-09-06T03:26:14 | 2023-09-06T03:35:53 | {} | MEMBER |
vuejs | core | 1,709,653,717 | 9,162 | netlify[bot] | ### <span aria-hidden="true">❌</span> Deploy Preview for *vue-sfc-playground* failed.
| Name | Link |
|:-:|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 26424b8e082c55b6504163129368f372dc892013 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vue... | 2023-09-07T07:54:19 | 2023-09-07T07:54:19 | {} | NONE |
vuejs | core | 1,710,122,843 | 9,163 | LinusBorg | ```diff
onBeforeMount(() => {
theme.value = window.matchMedia("(prefers-color-scheme: dark)").matches
? "dark"
: "light";
if (!localStorage.getItem("theme")) {
+ localStorage.setItem("theme", is_dark_mode.value ? "dark" : "light");
- localStorage.setItem("theme", is_dark_mode? "dark" : "ligh... | 2023-09-07T13:08:39 | 2023-09-07T13:08:39 | {
"-1": 1
} | MEMBER |
vuejs | core | 1,711,415,287 | 9,162 | sxzz | @Alfred-Skyblue This PR is actually not about style. We can merge it separately. | 2023-09-08T10:07:00 | 2023-09-08T10:07:20 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,711,793,839 | 8,565 | Alfred-Skyblue | In PR #8978, the `@typescript-eslint/eslint-plugin` was added, which can also introduce rules for using `import type`, and it offers additional features. Therefore, the functionality of this PR will be merged into #8978. We will temporarily close this PR.
cc @sxzz | 2023-09-08T14:48:48 | 2023-09-08T14:48:48 | {} | MEMBER |
vuejs | core | 1,712,701,127 | 9,177 | chenfan0 | `object.hasOwnProperty` works normally because vue handles it internally
<img width="512" alt="image" src="https://github.com/vuejs/core/assets/83797583/e399714c-0310-49f2-81d5-23eb2ece07b8">
<img width="474" alt="image" src="https://github.com/vuejs/core/assets/83797583/948e8921-512b-471d-b2d6-f6f76fbbcb60">
Yo... | 2023-09-10T03:41:17 | 2023-09-10T03:41:17 | {} | CONTRIBUTOR |
vuejs | core | 1,709,432,615 | 9,159 | baiwusanyu-c | > @baiwusanyu-c is this a breaking change? it seems not.
Probably not. In dev mode, the component is closed, and the properties cannot be accessed at this time. Developers should not ignore these | 2023-09-07T03:45:46 | 2023-09-07T03:45:46 | {} | MEMBER |
vuejs | core | 1,709,511,936 | 9,149 | chenfan0 | > @baiwusanyu-c Ummm... But this means that the final computed depends on more other computed, when the dependencies collected by other computed are updated, the final computed will be updated many times?
The computed getter function will not be executed multiple times. When you perform `computed.value` and the curr... | 2023-09-07T05:44:51 | 2023-09-07T05:44:51 | {} | CONTRIBUTOR |
vuejs | core | 1,709,613,585 | 9,136 | perenstrom | Oh, right! That makes sense then why we encountered it. We encountered it in dev mode (in project A) since the anomaly occurred in our built and packaged internal component library (in project B)! So an edge case for sure. Swift fix by @baiwusanyu-c ! | 2023-09-07T07:23:53 | 2023-09-07T07:23:53 | {} | NONE |
vuejs | core | 1,710,009,518 | 9,059 | wusiquan | I opened a typescript issue https://github.com/microsoft/TypeScript/issues/55664, expecting resolved. Temporarily your could use `value.type` and `value.value`, the method you wrote. | 2023-09-07T11:47:18 | 2023-09-07T11:52:23 | {
"+1": 1
} | NONE |
vuejs | core | 1,710,187,740 | 9,162 | sxzz | Are there any other PRs about stylistic? We can change the base branch to `chore/style`. /cc @Alfred-Skyblue | 2023-09-07T13:49:16 | 2023-09-07T13:49:16 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,710,636,477 | 9,167 | sxzz | It's indeed a limitation about types. You can try to wrap data with `reactive`
```ts
queue.value.push(reactive({
// ...
}));
``` | 2023-09-07T19:02:24 | 2023-09-07T19:02:24 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,711,236,468 | 9,082 | haoqunjiang | Sorry, I messed up the ecosystem-ci comment 🤦♂️
Let me try again. | 2023-09-08T07:52:49 | 2023-09-08T07:54:10 | {} | MEMBER |
vuejs | core | 1,709,653,951 | 9,162 | netlify[bot] | ### <span aria-hidden="true">❌</span> Deploy Preview for *vue-next-template-explorer* failed.
| Name | Link |
|:-:|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 26424b8e082c55b6504163129368f372dc892013 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/s... | 2023-09-07T07:54:29 | 2023-09-07T07:54:29 | {} | NONE |
vuejs | core | 1,712,701,757 | 9,177 | chenfan0 | You can see this PR for some detailed information。#2621 | 2023-09-10T03:48:13 | 2023-09-10T03:48:13 | {
"+1": 1
} | CONTRIBUTOR |
vuejs | core | 1,727,018,502 | 6,690 | haoqunjiang | Let's track this issue in the RFC discussion instead https://github.com/vuejs/rfcs/discussions/505 | 2023-09-20T05:57:50 | 2023-09-20T05:58:32 | {} | MEMBER |
vuejs | core | 1,727,202,078 | 9,255 | Alfred-Skyblue | You cannot modify the values that the render function depends on during the call of the render function, otherwise it will cause stack overflow.
https://vuejs.org/api/composition-api-lifecycle.html#onupdated | 2023-09-20T08:14:37 | 2023-09-20T08:14:37 | {} | MEMBER |
vuejs | core | 1,728,713,256 | 9,243 | sxzz | Thanks for your contribution. After the team discussion, we think we can keep enums but change them from `const enum` to `enum`. For internal usage, we can have a rollup plugin to transform the enum reference to raw value. For example, we replace `TriggerOpTypes.SET` with `'set'`. This is for reducing bundle size and t... | 2023-09-21T03:31:21 | 2023-09-21T03:31:21 | {} | MEMBER |
vuejs | core | 1,728,720,431 | 9,243 | yangmingshan | That is very clever, `enum` to users, `const enum` to Vue. Impressive!
Should I close this PR? | 2023-09-21T03:43:36 | 2023-09-21T03:43:36 | {} | CONTRIBUTOR |
vuejs | core | 1,729,470,217 | 9,268 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 85.9 kB | 32.6 kB | 29.5 kB |
| vue.global.prod.js | 132 kB | 49.3 kB | 44.4 kB |
### Usages
| Name | Size |... | 2023-09-21T12:28:59 | 2023-09-21T12:28:59 | {} | NONE |
vuejs | core | 1,729,519,393 | 9,269 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 85.9 kB | 32.6 kB | 29.5 kB |
| vue.global.prod.js | 132 kB | 49.3 kB | 44.4 kB |
### Usages
| Name | Size |... | 2023-09-21T13:00:35 | 2023-09-21T13:00:35 | {} | NONE |
vuejs | core | 1,729,613,981 | 9,264 | Disservin | It seems to me that for some reason async components are missing the parentNode and thus the error? | 2023-09-21T13:42:45 | 2023-09-21T13:47:53 | {} | CONTRIBUTOR |
vuejs | core | 1,730,851,444 | 9,082 | skirtles-code | I believe the `toRaw` is there to remove any proxies around the ref. Specifically, line 42 and 56 use `toRaw` to ensure the ref isn't wrapped in a `readonly` proxy.
While I think this makes sense in the case of `trackRefValue`, it is legitimate to wonder whether this is necessary for `triggerRefValue`. Can a ref be ... | 2023-09-22T06:07:27 | 2023-09-22T06:07:27 | {} | CONTRIBUTOR |
vuejs | core | 1,723,269,818 | 9,242 | LinusBorg | If you are running the compat build in Vue 2 mode, then the parent that is using v-model on your component will listen for ìnput`, not `update:modelValue`.
You would have to deactivate the `COMPONENT_V_MODEL` compat flag in your app, or in that parent component's compat config.
https://v3-migration.vuejs.org/migr... | 2023-09-18T12:02:16 | 2023-09-18T12:02:53 | {} | MEMBER |
vuejs | core | 1,724,993,521 | 6,529 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------ | ------------------ | ------------------- |
| runtime-dom.global.prod.js | 85.9 kB (**+7 B**) | 32.6 kB (**-1 B**) | 29.5 kB (**-11 B**) |
| vue.... | 2023-09-19T07:45:05 | 2023-09-19T07:45:05 | {} | NONE |
vuejs | core | 1,713,093,283 | 9,182 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 87.1 kB | 33 kB | 29.7 kB |
| vue.global.prod.js | 133 kB | 49.7 kB | 44.6 kB |
### Usages
| Name | Size |... | 2023-09-11T03:12:19 | 2023-09-19T08:34:51 | {} | NONE |
vuejs | core | 1,727,023,890 | 9,239 | hisland | If I use ref function, it can not get `null`, when bind to `DIV` @Alfred-Skyblue @edison1105
reproduce link here:
https://play.vuejs.org/#eNqtVM2O0zAQfpUhHNJKoS3qLZsWWFgkkPgRIE65uMk09da1LdtJW0V5d8ZJk7YLLAe2h8ae+eabf9fBG60nVYlBHCQ2M1w7sOhKDYLJYpEGzqbBMpV8p5VxUIPBdUR/LHO8wgiU/KRK6TCPIFM7XbanPXPZBhpYG7WDkMjDgeAtgW5Pi... | 2023-09-20T06:04:18 | 2023-09-20T06:05:28 | {} | NONE |
vuejs | core | 1,722,712,621 | 9,240 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------ | ------------------ | ------------------- |
| runtime-dom.global.prod.js | 85.9 kB | 32.6 kB | 29.5 kB |
| vue.... | 2023-09-18T03:41:55 | 2023-09-20T08:55:12 | {} | NONE |
vuejs | core | 1,727,589,277 | 6,817 | so1ve | Should be closed by https://github.com/vuejs/language-tools/pull/3300 | 2023-09-20T12:03:27 | 2023-09-20T12:03:27 | {} | MEMBER |
vuejs | core | 1,728,698,282 | 4,330 | dongjinc | > Here's how to get the types working (add this in a `shim.d.ts`):
>
> ```ts
> declare module 'vue' {
> import { CompatVue } from '@vue/runtime-dom'
> const Vue: CompatVue
> export default Vue
> export * from '@vue/runtime-dom'
> }
> ```
>
> Also added to [docs](https://github.com/vuejs/docs/commit... | 2023-09-21T03:05:22 | 2023-09-21T03:05:22 | {} | NONE |
vuejs | core | 1,728,950,427 | 9,261 | netlify[bot] | ### <span aria-hidden="true">❌</span> Deploy Preview for *vue-sfc-playground* failed.
| Name | Link |
|:-:|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 884bbce003634020bca24d58f948566f8dd70522 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vue... | 2023-09-21T06:46:25 | 2023-09-21T06:46:25 | {} | NONE |
vuejs | core | 1,729,102,167 | 8,986 | haoqunjiang | I'm now hesitant about this change. Because I recall a previous bugfix in the ecosystem-ci repo: https://github.com/vuejs/ecosystem-ci/commit/09ddbf8a2221a37cd6578b77b6e8b7a0d036744d
Considering that even minor Node.js releases could bring trouble to our CI, it isn't a good idea to let the Node.js major version silent... | 2023-09-21T08:30:22 | 2023-09-21T08:30:22 | {} | MEMBER |
vuejs | core | 1,729,907,397 | 6,548 | Sensanaty | Any updates on this one? Would be a very nice QOL feature | 2023-09-21T16:24:02 | 2023-09-21T16:24:02 | {
"eyes": 1
} | NONE |
vuejs | core | 1,722,910,193 | 5,386 | Alfred-Skyblue | I tried pausing the effect in the keep-alive deactivate state in #9206. It can be achieved currently, but it is more difficult in vShow because vShow needs to execute the effect before it can determine whether to display it. | 2023-09-18T07:52:44 | 2023-09-18T07:52:44 | {
"heart": 3
} | MEMBER |
vuejs | core | 1,726,756,698 | 9,254 | Alfred-Skyblue | Slots must be placed in direct child elements of the component, nested nodes cannot be used to pass slots. | 2023-09-20T01:40:00 | 2023-09-20T01:40:00 | {} | MEMBER |
vuejs | core | 1,726,774,523 | 9,206 | Alfred-Skyblue | For `computed` and `watch`, we need access to the `fn`'s return value when dealing with `oldValue`. During the pause period, the `run` function returns `undefined`, which can result in incorrect values for `watch` and `computed`. Therefore, the pause and resume functionality should be limited to the `render` function. ... | 2023-09-20T02:06:28 | 2023-09-20T04:04:57 | {} | MEMBER |
vuejs | core | 1,727,995,673 | 9,259 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 85.9 kB | 32.6 kB | 29.5 kB |
| vue.global.prod.js | 132 kB | 49.3 kB | 44.4 kB |
### Usages
| Name | Size |... | 2023-09-20T15:51:55 | 2023-09-20T15:51:55 | {} | NONE |
vuejs | core | 1,729,429,703 | 9,267 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 85.9 kB | 32.6 kB | 29.5 kB |
| vue.global.prod.js | 132 kB | 49.3 kB | 44.4 kB |
### Usages
| Name | Size |... | 2023-09-21T12:01:15 | 2023-09-21T12:01:15 | {} | NONE |
vuejs | core | 1,729,590,685 | 6,908 | alinnert | I'm having the exact same issue as mentioned in #5040 which was linked in this PR. I'm not sure if the change in this PR would solve this exact issue because that error is thrown at a different location.
My problem (+ that in #5040) is that the parameter `instance` in `unmountComponent` is `null` ([here](https://git... | 2023-09-21T13:29:19 | 2023-09-21T13:29:19 | {
"+1": 2
} | NONE |
vuejs | core | 1,730,765,804 | 9,273 | edison1105 | similar to https://github.com/vuejs/core/issues/9177 | 2023-09-22T03:53:28 | 2023-09-22T03:53:28 | {} | MEMBER |
vuejs | core | 1,725,826,178 | 9,252 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ---------------------- | -------------------- | -------------------- |
| runtime-dom.global.prod.js | 85.9 kB (**-1.25 kB**) | 32.6 kB (**-320 B**) | 29.5 kB ... | 2023-09-19T15:02:47 | 2023-09-19T15:02:47 | {} | NONE |
vuejs | core | 1,728,256,461 | 9,253 | arthaali | @so1ve OMG, thank you
I still think it is confusing though :( | 2023-09-20T18:44:14 | 2023-09-20T18:44:14 | {
"+1": 1
} | NONE |
vuejs | core | 1,730,853,726 | 9,261 | xiaoxiangmoe | @yangmingshan My PR did not consider enum reverse mapping, which is unsafe. Your PR is more safe. | 2023-09-22T06:10:14 | 2023-09-22T06:10:14 | {} | CONTRIBUTOR |
vuejs | core | 1,730,871,807 | 9,263 | yangmingshan | @xiaoxiangmoe Hi, are you interested in collaborating? Let's merge our PRs | 2023-09-22T06:27:23 | 2023-09-22T06:27:23 | {
"+1": 1
} | CONTRIBUTOR |
vuejs | core | 1,725,013,862 | 6,529 | haoqunjiang | /ecosystem-ci run | 2023-09-19T07:59:48 | 2023-09-19T07:59:48 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,726,421,513 | 7,871 | dschrul | We also ran into this issue when upgrading from vue2 and it was really hard to figure it out. Is it documented anywhere that prop names beginning with "on" are problematic? A warning in the console would have been great. | 2023-09-19T20:27:16 | 2023-09-19T20:27:16 | {} | NONE |
vuejs | core | 1,726,786,105 | 9,254 | hminghe | ```vue
<Parent>
<template #operate>
<Auth :auth="true">
<button>新增</button>
</Auth>
</template>
</Parent>
``` | 2023-09-20T02:25:34 | 2023-09-20T02:25:34 | {} | NONE |
vuejs | core | 1,727,277,933 | 9,255 | Alfred-Skyblue | The template will be compiled into a render function, so every time the page is updated, the render function will be executed, and the functions called in the render function will also be called.

| 2023-09-20T08:57:14 | 2023-09-20T08:57:14 | {} | MEMBER |
vuejs | core | 1,727,349,105 | 5,912 | yyx990803 | @johnsoncodehk is the VueUse fail case somewhat expected? | 2023-09-20T09:35:45 | 2023-09-20T09:35:45 | {} | MEMBER |
vuejs | core | 1,727,694,362 | 9,216 | wusiquan | There is a warn message. When I try to filter the `null` vnode, it works.
<img width="476" alt="image" src="https://github.com/vuejs/core/assets/5665365/ae3adca0-011f-4501-a780-9d4730c1c5ce">
| 2023-09-20T13:07:36 | 2023-09-20T13:07:36 | {
"+1": 1
} | NONE |
vuejs | core | 1,727,075,557 | 9,059 | wusiquan | The upper one, the test 1 code, was used to show that an array is not **nested**, its type is inferred right by typescript, but when it came to the test code 4 or code 5, its type is not expected.
In fact, the lower one, the template code, is compiled to some codes like the form of test code 5 in volar. | 2023-09-20T06:52:38 | 2023-09-20T15:53:29 | {
"heart": 1
} | NONE |
vuejs | core | 1,728,619,128 | 8,838 | Alfred-Skyblue | If this is the case, then v-memo must make a deep copy of the passed value. When the amount of bound value data is large, it will cause performance problems. I think this violates the original intention of v-memo. | 2023-09-21T01:11:19 | 2023-09-21T01:11:19 | {
"+1": 1,
"confused": 1
} | MEMBER |
vuejs | core | 1,729,462,725 | 9,267 | renovate[bot] | ### Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠ **Warning**: custom changes will be lost. | 2023-09-21T12:23:55 | 2023-09-21T12:23:55 | {} | CONTRIBUTOR |
vuejs | core | 1,723,790,218 | 6,256 | amantiwari1 | This pull request needs to be merged promptly, and it has been open for one year and three months. cc: @yyx990803
| 2023-09-18T15:53:55 | 2023-09-18T15:55:03 | {} | NONE |
vuejs | core | 1,725,191,960 | 9,225 | John-Oldman-Wang | > I don't quite understand the benefit of doing this. It doesn't improve much compared to the `.value` syntax.
as a user of vue,i use jsx to write code. There are a lot of `.value` in my code. | 2023-09-19T09:57:32 | 2023-09-19T09:57:32 | {} | NONE |
vuejs | core | 1,726,893,989 | 9,254 | baiwusanyu-c | As Alfred Skyblue said | 2023-09-20T04:04:57 | 2023-09-20T04:04:57 | {} | MEMBER |
vuejs | core | 1,729,093,326 | 7,898 | GuiltyEND | the same problem | 2023-09-21T08:24:37 | 2023-09-21T08:24:37 | {} | NONE |
vuejs | core | 1,729,427,982 | 9,266 | netlify[bot] | ### <span aria-hidden="true">❌</span> Deploy Preview for *vue-sfc-playground* failed.
| Name | Link |
|:-:|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 16aaf024594652971de1de3ceebfbf9d140041a3 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vue... | 2023-09-21T12:00:03 | 2023-09-21T12:00:03 | {} | NONE |
vuejs | core | 1,724,745,327 | 4,294 | zjjjjjjjjjjd | what about vue2.7? | 2023-09-19T02:33:59 | 2023-09-19T02:33:59 | {} | NONE |
vuejs | core | 1,724,937,142 | 4,294 | rbecheras | > what about vue2.7?
It won't happen in 2.7
You need to migrate.
Note: vue 2.x is end of life at the end of the year. Don't expect any major change now. | 2023-09-19T07:00:48 | 2023-09-19T07:00:48 | {
"+1": 2
} | NONE |
vuejs | core | 1,727,303,069 | 9,239 | Alfred-Skyblue | Fixed in #9240 @hisland | 2023-09-20T09:10:51 | 2023-09-20T09:10:51 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,728,722,317 | 9,243 | sxzz | You can do it in this PR or redo in a new one. It's up to you ❤️ | 2023-09-21T03:46:58 | 2023-09-21T03:46:58 | {} | MEMBER |
vuejs | core | 1,727,585,620 | 9,253 | so1ve | https://vuejs.org/guide/components/props.html#boolean-casting | 2023-09-20T12:00:52 | 2023-09-20T12:00:52 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,709,150,857 | 9,157 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 85.9 kB | 32.6 kB | 29.5 kB |
| vue.global.prod.js | 132 kB | 49.3 kB | 44.4 kB |
### Usages
| Name | Size |... | 2023-09-06T21:28:59 | 2023-09-20T15:50:45 | {} | NONE |
vuejs | core | 1,728,702,371 | 6,256 | hcg1023 | I fixed the conflict on the branch | 2023-09-21T03:12:10 | 2023-09-21T03:12:10 | {
"+1": 4
} | CONTRIBUTOR |
vuejs | core | 1,728,723,552 | 9,243 | yangmingshan | I'll open another PR, thank you. | 2023-09-21T03:49:16 | 2023-09-21T03:49:16 | {} | CONTRIBUTOR |
vuejs | core | 1,728,950,610 | 9,261 | netlify[bot] | ### <span aria-hidden="true">❌</span> Deploy Preview for *vue-next-template-explorer* failed.
| Name | Link |
|:-:|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 884bbce003634020bca24d58f948566f8dd70522 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/s... | 2023-09-21T06:46:35 | 2023-09-21T06:46:35 | {} | NONE |
vuejs | core | 1,722,888,225 | 9,242 | Alfred-Skyblue | Please provide a minimal runnable reproduction. | 2023-09-18T07:34:27 | 2023-09-18T07:34:27 | {} | MEMBER |
vuejs | core | 1,713,093,693 | 9,183 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 87.1 kB | 33 kB | 29.7 kB |
| vue.global.prod.js | 133 kB | 49.7 kB | 44.6 kB |
### Usages
| Name | Size |... | 2023-09-11T03:12:57 | 2023-09-19T08:35:28 | {} | NONE |
vuejs | core | 1,725,123,756 | 9,206 | Alfred-Skyblue | The reason why v-show cannot be processed is because v-show is the data obtained during the update process. If we pause the execution of the effect, the element will never be re-displayed. | 2023-09-19T09:12:32 | 2023-09-19T09:12:32 | {
"+1": 2
} | MEMBER |
vuejs | core | 1,727,257,119 | 9,255 | m13886695261 | Thanks for your response.I changed some code,The getText method is still triggered when the button is clicked
https://play.vuejs.org/#eNp9U01v2kAQ/Suj7QGQwCjlghzjfkZqemijNlIvvjjrMThZdq3dNVAh//fOrDE4UQUS4H3zZvbN88xRfKrraNegiEXipK1qDw59U4PK9XqVCe8ykWa62tbGejhaLFsordlCJigrE7fn2DdUyvwxVhUdYRTNLxBfMSJupqXRzsMa/SMePKxgPIF... | 2023-09-20T08:47:16 | 2023-09-20T08:47:16 | {} | NONE |
vuejs | core | 1,729,131,767 | 9,263 | yangmingshan | How can I rerun e2e-test? It passed on my machine 😬. | 2023-09-21T08:49:07 | 2023-09-21T08:49:07 | {} | CONTRIBUTOR |
vuejs | core | 1,730,084,555 | 9,264 | Disservin | When looking at the created instances, there are actually two, I guess that makes sense ?
```
{uid: 6, vnode: {…}, type: {…}, parent: {…}, appContext: {…}, …}
{uid: 4, vnode: {…}, type: {…}, parent: {…}, appContext: {…}, …}
```
From what I can tell they are for classB and classA, respectively, but `uid: 4` has no... | 2023-09-21T18:21:30 | 2023-09-21T18:21:30 | {} | CONTRIBUTOR |
vuejs | core | 1,726,281,702 | 9,059 | avinean | @wusiquan but in your example type infers correctly even with destructuring
<img width="588" alt="image" src="https://github.com/vuejs/core/assets/22274408/31974c6c-e98f-4cf1-a35f-e1ca13d06612">
while it infers incorrectly in template
<img width="683" alt="image" src="https://github.com/vuejs/core/assets/2227440... | 2023-09-19T18:35:12 | 2023-09-19T18:38:07 | {} | NONE |
vuejs | core | 1,727,332,349 | 9,255 | Alfred-Skyblue | If my answer solves your problem, please close this issue. | 2023-09-20T09:25:54 | 2023-09-20T09:25:54 | {
"hooray": 1
} | MEMBER |
vuejs | core | 1,725,685,423 | 9,238 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6236581660)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/6218368255) |
|-------|--------|----------------|
| nuxt | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions/run... | 2023-09-19T14:11:19 | 2023-09-20T15:42:32 | {} | CONTRIBUTOR |
vuejs | core | 1,722,608,791 | 9,238 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 85.9 kB | 32.6 kB | 29.5 kB |
| vue.global.prod.js | 132 kB | 49.3 kB | 44.4 kB |
### Usages
| Name | Size |... | 2023-09-18T00:09:17 | 2023-09-20T15:45:19 | {} | NONE |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.