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,715,764,091 | 7,444 | Aaron-Pool | 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 you ... | 2023-09-12T13:48:56 | 2023-09-12T13:48:56 | {
"+1": 4
} | NONE |
vuejs | core | 1,715,682,032 | 9,125 | jonoreilly | Hey, I think this would make the template attributes behave as expected. Can someone confirm this?
File: [vuejs/core/packages/runtime-core/src/componentPublicInstance.ts](https://github.com/vuejs/core/blob/b775b71c788499ec7ee58bc2cf4cd04ed388e072/packages/runtime-core/src/componentPublicInstance.ts#L211)
```types... | 2023-09-12T13:01:20 | 2023-09-13T07:49:41 | {
"eyes": 2
} | NONE |
vuejs | core | 1,717,991,041 | 4,294 | sadeghbarati | @so1ve can you check this link? head to `Button.vue`, extending external type is not working, or maybe I'm not doing the right thing
[Vue SFC playground for import external types for defineProps](https://play.vuejs.org/#eNrVVc1S2zAQfhXV0xknTCJD6ck14a/pQKe0TKHtAXNw7E0Q2JJHkkmYTN69K8mxY6Dpoace7ES7q91vv/3x0jsuS/pYgRd6k... | 2023-09-13T16:55:53 | 2023-09-13T16:55:53 | {} | NONE |
vuejs | core | 1,719,410,966 | 9,217 | anotherso1a | https://github.com/vuejs/core/issues/3813 | 2023-09-14T13:02:18 | 2023-09-14T13:02:18 | {} | NONE |
vuejs | core | 1,721,051,131 | 7,958 | ubeytd | Hi, I have a package vue as dependency to @directus
```shell
└─┬ @directus/extensions-sdk@10.1.5
└─┬ vue@3.3.4
└── @vue/runtime-dom@3.3.4
```
And I have react projects in Monorepo, currently, I am having build problems because of type conflicts.
This issue seems related to me with this merged PR ... | 2023-09-15T10:34:01 | 2023-09-15T10:34:01 | {} | NONE |
vuejs | core | 1,714,921,559 | 9,181 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6154613931)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/6142098043) |
|-------|--------|----------------|
| nuxt | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions/run... | 2023-09-12T03:52:41 | 2023-09-12T03:52:41 | {} | CONTRIBUTOR |
vuejs | core | 1,715,855,858 | 9,199 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6160866299)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/6142098043) |
|-------|--------|----------------|
| nuxt | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions/run... | 2023-09-12T14:38:36 | 2023-09-12T14:38:36 | {} | CONTRIBUTOR |
vuejs | core | 1,717,540,680 | 6,745 | Tobiaqs | It seems I am no longer encountering this issue in Vue 3.3.4 | 2023-09-13T12:32:20 | 2023-09-13T12:32:20 | {
"rocket": 1
} | NONE |
vuejs | core | 1,718,665,472 | 9,208 | gucovip | https://developer.mozilla.org/en-US/docs/Web/HTML/Element/strike
> This element is deprecated in HTML 4 and XHTML 1, and obsoleted in the [HTML Living Standard](https://html.spec.whatwg.org/multipage/obsolete.html#strike). If semantically appropriate, i.e., if it represents deleted content, use [<del>](https://develop... | 2023-09-14T02:42:46 | 2023-09-14T02:42:46 | {
"+1": 1
} | CONTRIBUTOR |
vuejs | core | 1,722,608,531 | 9,237 | 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:08:41 | 2023-09-18T00:08:41 | {} | NONE |
vuejs | core | 1,714,150,533 | 9,187 | KieranNexusPoint | Just discovered this myself for defineEmits. Works fine when not using wildcard import:
```ts
// broken
import * as Consts from './consts';
const emit = defineEmits<Consts.Emits>();
// works
import { Emits } from './consts';
const emit = defineEmits<Emits>();
// also works
import { Emits as RenamedEmit... | 2023-09-11T15:47:11 | 2023-09-11T15:47:11 | {
"+1": 1,
"eyes": 1
} | NONE |
vuejs | core | 1,714,920,399 | 9,190 | netlify[bot] | ### <span aria-hidden="true">❌</span> Deploy Preview for *vue-next-template-explorer* failed.
| Name | Link |
|:-:|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 6cd0590fae0bba4d9c412c4216e410a08366beac |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/s... | 2023-09-12T03:50:41 | 2023-09-12T03:50:41 | {} | NONE |
vuejs | core | 1,715,117,405 | 9,191 | edison1105 | see https://vuejs.org/guide/essentials/watchers.html#deep-watchers | 2023-09-12T07:02:28 | 2023-09-12T07:02:28 | {} | MEMBER |
vuejs | core | 1,715,227,709 | 7,942 | leonheess | Is there an ETA version for this?
| 2023-09-12T08:16:29 | 2023-09-12T08:16:29 | {} | NONE |
vuejs | core | 1,719,191,457 | 8,579 | Alfred-Skyblue | During the triggering process of the instruction, the updated hook of the component is triggered, thereby triggering the updated hook of the instruction, causing the instruction update to be reset. This has been fixed in #8639. | 2023-09-14T10:29:23 | 2023-09-14T10:29:23 | {} | MEMBER |
vuejs | core | 1,719,763,081 | 9,157 | netlify[bot] | ### <span aria-hidden="true">❌</span> Deploy Preview for *vue-sfc-playground* failed.
| Name | Link |
|:-:|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 84802e91861afe150978346ea06a25613c7ea6d3 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vue... | 2023-09-14T16:20:48 | 2023-09-14T16:20:48 | {} | NONE |
vuejs | core | 1,719,860,448 | 2,097 | eddyzhang1986 | the providers and the plugins seems lost, i must reinstall and reprovides them | 2023-09-14T17:26:12 | 2023-09-14T17:26:12 | {} | NONE |
vuejs | core | 1,722,174,841 | 7,776 | edison1105 | take a closer look at #https://github.com/vuejs/core/issues/7775.
style is a special case. see:
- div

- style

I feel the best way ... | 2023-09-16T08:23:01 | 2023-09-16T09:05:29 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,715,134,466 | 8,509 | edison1105 | duplicate of #5603 | 2023-09-12T07:14:49 | 2023-09-12T07:14:49 | {} | MEMBER |
vuejs | core | 1,715,214,632 | 7,121 | laterdayi | https://github.com/vuejs/router/issues/1655 | 2023-09-12T08:08:26 | 2023-09-12T08:08:26 | {} | NONE |
vuejs | core | 1,715,832,864 | 9,199 | baiwusanyu-c | /ecosystem-ci run | 2023-09-12T14:26:17 | 2023-09-12T14:26:17 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,718,632,824 | 9,200 | edison1105 | [simple reproduction](https://play.vuejs.org/#__DEV__eNp9U8lu2zAQ/ZUxe3ALRNYhN0EOuiCH9tAWbW9lDoo0splQJEFSjgFD/54ZKlYkZNFBIOe9Gb7ZTuKLc5tDj6IQZai9chECxt6BrsxuK0UMUlxJozpnfYQTeGxhgNbbDtbktp6gb7ZzT/ZNzheOSrA0tTWBou7tA2zZ/2P0PX6SpszHByk8XSJ2TlcR6QZQ3vYxWgOfa63qe5LB3tsV/0lOvSdtWOYjaXRIzxeJNrKTbKBvigwfatSa4BPsVYMwTJQ56ZCpljg... | 2023-09-14T02:01:03 | 2023-09-14T04:37:46 | {} | MEMBER |
vuejs | core | 1,719,017,414 | 9,214 | stoner-w | The index is cached by the closure, which causes the index to still be the original value after deleting the element, resulting in a deletion error. | 2023-09-14T08:41:11 | 2023-09-14T08:41:11 | {
"+1": 1
} | NONE |
vuejs | core | 1,719,049,217 | 4,294 | OliverRC | I can confirm that it looks to be working on 3.3
[Vue SFC playground - working minimal example](https://play.vuejs.org/#eNp9Uk1v2zAM/SuELt2Azjn0lmUFtqFAO2Bbse2oi+AwmVpbEkS6TWH4v5eUY8co2p5sPX69R77efE2peujQrM2G6uwTQ+PC/os1TNYAIXfp0gbfppgZfj59j/IXMDDscmzhrFotMG109tmGzWpsJYXyYGxT4xjlBbBZtmA8sEy6xozgCSi2WDBrVpK8Wc2V5tyMDD6... | 2023-09-14T09:02:26 | 2023-09-14T09:02:26 | {} | NONE |
vuejs | core | 1,719,115,647 | 7,987 | coader | +1 | 2023-09-14T09:44:52 | 2023-09-14T09:44:52 | {} | NONE |
vuejs | core | 1,721,120,308 | 6,715 | kyng-cytro | > <div v-else />
This worked for me too, had to make the element hidden so it doesn't mess with my styling,
```vue
<div class="hidden" v-else />
``` | 2023-09-15T11:29:13 | 2023-09-15T11:29:13 | {} | NONE |
vuejs | core | 1,721,225,580 | 9,217 | baiwusanyu-c | Duplicate with #5284 . In addition, this was introduced in #3813 . How to modify it needs further discussion. | 2023-09-15T12:48:38 | 2023-09-15T12:48:38 | {} | MEMBER |
vuejs | core | 1,713,621,557 | 9,185 | Xowap | I am extremely inexperienced with Vue build pipelines and so forth, however so far I've been able to build the `esm-browser` format by tweaking a bit the `dev.js` script:
```diff
diff --git a/scripts/dev.js b/scripts/dev.js
index 8342f523..dae98834 100644
--- a/scripts/dev.js
+++ b/scripts/dev.js
@@ -15,7 +15,7... | 2023-09-11T10:38:04 | 2023-09-11T10:38:04 | {} | NONE |
vuejs | core | 1,714,780,723 | 9,109 | PurpleTape | @sxzz, @baiwusanyu-c, please take a look at https://github.com/vuejs/core/pull/6484 for final approval 🥺🥺🥺 | 2023-09-12T00:14:48 | 2023-09-12T00:14:48 | {} | NONE |
vuejs | core | 1,717,187,229 | 9,202 | baiwusanyu-c | please add unit test | 2023-09-13T08:34:01 | 2023-09-13T08:34:01 | {} | MEMBER |
vuejs | core | 1,719,106,165 | 5,952 | JasonGotGithub | Hi @sodatea, would you be able to shed some light on this? | 2023-09-14T09:38:42 | 2023-09-14T09:38:42 | {
"+1": 7
} | NONE |
vuejs | core | 1,719,864,040 | 2,097 | eddyzhang1986 | > I did some experimenting using the idea @yyx990803 suggested. Here is a crude demo:
>
> https://jsfiddle.net/skirtle/94sfdLvm/
>
> I changed the API slightly:
>
> ```js
> // To add
> const vm = app.render(Component, props, el)
>
> // To remove
> app.unrender(vm)
> ```
>
> The reasoning behind my ch... | 2023-09-14T17:28:53 | 2023-09-14T17:28:53 | {} | NONE |
vuejs | core | 1,721,282,685 | 9,225 | baiwusanyu-c | /ecosystem-ci run | 2023-09-15T13:27:00 | 2023-09-15T13:27:00 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,715,270,599 | 9,185 | Xowap | Sure, here it is: https://github.com/Xowap/nuxt-hydration-bug | 2023-09-12T08:43:54 | 2023-09-12T08:43:54 | {} | NONE |
vuejs | core | 1,715,953,487 | 9,199 | evanryuu | > LGTM, but there seems to be a bit of a ‘breaking change’
Thank you for your reply!
I looked into the failed tests, and I can't quite figure out why this PR caused the tests to fail😇 My apologies. | 2023-09-12T15:32:08 | 2023-09-12T15:32:08 | {} | NONE |
vuejs | core | 1,718,641,798 | 9,211 | Justineo | Please open issues in the component library repo. | 2023-09-14T02:09:10 | 2023-09-14T02:09:10 | {} | MEMBER |
vuejs | core | 1,720,888,420 | 9,169 | serialine | I am using nuxt 2.17.1 based on vue 2.7, using latest volar extentions.
Is there a solution? | 2023-09-15T08:31:49 | 2023-09-15T08:31:49 | {} | NONE |
vuejs | core | 1,721,287,751 | 9,225 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6198675639)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/6194068759) |
|-------|--------|----------------|
| nuxt | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/6198675639/jo... | 2023-09-15T13:30:34 | 2023-09-15T13:30:34 | {} | CONTRIBUTOR |
vuejs | core | 1,707,627,531 | 9,143 | netlify[bot] | ### <span aria-hidden="true">❌</span> Deploy Preview for *vue-sfc-playground* failed.
| Name | Link |
|:-:|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | ccbbb4603fd48f56d1278557b272b14b683cceb7 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vue... | 2023-09-06T04:12:08 | 2023-09-06T04:12:08 | {} | NONE |
vuejs | core | 1,707,772,850 | 9,125 | jacekkarczmarczyk | https://github.com/vuejs/rfcs/discussions/549 | 2023-09-06T06:53:20 | 2023-09-06T06:53:43 | {} | CONTRIBUTOR |
vuejs | core | 1,708,037,666 | 8,889 | 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,783 | 9,118 | 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:09 | 2023-09-06T09:58:09 | {} | CONTRIBUTOR |
vuejs | core | 1,708,037,803 | 9,119 | 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:10 | 2023-09-06T09:58:10 | {} | CONTRIBUTOR |
vuejs | core | 1,708,537,596 | 9,149 | hichem-dahi | This is the expected behavior since the `sync1` and then `sync2` computed properties get updated. The `sync` computed property depends on both of these properties, not on the count object. That's why the watcher runs twice. | 2023-09-06T14:58:10 | 2023-09-06T14:58:10 | {} | NONE |
vuejs | core | 1,709,456,487 | 9,149 | Mini-ghost | @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? | 2023-09-07T04:26:40 | 2023-09-07T04:26:40 | {} | CONTRIBUTOR |
vuejs | core | 1,709,938,743 | 9,149 | Simon-He95 | Although I know it’s reasonable for him to trigger twice, I don’t think it’s reasonable 😂 | 2023-09-07T10:53:13 | 2023-09-07T10:53:13 | {} | CONTRIBUTOR |
vuejs | core | 1,712,102,292 | 9,169 | Disservin | Any idea why [vue playground ](https://play.vuejs.org/#eNqtU8tu2zAQ/JUtL06AWEalXKqqLtoih/bQGmmOvAjSWmFCLxly5Tgw9O+hqMgR8kIOuZEzs4PZ5XIvflibbFsUuSh85ZRl0CU136RgLwV45NYuJSlidOuyQvhnWRn6DHtJAKxY4/ccPDtFTY/UOLgEzQTvnjukE4d3GUiqca0IV85YX8RiM2TJx1BfH8F0BNMJmOVwjjetclgXDyXLCX2aw6p0rEr9wKY92y2PjiUViyFWmEW4MG6sLhnDDaCo1TYeAPb7M... | 2023-09-08T19:00:05 | 2023-09-08T19:00:05 | {} | CONTRIBUTOR |
vuejs | core | 1,712,321,143 | 6,951 | Jassmin586 | Will something be done about it? | 2023-09-08T23:08:05 | 2023-09-08T23:08:05 | {} | NONE |
vuejs | core | 1,712,381,822 | 9,169 | so1ve | @Disservin I think vue playground needs to update volar | 2023-09-09T01:52:14 | 2023-09-09T01:52:22 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,712,414,712 | 9,174 | 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-09T04:53:47 | 2023-09-09T04:53:47 | {} | NONE |
vuejs | core | 1,707,936,446 | 7,201 | edison1105 | There's a magic workaround
https://play.vuejs.org/#eNp9UctOwzAQ/JWVLwUUWtFyqtJKgHqAAyDggIQ5lGRT3Dq25UcoivLvrB1aOFT1yTszOzurbdmVMcMmIJuy3BVWGA8OfTBzrkRttPXQgsUKOqisrmFA0gFXXBVaOQ/CY+1gFhUnbxfZOJtkl++nXOWj3otcqCCRkUuPVAHkpWigOa+0nXEW+0Go3oczmG7w+xeO1Ss9KksdPiSWNCfpz2DM2bxtYYd3XT4iV7LPR/tZLGPeUcpKrIZrpxUt2Mb5nBW6NkKifTBe... | 2023-09-06T08:52:03 | 2023-09-06T08:52:03 | {
"+1": 3
} | MEMBER |
vuejs | core | 1,708,037,747 | 9,008 | 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:08 | 2023-09-06T09:58:08 | {} | CONTRIBUTOR |
vuejs | core | 1,708,079,709 | 9,147 | 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:05 | 2023-09-06T10:28:05 | {} | NONE |
vuejs | core | 1,709,420,473 | 9,159 | baiwusanyu-c | According to the documentation, a component using `<script setup>` is private, so in prod mode, expose() should also be used to ensure that its properties will not be accessed by the outside world, unless the user defines expose to specify those properties or Methods need to be exposed to the outside world | 2023-09-07T03:24:53 | 2023-09-07T03:24:53 | {} | MEMBER |
vuejs | core | 1,711,121,970 | 8,978 | Alfred-Skyblue | I added the `@typescript-eslinteslint-plugin` plugin to eslint, checking for `@ts-ignore` and unnecessary type assertions
https://typescript-eslint.io/rules/prefer-ts-expect-error/
cc @sxzz @sodatea | 2023-09-08T06:02:06 | 2023-09-08T07:30:44 | {} | MEMBER |
vuejs | core | 1,711,387,934 | 9,169 | edison1105 | /cc @so1ve | 2023-09-08T09:45:28 | 2023-09-08T09:45:28 | {
"heart": 1
} | MEMBER |
vuejs | core | 1,708,037,701 | 8,893 | 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:06 | 2023-09-06T09:58:06 | {} | CONTRIBUTOR |
vuejs | core | 1,709,119,736 | 9,156 | 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:07:26 | 2023-09-06T21:07:26 | {} | NONE |
vuejs | core | 1,709,526,922 | 9,149 | Mini-ghost | @chenfan0
I tried creating a `ref` variable named `syncReGetterCount` to track the number of times the `computed` property named `sync` is executed as a getter.
Every times we click the plus button to increase the count, `syncReGetterCount` increases by `2`, indicating that the getter function of 'sync' is exec... | 2023-09-07T06:03:43 | 2023-09-07T06:03:43 | {} | CONTRIBUTOR |
vuejs | core | 1,710,184,532 | 9,019 | sxzz | I changed the base branch to `chore/style`. We can merge these stylistic PRs into a commit and put it into `.git-blame-ignore-revs` to avoid making git history messy. | 2023-09-07T13:47:17 | 2023-09-07T13:47:17 | {} | MEMBER |
vuejs | core | 1,710,356,209 | 9,163 | amirhossein-fzl | The reason for this is that onBeforeMount is run after the elements enter the DOM !!
See now to find out ( ThemeSwitcher component ) :
https://codesandbox.io/p/sandbox/wandering-violet-7tm4wr
@yyx990803
| 2023-09-07T15:27:55 | 2023-09-07T15:28:59 | {} | NONE |
vuejs | core | 1,711,070,347 | 9,159 | sxzz | Looks like it's a breaking change... | 2023-09-08T04:50:34 | 2023-09-08T04:50:34 | {
"confused": 1,
"laugh": 1
} | MEMBER |
vuejs | core | 1,711,281,931 | 9,082 | haoqunjiang | /ecosystem-ci run | 2023-09-08T08:27:52 | 2023-09-08T08:27:52 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,694,324,933 | 1,811 | johnsoncodehk | Reopen as this will be re-fixed in 3.4 by #5912. | 2023-08-26T11:55:17 | 2023-09-09T03:11:05 | {
"hooray": 1
} | MEMBER |
vuejs | core | 1,704,794,363 | 8,865 | Justineo | IMO, the focus of emitting event is more on *decoupling*. It is used to notify the outside world of internal state changes, but it does not care much about the external responses. DOM events do have a restricted mechanism for controlling subsequent behavior (e.g. `stopPropagation`, `preventDefault`, etc.), but we don't... | 2023-09-04T07:59:34 | 2023-09-06T12:11:05 | {
"+1": 3
} | MEMBER |
vuejs | core | 1,709,119,445 | 9,155 | 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:07:11 | 2023-09-06T21:07:11 | {} | NONE |
vuejs | core | 1,709,323,364 | 9,149 | chenfan0 | Yes, this is expected behavior. Because sync will cause the code to be executed synchronously, it will be executed twice here.If you want the watch to be executed once, you only need to remove sync. | 2023-09-07T01:16:42 | 2023-09-07T01:18:48 | {} | CONTRIBUTOR |
vuejs | core | 1,710,317,882 | 9,163 | amirhossein-fzl | > ```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_mo... | 2023-09-07T15:05:17 | 2023-09-07T15:05:17 | {} | NONE |
vuejs | core | 1,712,695,746 | 9,177 | chenfan0 | before
```
if (Object.prototype.hasOwnProperty.call(dict.value, i.toString())) {
ret.push(dict.value[i.toString()] + i * 100);
}
```
after
```
if (dict.value.hasOwnProperty(i.toString())) {
ret.push(dict.value[i.toString()] + i * 100);
}
```
You can directly use `dict.value.hasOwnProperty` to ... | 2023-09-10T02:57:29 | 2023-09-10T02:57:29 | {
"+1": 1
} | CONTRIBUTOR |
vuejs | core | 1,708,037,772 | 9,117 | 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:09 | 2023-09-06T09:58:09 | {} | CONTRIBUTOR |
vuejs | core | 1,709,119,440 | 9,154 | 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:07:11 | 2023-09-06T21:07:11 | {} | NONE |
vuejs | core | 1,709,870,353 | 9,056 | johnsoncodehk | For the failed tests, [`1591ce1` (#9056)](https://github.com/vuejs/core/pull/9056/commits/1591ce183f5ca92e401aa64a0a66524e4e918b21) directly modified the test result, because now that was better result in expected. | 2023-09-07T10:01:48 | 2023-09-07T10:02:50 | {} | MEMBER |
vuejs | core | 1,694,671,013 | 9,056 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ---------------------- | -------------------- | -------------------- |
| runtime-dom.global.prod.js | 86.9 kB (**+1.02 kB**) | 33 kB (**+371 B**) | 29.8 kB ... | 2023-08-27T13:36:01 | 2023-09-08T06:27:19 | {} | NONE |
vuejs | core | 1,711,844,082 | 9,171 | baiwusanyu-c | 1. I didn't see a vue-related description in the issue, nor in the link given, which seems to have nothing to do with vue
2. If you really encounter a problem related to vue, please provide a code repository that can reproduce the problem. | 2023-09-08T15:24:23 | 2023-09-08T15:24:23 | {} | MEMBER |
vuejs | core | 1,712,390,106 | 9,056 | johnsoncodehk | This has been merged with #5912 to reduce review effort. | 2023-09-09T02:29:44 | 2023-09-09T02:29:44 | {} | MEMBER |
vuejs | core | 1,708,037,689 | 8,892 | 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:06 | 2023-09-06T09:58:06 | {} | CONTRIBUTOR |
vuejs | core | 1,708,037,737 | 8,957 | 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:08 | 2023-09-06T09:58:08 | {} | CONTRIBUTOR |
vuejs | core | 1,708,541,487 | 8,981 | Kuuzoo | It was an issue with my Installed Packages somehow. I managed to fix it be fully setting it up in a new project! My Bad guys!! | 2023-09-06T15:00:19 | 2023-09-06T15:00:19 | {} | NONE |
vuejs | core | 1,708,620,751 | 9,136 | LinusBorg | you're right in that `script setup` components are designed to always to be closed. And they are in DEV mode (switch the playground from `PROD` to `DEV` (button in the upper right) and it works as you expect it to.
It seems that components compiled for prod do not generate the expose proxy, which seems like a bug to... | 2023-09-06T15:33:04 | 2023-09-06T15:33:04 | {} | MEMBER |
vuejs | core | 1,708,770,902 | 9,148 | 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-06T16:59:35 | 2023-09-06T16:59:35 | {} | CONTRIBUTOR |
vuejs | core | 1,709,437,358 | 9,149 | Mini-ghost | 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 | 2023-09-07T03:54:21 | 2023-09-07T03:56:17 | {} | CONTRIBUTOR |
vuejs | core | 1,709,569,806 | 9,051 | baiwusanyu-c | > toRaw will return the original object only if the parameter is an object created by `reactive` or `readonly`, otherwise it will return the parameter itself, but the second parameter of the three methods `indexOf`, `lastIndexOf` and `includes` is value of type `number`. In theory, parameters of type `number` do not ne... | 2023-09-07T06:47:16 | 2023-09-07T06:47:16 | {} | MEMBER |
vuejs | core | 1,710,644,853 | 9,159 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6113710890)
| suite | result |
|-------|--------|
| [nuxt](https://github.com/vuejs/ecosystem-ci/actions/runs/6113710890/job/16593771348) | :x: failure |
| [pinia](https://github.com/vuejs/ecosystem-ci/actions/runs/6113710890/job/16593771... | 2023-09-07T19:10:10 | 2023-09-07T19:10:10 | {} | CONTRIBUTOR |
vuejs | core | 1,711,292,751 | 9,162 | Alfred-Skyblue | > Are there any other PRs about stylistic? We can change the base branch to `chore/style`. /cc @Alfred-Skyblue
#9028 | 2023-09-08T08:36:15 | 2023-09-08T08:36:15 | {} | MEMBER |
vuejs | core | 1,707,610,088 | 9,141 | baiwusanyu-c | Modify some properties of the four types of `Map` ,`weakMap` ,`Set`, `weakSet`that are redundantly proxied, allowing users to override them.
LGTM 👀 | 2023-09-06T03:45:16 | 2023-09-06T03:45:16 | {} | MEMBER |
vuejs | core | 1,708,037,690 | 8,885 | 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:06 | 2023-09-06T09:58:06 | {} | CONTRIBUTOR |
vuejs | core | 1,708,079,137 | 9,146 | 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:27:39 | 2023-09-06T10:27:39 | {} | NONE |
vuejs | core | 1,709,115,691 | 9,152 | 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:03:59 | 2023-09-06T21:03:59 | {} | NONE |
vuejs | core | 1,709,924,141 | 8,854 | kamilcglr | Alternative solution if you want to keep _semi_ rule to false:
```js
<template>
<button
@click="[click(), click()]"
>
Click Me
</button>
</template>
``` | 2023-09-07T10:41:37 | 2023-09-07T10:42:21 | {} | NONE |
vuejs | core | 1,711,059,396 | 9,168 | baiwusanyu-c | This is as expected
```
withDefaults(defineProps<{
age: number
}>(), {
age: 1
})
```
Equivalent to
```
export default {
props: {
age: {
type: Number,
required: true,
default: 1
}
}
}
```
When a props is required to be passed in, it means that it needs to be ... | 2023-09-08T04:32:13 | 2023-09-08T04:33:03 | {} | MEMBER |
vuejs | core | 1,712,396,918 | 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/16635745744) | :white_check_mark: success |
| [pinia](https://github.com/vuejs/ecosystem-ci/actions/runs/60623462... | 2023-09-09T03:07:10 | 2023-09-09T03:18:14 | {} | CONTRIBUTOR |
vuejs | core | 1,712,652,070 | 9,177 | leoleoasd | I don't know why, but adding `console.log(dict.value);` helps in vue sfc playground, but doesn't work with vite development server (just create a fresh new vite project and paste the exact code there).
SFC Playground:

Vite... | 2023-09-09T22:17:01 | 2023-09-09T22:17:01 | {} | NONE |
vuejs | core | 1,707,658,383 | 5,603 | ivanmem | Has anyone found a way to get around this problem? | 2023-09-06T04:58:33 | 2023-09-06T04:58:33 | {} | NONE |
vuejs | core | 1,707,792,392 | 9,125 | so1ve | @edison1105 Should vue core handle this? vue-macros is suitable for this work IMO. | 2023-09-06T07:09:55 | 2023-09-06T07:09:55 | {} | MEMBER |
vuejs | core | 1,709,116,079 | 9,153 | 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:04:18 | 2023-09-06T21:04:18 | {} | NONE |
vuejs | core | 1,709,369,592 | 9,159 | baiwusanyu-c | ~In fact, I think it is not perfect to fix this bug in the compiler, because it will call expose anyway. Maybe there are other ways to modify it at runtime.~ | 2023-09-07T02:11:05 | 2023-09-07T03:22:53 | {} | MEMBER |
vuejs | core | 1,709,530,335 | 9,051 | Alfred-Skyblue | toRaw will return the original object only if the parameter is an object created by `reactive` or `readonly`, otherwise it will return the parameter itself, but the second parameter of the three methods `indexOf`, `lastIndexOf` and `includes` is value of type `number`. In theory, parameters of type `number` do not need... | 2023-09-07T06:07:36 | 2023-09-07T06:11:58 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,710,183,447 | 8,978 | sxzz | I changed the base branch to `chore/style`. We can merge these stylistic PRs into a commit and put it into `.git-blame-ignore-revs` to avoid making git history messy.
Also https://github.com/vuejs/core/pull/8565 | 2023-09-07T13:46:35 | 2023-09-07T13:46:35 | {} | MEMBER |
vuejs | core | 1,710,463,216 | 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?
```
const count = ref(0);
const c1 = computed(() => {
console.log('c1')
return count.value
});
cons... | 2023-09-07T16:35:13 | 2023-09-07T16:35:13 | {} | CONTRIBUTOR |
vuejs | core | 1,707,797,128 | 9,125 | baiwusanyu-c | This can be listed as an improvement of `vue/core` at the compiler level | 2023-09-06T07:13:50 | 2023-09-06T07:13:50 | {
"+1": 2
} | MEMBER |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.