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,706,196,539 | 9,062 | sxzz | Thanks for your contribution. However, it will increase maintenance complexity. We don't think it's worth it. | 2023-09-05T08:44:42 | 2023-09-05T08:44:42 | {} | MEMBER |
vuejs | core | 1,706,861,425 | 9,141 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | -------------------- | -------------------- | -------------------- |
| runtime-dom.global.prod.js | 86.3 kB (**+406 B**) | 32.8 kB (**+124 B**) | 29.6 kB (**+12... | 2023-09-05T15:41:26 | 2023-09-05T15:41:26 | {} | NONE |
vuejs | core | 1,707,599,883 | 5,231 | jeryqwq | https://github.com/FranckFreiburger/vue3-sfc-loader/issues/125 | 2023-09-06T03:27:25 | 2023-09-06T03:27:25 | {} | NONE |
vuejs | core | 1,702,745,313 | 9,111 | laterdayi | Where should I set /@vue-ignore/
```
<script setup lang="ts">
import type { InputNumberProps } from 'naive-ui';
Where should I set /@vue-ignore/
const { componentProps } = defineProps<InputNumberProps>();
const slots = useSlots();
</script>
```
@sxzz Thank you for your help. I have already read it, but I ... | 2023-09-01T13:24:30 | 2023-09-01T13:24:40 | {} | NONE |
vuejs | core | 1,702,887,246 | 7,525 | baiwusanyu-c | > CI failed, plz format your code
done | 2023-09-01T14:55:21 | 2023-09-01T14:55:21 | {} | MEMBER |
vuejs | core | 1,703,855,018 | 6,643 | so1ve | Try vue-macros' `exportRender` feature with SFC? In that case volar will handle them correctly. | 2023-09-02T14:49:28 | 2023-09-02T14:49:28 | {} | MEMBER |
vuejs | core | 1,704,696,336 | 8,865 | zhengyimeng | 为何一定要维护 emit? 而不是通过 props 接收事件?props 能做 emit 所能做的所有事情 | 2023-09-04T06:39:30 | 2023-09-04T06:39:30 | {} | NONE |
vuejs | core | 1,704,956,726 | 9,125 | edison1105 | similar to https://github.com/vuejs/core/issues/8952
maybe we should generate a runtime validator for prop. | 2023-09-04T09:48:07 | 2023-09-04T09:48:07 | {
"+1": 3
} | MEMBER |
vuejs | core | 1,705,998,382 | 8,865 | nopeless | @Justineo What do you think about my comment? | 2023-09-05T06:08:10 | 2023-09-05T06:08:10 | {} | NONE |
vuejs | core | 1,706,658,451 | 9,137 | jackZou888 | > Cannot reproduce it. Could you please more info about your env (browser and version)?
chrome 版本 115.0.5790.170(正式版本) (x86_64) | 2023-09-05T13:47:18 | 2023-09-05T13:47:18 | {} | NONE |
vuejs | core | 1,477,426,115 | 6,484 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/4476851978)
| suite | result |
|-------|--------|
| [naive-ui](https://github.com/vuejs/ecosystem-ci/actions/runs/4476851978/jobs/7867666332) | :x: failure |
| [nuxt](https://github.com/vuejs/ecosystem-ci/actions/runs/4476851978/jobs/7867... | 2023-03-21T08:15:56 | 2023-09-01T17:34:00 | {} | CONTRIBUTOR |
vuejs | core | 1,703,118,552 | 9,109 | baiwusanyu-c | [sfc-playground](https://play.vuejs.org/#eNp9UsFu2zAM/RVOFyeA4Rx6M5IMW9HDdtiGtbeqB9ehHbWyZEhUGiDwv5dUmjSHtoZhWHyP9HvPPKgf41jtEqpaLWMbzEiw1s4Mow8EBwjYlbCFCbrgByiYWJzRaz+Mb/VqIQeZwzDuM7zBrkmWh2gHESmNs7m8QutdJIhb/wIrmT/rGhtxLlBgWnAwm8NqDdtZsTG7ogSXrC3hXghce0xE3nH54N21Ne1z/caXidWusQl57rf301RCQcH0PYZiXh6niNrT4APhnurL9u8AhRy... | 2023-09-01T17:49:06 | 2023-09-01T17:49:06 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,705,225,492 | 4,285 | derMart | Damn. I stumbled accross the same issue. I would consider the decision a design flaw for a very simple reason:
Methods of mixins *are* available inside the data function, but its data is not. This is inconsistent, and more importantly those methods are very likely themselve to depend on the mixin data.
So this means ... | 2023-09-04T12:54:36 | 2023-09-04T12:58:49 | {} | NONE |
vuejs | core | 1,706,215,160 | 9,091 | sxzz | After discussion, we think if users provided the 2nd param, it should be converting the property value of the object into a ref, whether the key is undefined or not. It depends on argument count, not argument value. Also considering the breaking change, we cannot accept the PR now. But thanks anyway! | 2023-09-05T08:56:32 | 2023-09-05T08:56:32 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,706,575,457 | 9,129 | Mini-ghost | I deleted `BaseTypes` because its definition overlaps with `Builtin`. | 2023-09-05T12:59:49 | 2023-09-05T12:59:49 | {} | CONTRIBUTOR |
vuejs | core | 1,703,099,740 | 9,117 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 85.8 kB | 32.6 kB | 29.5 kB |
| vue.global.prod.js | 132 kB | 49.3 kB | 44.3 kB |
### Usages
| Name | Size |... | 2023-09-01T17:32:20 | 2023-09-01T17:32:20 | {} | NONE |
vuejs | core | 1,703,102,918 | 9,119 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 85.8 kB | 32.6 kB | 29.5 kB |
| vue.global.prod.js | 132 kB | 49.3 kB | 44.3 kB |
### Usages
| Name | Size |... | 2023-09-01T17:35:25 | 2023-09-01T17:35:25 | {} | NONE |
vuejs | core | 1,703,103,168 | 6,484 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6052380444)
| suite | result |
|-------|--------|
| [nuxt](https://github.com/vuejs/ecosystem-ci/actions/runs/6052380444/job/16425713928) | :white_check_mark: success |
| [pinia](https://github.com/vuejs/ecosystem-ci/actions/runs/60523804... | 2023-09-01T17:35:40 | 2023-09-01T17:48:50 | {} | CONTRIBUTOR |
vuejs | core | 1,703,466,053 | 5,912 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6054041939)
| suite | result |
|-------|--------|
| [nuxt](https://github.com/vuejs/ecosystem-ci/actions/runs/6054041939/job/16432819525) | :white_check_mark: success |
| [pinia](https://github.com/vuejs/ecosystem-ci/actions/runs/60540419... | 2023-09-01T23:17:44 | 2023-09-01T23:29:56 | {} | CONTRIBUTOR |
vuejs | core | 1,703,727,625 | 8,984 | otomad | I found the solution.
In file `@vue/runtime-core/dist/runtime-core.d.ts`, find the type declaration of `ComponentPublicInstance`, then change its property `$props` from
```ts
$props: Prettify<MakeDefaultsOptional extends true ? Partial<Defaults> & Omit<P & PublicProps, keyof Defaults> : P & PublicProps>;
```
to
... | 2023-09-02T06:27:43 | 2023-09-02T06:27:43 | {
"+1": 1
} | NONE |
vuejs | core | 1,704,645,191 | 9,125 | baiwusanyu-c | Both cross type and union type compiled props are required.
```
props: {
foo: { type: String, required: true },
bar: { type: Number, required: true }
},
```
But you can make them optional
```
<script setup lang="ts">
const props = defineProps<{foo?: string} | {bar?: number}>();
</script>
``` | 2023-09-04T05:43:17 | 2023-09-04T05:43:17 | {} | MEMBER |
vuejs | core | 1,706,976,253 | 9,136 | perenstrom | Right, thanks for the explanation. I still however believe that the docs are lacking in this case.
From the docs for `<script setup>` it says that these are "closed by default", which doesn't seem to be the case? As per my reproduction link. I take this to mean the same as calling `expose();` in the `setup()` funct... | 2023-09-05T16:55:12 | 2023-09-05T16:58:16 | {} | NONE |
vuejs | core | 1,702,675,687 | 9,050 | sxzz | Reactivity Transform has been deprecated and we moved it to Vue Macros. Please try `@vue-macros/reactivity-transform`. See [docs](https://vue-macros.sxzz.moe/features/reactivity-transform.html#installation-standalone-version)
See also https://github.com/vuejs/rfcs/discussions/369#discussioncomment-5059028 | 2023-09-01T12:33:45 | 2023-09-01T12:33:54 | {} | MEMBER |
vuejs | core | 1,703,347,899 | 5,912 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6054041939)
| suite | result |
|-------|--------|
| [nuxt](https://github.com/vuejs/ecosystem-ci/actions/runs/6054041939/job/16432067966) | :white_check_mark: success |
| [pinia](https://github.com/vuejs/ecosystem-ci/actions/runs/60540419... | 2023-09-01T21:43:06 | 2023-09-01T22:35:17 | {} | CONTRIBUTOR |
vuejs | core | 1,704,035,638 | 8,286 | binochoi | @vue-ignore is even pretty weird.
when i use complex type of the other lib, i should to use interface. type is unavailabled.
```typescript
interface Props extends /** @vue-ignore */ Extended { }
```
its forced use case.
cannot using type. only recommended interface with complex type..
and if u developing with es... | 2023-09-03T07:29:11 | 2023-09-03T07:29:11 | {} | NONE |
vuejs | core | 1,706,570,328 | 6,638 | SebbeJohansson | @danielroe in terms of getting this to work properly for nuxt3 has there been any progress? All issues point to this which has some merged PRs but it's still an issue. | 2023-09-05T12:56:32 | 2023-09-05T12:56:32 | {
"+1": 2,
"eyes": 2
} | NONE |
vuejs | core | 1,706,880,307 | 9,140 | baiwusanyu-c | relate: #7800 | 2023-09-05T15:50:14 | 2023-09-05T15:50:30 | {} | MEMBER |
vuejs | core | 1,707,406,397 | 8,635 | ahas | Exactly same problem here... | 2023-09-05T22:43:37 | 2023-09-05T22:43:37 | {} | NONE |
vuejs | core | 1,702,742,886 | 9,111 | sxzz | It's not a yes or no question. Please read the two comments I provided. I believe they have explained it in enough detail. | 2023-09-01T13:22:40 | 2023-09-01T13:22:40 | {} | MEMBER |
vuejs | core | 1,702,748,979 | 9,111 | sxzz | https://play.vuejs.org/#eNp9kDFPwzAQhf+K5aVQlWboFoUKijrAABUweomSS3Cb3Fk+uy2q8t+xHRU6oC4e3nt3/u6d5KMx870HmcuCK6uNEwzOG9GV2N4r6VjJpULdG7JOuG8DYlUyiMZSLyYed0gHnIQAOrBNWYHYWDIs4OgAaxbZ9CFsv9MtkoVpNg6fFArREOWCndXYKhwU1tBohDRdpHd5c6uwyEaqwCBngaYibHQ73zJhQE6LlKyoN7oD+2acJgzE+fhF9Mquo8NL0pz1MDvr1RdUu3/0LR+jpuTGAoPdg5K/nittC260... | 2023-09-01T13:27:14 | 2023-09-01T13:27:14 | {} | MEMBER |
vuejs | core | 1,703,102,794 | 6,484 | sxzz | /ecosystem-ci run | 2023-09-01T17:35:19 | 2023-09-01T17:35:19 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,703,878,608 | 8,457 | so1ve | Ugh. After some thoughts, I think the error is correct, see the example:
```ts
interface Emits {
foo: []
}
interface Emits {
bar: 1 // !!!!
}
``` | 2023-09-02T16:15:33 | 2023-09-02T16:15:33 | {} | MEMBER |
vuejs | core | 1,703,882,849 | 6,484 | sxzz | CI failed. Could you please format your files? `pnpm run format` | 2023-09-02T16:31:50 | 2023-09-02T16:31:58 | {} | MEMBER |
vuejs | core | 1,703,882,896 | 8,195 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------- | ------------------- | ------------------- |
| runtime-dom.global.prod.js | 85.9 kB (**+46 B**) | 32.7 kB (**+10 B**) | 29.5 kB (**+24 B**) |
... | 2023-09-02T16:32:07 | 2023-09-02T16:32:07 | {} | NONE |
vuejs | core | 1,704,312,296 | 8,655 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------- | ------------------- | ------------------- |
| runtime-dom.global.prod.js | 85.9 kB (**+18 B**) | 32.7 kB (**+12 B**) | 29.4 kB (**-26 B**) |
... | 2023-09-03T13:51:26 | 2023-09-03T13:51:26 | {} | NONE |
vuejs | core | 1,706,315,374 | 9,134 | Alfred-Skyblue | If we obtain the `anchor` after `unmount`, it may lead to rendering errors with `defineAsyncComponent` | 2023-09-05T10:00:15 | 2023-09-05T10:00:15 | {} | MEMBER |
vuejs | core | 1,706,584,377 | 8,410 | nanhaishiyounan | same error | 2023-09-05T13:05:28 | 2023-09-05T13:05:28 | {} | NONE |
vuejs | core | 1,706,647,516 | 9,137 | sxzz | Cannot reproduce it. Could you please more info about your env (browser and version)? | 2023-09-05T13:41:15 | 2023-09-05T13:41:15 | {} | MEMBER |
vuejs | core | 1,691,735,826 | 9,027 | LinusBorg | Symbol itself may be a valuable addition. I was kinda interested in the "etc.", wether there are additional things OP wants to include and why. | 2023-08-24T13:58:19 | 2023-08-24T13:58:19 | {} | MEMBER |
vuejs | core | 1,692,755,994 | 9,040 | LinusBorg | Ypu already opened thos iasue yesterday, and I moved it to the `language-tools` repo, as that's where thos would need to be solved.
https://github.com/vuejs/language-tools/issues/3505
| 2023-08-25T04:54:23 | 2023-08-25T04:54:23 | {} | MEMBER |
vuejs | core | 1,692,887,585 | 9,043 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 85.8 kB | 32.6 kB | 29.5 kB |
| vue.global.prod.js | 132 kB | 49.3 kB | 44.3 kB |
### Usages
| Name | Size |... | 2023-08-25T07:19:02 | 2023-08-25T07:19:02 | {} | NONE |
vuejs | core | 1,693,104,105 | 5,167 | tommie | To anyone looking for an answer to themeing, I wrote this postcss plugin with a `:local()` psuedo-selector: https://gist.github.com/tommie/c0eefee636033ff48cda50f89e3ccefa | 2023-08-25T09:56:05 | 2023-08-25T09:56:05 | {} | NONE |
vuejs | core | 1,696,712,561 | 9,064 | johnsoncodehk | /ecosystem-ci run | 2023-08-29T03:26:33 | 2023-08-29T03:26:33 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,696,738,262 | 8,368 | Boux | I currently have a (bad) workaround for this. I simply split up my script from my vue file and just import it in the vue file, for example:
`MyComponent.vue`
```
<script>
import MyComponent from "./MyComponent.coffee"
export default MyComponent
</script>
<template>
<p @click='onClick'>{{thing}}</p>
</temp... | 2023-08-29T04:13:12 | 2023-08-29T04:13:12 | {} | NONE |
vuejs | core | 1,696,782,745 | 9,064 | johnsoncodehk | /ecosystem-ci run | 2023-08-29T05:18:44 | 2023-08-29T05:18:44 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,694,387,173 | 9,037 | leopiccionia | Vue only allow ordinary objects and a few built-ins (`Array`, `Map`, etc.) to be made reactive ([source](https://github.com/vuejs/core/blob/v3.3.4/packages/reactivity/src/reactive.ts#L43-L62)).
The crux is how Vue currently checks if an object `x` is ordinary: it checks if `x.toString()` equals `"[object Object]"` (... | 2023-08-26T15:36:17 | 2023-08-26T15:40:35 | {
"+1": 1
} | CONTRIBUTOR |
vuejs | core | 1,695,603,445 | 5,912 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/5999760402)
| suite | result |
|-------|--------|
| [nuxt](https://github.com/vuejs/ecosystem-ci/actions/runs/5999760402/job/16271456045) | :x: failure |
| [pinia](https://github.com/vuejs/ecosystem-ci/actions/runs/5999760402/job/16271456... | 2023-08-28T12:23:37 | 2023-08-28T12:57:28 | {} | CONTRIBUTOR |
vuejs | core | 1,695,789,838 | 5,912 | johnsoncodehk | /ecosystem-ci run | 2023-08-28T14:21:12 | 2023-08-28T14:21:12 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,696,803,709 | 9,064 | johnsoncodehk | /ecosystem-ci run | 2023-08-29T05:42:35 | 2023-08-29T05:42:35 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,697,101,897 | 5,705 | dili021 | I am experiencing this issue as well. Happenning with both webpack & vite. I've found it only happens when the attributes are declared in a .vue file. I've tried creating an input.html with contents:
```
<!-- non-predictive -->
<input
type="search"
autocapitalize="off"
autocorrect="off"
... | 2023-08-29T09:38:40 | 2023-08-29T10:42:51 | {
"+1": 1
} | NONE |
vuejs | core | 1,691,572,201 | 9,019 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 85.8 kB | 32.6 kB | 29.5 kB |
| vue.global.prod.js | 132 kB | 49.3 kB | 44.3 kB |
### Usages
| Name | Size |... | 2023-08-24T12:20:20 | 2023-08-24T12:20:20 | {} | NONE |
vuejs | core | 1,692,044,222 | 9,035 | Alfred-Skyblue | You should not use the index as the key, as this can lead to rendering errors when updating the array. You can use the following approach instead:
```vue
<component
v-for="item in content"
:key="item.text"
:is="item.component"
:text="item.text"
/>
```
Of course, for this you ne... | 2023-08-24T16:39:15 | 2023-08-24T16:43:18 | {} | MEMBER |
vuejs | core | 1,694,671,143 | 9,056 | johnsoncodehk | Switch to draft before merging in #5912 to avoid accidental merging. | 2023-08-27T13:36:46 | 2023-08-27T13:36:46 | {} | MEMBER |
vuejs | core | 1,695,530,298 | 5,912 | johnsoncodehk | /ecosystem-ci run | 2023-08-28T11:30:01 | 2023-08-28T11:30:01 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,696,125,021 | 5,312 | the94air | @seregarom that looks neat. I'll give it a try. Thanks for sharing! | 2023-08-28T18:09:09 | 2023-08-28T18:09:09 | {} | NONE |
vuejs | core | 1,697,107,876 | 9,072 | rudyxu1102 | It seems to duplicate https://github.com/vuejs/core/issues/7215 | 2023-08-29T09:42:31 | 2023-08-29T09:42:31 | {} | CONTRIBUTOR |
vuejs | core | 1,697,212,264 | 9,075 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------- | ------------------ | ------------------- |
| runtime-dom.global.prod.js | 85.8 kB (**-16 B**) | 32.6 kB (**-7 B**) | 29.5 kB (**+7 B**) |
| v... | 2023-08-29T10:53:40 | 2023-08-29T10:53:40 | {} | NONE |
vuejs | core | 1,691,560,841 | 8,503 | sxzz | /ecosystem-ci run | 2023-08-24T12:12:08 | 2023-08-24T12:12:08 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,691,982,220 | 9,011 | zhangyx1998 | ### Proof of concept completed
A commit ([ed6d312](https://github.com/zhangyx1998/vite-plugin-vue/commit/ed6d31252003aaec0d8ebde10ff626bf9f17bd47)) is pushed to my forked of "vite-plugin-vue". In this commit, I demonstrated the idea that I described above.
Although the changes are made in the plugin repository, I... | 2023-08-24T16:07:42 | 2023-08-24T16:07:42 | {
"eyes": 1
} | NONE |
vuejs | core | 1,694,182,633 | 9,052 | vercel[bot] | @chenfan0 is attempting to deploy a commit to the **vuejs** Team on [Vercel](https://vercel.com).
A member of the Team first needs to [authorize it](https://vercel.com/git/authorize?team=vuejs&type=github&job=%7B%22headInfo%22%3A%7B%22sha%22%3A%22ec960f396afb74f40741f0cfccd45fd4a66db81b%22%7D%2C%22id%22%3A%22QmbVty67X... | 2023-08-26T06:01:17 | 2023-08-26T06:01:17 | {} | NONE |
vuejs | core | 1,695,530,860 | 5,912 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/5999248348)
| suite | result |
|-------|--------|
| [nuxt](https://github.com/vuejs/ecosystem-ci/actions/runs/5999248348/job/16269022669) | :x: failure |
| [pinia](https://github.com/vuejs/ecosystem-ci/actions/runs/5999248348/job/16269022... | 2023-08-28T11:30:26 | 2023-08-28T11:43:32 | {} | CONTRIBUTOR |
vuejs | core | 1,696,140,032 | 9,050 | Lutymane | @sodatea after dedicating more time, I've managed to find the problem! Turns out it was caused by using reactivity transform macros!
Here's min repro: https://stackblitz.com/edit/vitejs-vite-gpxdap?file=src%2Fcomponents%2FHelloWorld.vue
I know it's deprecated but warning says it will be removed in 3.4, but curren... | 2023-08-28T18:20:41 | 2023-08-28T18:20:41 | {} | NONE |
vuejs | core | 1,697,258,475 | 9,070 | haoqunjiang | **A minimal reproduction is required.**
It's very rude to copy-paste your error log into the issue form without respecting any of the instructions. | 2023-08-29T11:26:16 | 2023-08-29T11:26:16 | {} | MEMBER |
vuejs | core | 1,692,213,359 | 9,034 | sxzz | It's a feature we need to consider if it's really necessary to merge into Vue core.
As we all know, VueUse is a significant and indispensable 3rd library in Vue's ecosystem, and there's already a [watchOnce](https://vueuse.org/shared/watchOnce/) in it.
I think we shouldn't put all of the things into Vue core unless... | 2023-08-24T18:31:04 | 2023-08-24T18:31:04 | {} | MEMBER |
vuejs | core | 1,694,399,327 | 9,037 | LeaVerou | Thanks, that's a great workaround! Hacky, yes, and fragile, but could work for now.
Leaving this open in hopes for a less hacky solution down the line. | 2023-08-26T16:13:17 | 2023-08-26T16:14:12 | {} | NONE |
vuejs | core | 1,696,117,486 | 5,312 | seregarom | My case is a bit different from yours, but 'defineSlots' worked for me @the94air
```
// setup,
// only supported in 3.3+
defineSlots<{
[key: string]: unknown;
}>();
``` | 2023-08-28T18:03:31 | 2023-08-28T18:05:00 | {
"+1": 1,
"eyes": 1
} | NONE |
vuejs | core | 1,015,828,712 | 4,404 | netlify[bot] | ❌ Deploy Preview for *vue-sfc-playground* failed.
🔨 Explore the source changes: 4b3aed23e687c9d77d4fdcac537be15443a9a608
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vue-sfc-playground/deploys/61f028cc76486900075c7f7e](https://app.netlify.com/sites/vue-sfc-playground/deploys/61f028cc76486900075c7f7e)
| 2022-01-18T20:59:30 | 2023-08-29T07:10:32 | {} | NONE |
vuejs | core | 1,697,340,086 | 5,844 | jd-solanki | Linking #8967 | 2023-08-29T12:22:09 | 2023-08-29T12:22:09 | {} | NONE |
vuejs | core | 1,697,561,827 | 9,039 | LinusBorg | you can also use the `.attr` modifier to prevent this /enforce the passed-through attribute be be applied as an HTML attribute, thereby not overriding the prop:
https://play.vuejs.org/#__DEV__eNqNUk1vwjAM/StWLoA0tWJsO6CCtE0ctsOGtmmnXKpioCxNoiRlSFX/+5yU8jEYGgdUP7/Yz/ar2L3W0bpENmSJzUyuHVh0pR5zmRdaGQcVGJxDDXOjCugQtbNLP... | 2023-08-29T14:30:25 | 2023-08-29T14:31:13 | {} | MEMBER |
vuejs | core | 1,697,756,539 | 9,080 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------- | ------------------- | ------------------- |
| runtime-dom.global.prod.js | 85.9 kB (**+75 B**) | 32.7 kB (**+31 B**) | 29.5 kB (**+16 B**) |
... | 2023-08-29T16:12:39 | 2023-08-29T16:12:39 | {} | NONE |
vuejs | core | 1,691,748,135 | 9,033 | LinusBorg | The issue title is a bit misleading. The values don't change *after* hydration - rather, there's a hydration mismatch because the SSR state that's reflected in the server's HTML was different from the client-side state when hydration is being performed.
So the problem here is that *during hydration*, when when the ... | 2023-08-24T14:04:23 | 2023-08-24T14:04:23 | {
"+1": 6,
"heart": 1
} | MEMBER |
vuejs | core | 1,694,583,162 | 9,054 | PL-FE | 非常感谢,学习到了😁 | 2023-08-27T06:21:41 | 2023-08-27T06:21:41 | {} | NONE |
vuejs | core | 1,695,934,224 | 9,039 | posva | I would say this is expected: the same happens with an attribute and one can disable it with `inheritAttrs: false`. It's also a breaking change but I really don't think it's worth since it's less flexible than the current behavior | 2023-08-28T15:50:58 | 2023-08-28T15:50:58 | {
"confused": 1
} | MEMBER |
vuejs | core | 1,696,100,565 | 8,083 | awacode21 | Does it only support types? Or does it also support interfaces? | 2023-08-28T17:50:39 | 2023-08-28T17:50:39 | {} | NONE |
vuejs | core | 1,697,158,873 | 7,095 | XjulI1 | Any idea when this will be fixed ? We currently migrate to Nuxt 3 and it's a blocking issue for us in SSR. | 2023-08-29T10:16:52 | 2023-08-29T10:16:52 | {
"eyes": 1
} | NONE |
vuejs | core | 1,697,279,429 | 8,967 | alokVishu | Duplicate https://github.com/vuejs/core/issues/5844 | 2023-08-29T11:41:00 | 2023-08-29T12:25:06 | {} | NONE |
vuejs | core | 1,696,498,911 | 5,912 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6005488556)
| suite | result |
|-------|--------|
| [nuxt](https://github.com/vuejs/ecosystem-ci/actions/runs/6005488556/job/16313290222) | :x: failure |
| [pinia](https://github.com/vuejs/ecosystem-ci/actions/runs/6005488556/job/16313290... | 2023-08-28T22:14:18 | 2023-08-29T15:21:16 | {} | CONTRIBUTOR |
vuejs | core | 1,697,595,017 | 9,064 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6013895171)
| suite | result |
|-------|--------|
| [nuxt](https://github.com/vuejs/ecosystem-ci/actions/runs/6013895171/job/16313387318) | :white_check_mark: success |
| [pinia](https://github.com/vuejs/ecosystem-ci/actions/runs/60138951... | 2023-08-29T14:48:37 | 2023-08-29T15:23:32 | {} | CONTRIBUTOR |
vuejs | core | 1,694,455,946 | 8,929 | doutatsu | @sxzz Curious how come this is not merged, if it's been approved 🤔 Are there some other blockers I am not aware of? | 2023-08-26T18:36:57 | 2023-08-26T18:37:12 | {} | NONE |
vuejs | core | 1,695,050,606 | 9,058 | lejunyang | > <img alt="image" width="407" src="https://user-images.githubusercontent.com/38374102/263588090-ce42cc61-2774-4e05-b30e-fb931d5d4aa6.png">
> The first case does not work because the value has not changed (always msg.value). The second case works because a new return value is obtained (oldValue - `msg.value`, newValue... | 2023-08-28T05:49:20 | 2023-08-28T05:49:20 | {} | CONTRIBUTOR |
vuejs | core | 1,695,468,979 | 5,952 | JasonGotGithub | Out of curiosity, is this shelved or pending merging? From a creative development standpoint, it makes migrating to Vue 3 hard so it would great to get an update on it. Also, to assess if a search to an alternative solution (or framework) needs to happen in the case where the current behavior is the intended behavior | 2023-08-28T10:46:47 | 2023-08-28T10:46:57 | {
"+1": 9
} | NONE |
vuejs | core | 1,695,794,835 | 5,912 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6001112435)
| suite | result |
|-------|--------|
| [nuxt](https://github.com/vuejs/ecosystem-ci/actions/runs/6001112435/job/16274598100) | :x: failure |
| [pinia](https://github.com/vuejs/ecosystem-ci/actions/runs/6001112435/job/16274598... | 2023-08-28T14:24:12 | 2023-08-28T14:37:36 | {} | CONTRIBUTOR |
vuejs | core | 1,697,263,580 | 9,072 | haoqunjiang | Yeah, duplicate of #7215 | 2023-08-29T11:29:15 | 2023-08-29T11:29:15 | {} | MEMBER |
vuejs | core | 1,692,719,939 | 9,045 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 85.8 kB | 32.6 kB | 29.5 kB |
| vue.global.prod.js | 132 kB | 49.3 kB | 44.3 kB |
### Usages
| Name | Size |... | 2023-08-25T03:57:08 | 2023-08-25T03:57:08 | {} | NONE |
vuejs | core | 1,694,165,843 | 9,051 | vercel[bot] | [vc]: #1CgU2EQaVxn2d0OVskdS6vq35+8PWYFq2D9jCKD75mo=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJzZmMtcGxheWdyb3VuZCIsInJvb3REaXJlY3RvcnkiOiJwYWNrYWdlcy9zZmMtcGxheWdyb3VuZCIsImluc3BlY3RvclVybCI6Imh0dHBzOi8vdmVyY2VsLmNvbS92dWVqcy9zZmMtcGxheWdyb3VuZC84SGduRFNnd3ZQa0t2bzlTdng3V25OZXhFUDJkIiwi... | 2023-08-26T05:08:00 | 2023-08-26T05:08:05 | {} | NONE |
vuejs | core | 1,498,821,190 | 5,912 | johnsoncodehk | The implementation for triggering effect() on demand will not be realized in this PR. This is because effect() callback is called in the propagation process of dirty, and we cannot call `computed.value` at this time to trigger possible dirty propagation, or it will cause urgent assessment issues discovered by @skirtles... | 2023-04-06T10:14:54 | 2023-08-26T10:04:32 | {} | MEMBER |
vuejs | core | 1,695,602,914 | 5,912 | johnsoncodehk | /ecosystem-ci run | 2023-08-28T12:23:13 | 2023-08-28T12:23:13 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,696,023,525 | 9,050 | haoqunjiang | Sorry, can't help with mere error logs. | 2023-08-28T16:51:21 | 2023-08-28T16:51:21 | {} | MEMBER |
vuejs | core | 1,696,399,883 | 5,912 | johnsoncodehk | This PR reverts the changes to `watch()`, `watchEffect()` as it caused a regression in ecosystem-ci, I will address `watch()`, `watchEffect()` in a separate PR. | 2023-08-28T20:56:04 | 2023-08-28T20:56:04 | {} | MEMBER |
vuejs | core | 1,696,709,309 | 9,067 | royalknight56 | #9068 | 2023-08-29T03:21:02 | 2023-08-29T03:21:02 | {} | CONTRIBUTOR |
vuejs | core | 1,697,033,420 | 9,071 | Shyam-Chen | ```diff
- <teleport to="#app">
+ <Teleport to="body">
// or
+ <Teleport to="#foo">
``` | 2023-08-29T08:53:26 | 2023-08-29T08:53:54 | {} | CONTRIBUTOR |
vuejs | core | 1,697,067,937 | 5,844 | Triloworld | @yyx990803 Can you look on this ? Will unblock more people to upgrade Vue 3 and resolve plenty issue. PR exist and issue is mark as important. | 2023-08-29T09:16:13 | 2023-08-29T09:16:13 | {
"+1": 11
} | NONE |
vuejs | core | 1,697,576,544 | 9,029 | LinusBorg | We will no remove `computed()`'s cache behaviour. | 2023-08-29T14:38:21 | 2023-08-29T14:38:21 | {} | MEMBER |
vuejs | core | 1,691,655,396 | 8,466 | daniilgri | Would be nice to support Enums inside defineEmits | 2023-08-24T13:15:26 | 2023-08-24T13:15:26 | {
"+1": 6
} | NONE |
vuejs | core | 1,691,867,311 | 8,976 | sxzz | Sry, but I didn't get your point. Could you please provide more detailed info about your PR, like motivation? Also, unit tests are required. | 2023-08-24T15:09:45 | 2023-08-24T15:09:45 | {} | MEMBER |
vuejs | core | 1,694,166,086 | 9,051 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------- | ------------------ | ------------------- |
| runtime-dom.global.prod.js | 85.9 kB (**+10 B**) | 32.7 kB (**+8 B**) | 29.5 kB (**+16 B**) |
| v... | 2023-08-26T05:09:14 | 2023-08-26T05:09:14 | {} | NONE |
vuejs | core | 1,694,576,643 | 8,929 | sxzz | https://github.com/vuejs/core/pull/8989#issuecomment-1692202949 | 2023-08-27T05:36:40 | 2023-08-27T05:36:40 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,691,561,387 | 8,503 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/5963514484)
| suite | result |
|-------|--------|
| [nuxt](https://github.com/vuejs/ecosystem-ci/actions/runs/5963514484/job/16176860110) | :white_check_mark: success |
| [pinia](https://github.com/vuejs/ecosystem-ci/actions/runs/59635144... | 2023-08-24T12:12:32 | 2023-08-24T12:24:34 | {} | CONTRIBUTOR |
vuejs | core | 1,691,754,956 | 9,027 | 0o001 | > Symbol itself may be a valuable addition. I was kinda interested in the "etc.", wether there are additional things OP wants to include and why.
Although I'm not certain, I had thought that in addition to Symbol, globalThis, Reflect, WeakMap, and WeakSet could also be included. Also, the reason I shared the MDN lin... | 2023-08-24T14:08:01 | 2023-08-24T14:08:01 | {
"+1": 1
} | NONE |
vuejs | core | 1,694,663,676 | 8,874 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------- |
| runtime-dom.global.prod.js | 85.8 kB | 32.6 kB | 29.5 kB |
| vue.global.prod.js | 132 kB | 49.3 kB | 44.3 kB |
### Usages
| Name | Size |... | 2023-08-27T13:02:48 | 2023-08-27T13:02:48 | {} | NONE |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.