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,819,475,719
9,641
LinusBorg
`delay` does not delay the rendering of the component. it delays the rendering of the loadingComponent while the component is still being fetched. https://vuejs.org/guide/components/async.html#loading-and-error-states
2023-11-20T17:08:02
2023-11-20T17:08:18
{}
MEMBER
vuejs
core
1,821,254,138
9,654
jarryxy
## Solve successfully > **Solve successfully** ```vue <script setup lang="ts"> import Root from '@/views/workflow/designer/common/process/config/RootNodeConfig.vue'; defineOptions({ components: { Root, }, }); <script /> ``` or ```vue <script lang="ts"> import Root from '@/views/...
2023-11-21T16:26:33
2023-11-21T16:26:33
{ "+1": 1 }
NONE
vuejs
core
1,822,912,975
9,557
pikax
Thank you for the PR, but this seems to be an unnecessary refactor, closing as "simplifying" is quite personal. Please read the contributing [guideline](https://github.com/vuejs/core/blob/main/.github/contributing.md#advanced-pull-request-tips) > The PR should fix the intended bug only and not introduce unrelated...
2023-11-22T14:48:38
2023-11-22T14:48:38
{}
MEMBER
vuejs
core
1,823,754,568
5,705
ejg
Another data point--the input works correctly in Nuxt 3.
2023-11-23T02:35:42
2023-11-23T02:35:42
{}
NONE
vuejs
core
1,807,810,659
9,591
baiwusanyu-c
I think this is a playground bug. Vue's compiler will delete the comment node in the production mode build, but in the playground, it is a fragment.
2023-11-13T09:52:01
2023-11-13T09:52:01
{}
MEMBER
vuejs
core
1,809,507,395
9,559
baiwusanyu-c
> const render = (name) => defineComponent(() => () => h('main', h(Comp)), {name}) 我觉得这个写法不太对,每次都会调用 defineComponent 生成一个新的组件对象,所以不会被缓存,可以用闭包做一个函数缓存实现你想要的功能
2023-11-14T03:56:03
2023-11-14T04:16:06
{}
MEMBER
vuejs
core
1,809,750,588
9,601
netlify[bot]
### <span aria-hidden="true">❌</span> Deploy Preview for *vue-next-template-explorer* failed. | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | fadbdac15205e995a41dcf4fea4423b31bcb7db3 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/s...
2023-11-14T08:34:28
2023-11-14T08:34:28
{}
NONE
vuejs
core
1,812,512,577
7,338
pikax
@sodatea Interesting I think their usage is incorrect 🤔 The error is because `defineComponent({ ...{} as any })` cannot be used in conjunction with `Component` ```ts declare function test(O: Component): void test( // @ts-expect-error errors here defineComponent({ ...({} as any) }) ) t...
2023-11-15T13:10:22
2023-11-15T13:13:22
{}
MEMBER
vuejs
core
1,817,235,954
9,626
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 86.5 kB | 32.9 kB | 29.7 kB | | vue.global.prod.js | 132 kB | 49.6 kB | 44.5 kB | ### Usages | Name | Size |...
2023-11-17T23:13:37
2023-11-17T23:13:37
{}
NONE
vuejs
core
1,820,386,061
8,960
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 86.5 kB | 32.9 kB | 29.7 kB | | vue.global.prod.js | 132 kB | 49.6 kB | 44.5 kB | ### Usages | Name | Size |...
2023-11-21T07:41:24
2023-11-21T07:41:24
{}
NONE
vuejs
core
1,820,400,915
9,648
LinusBorg
Using the SlotsType Helper here in this makes not sense, and it's not what it's been documented to be used for. https://vuejs.org/api/options-rendering.html#slots The ctx.slots object is an object containing slot *functions*, so typecasting it to something else makes no sense. Annotate it as what it is - an objec...
2023-11-21T07:52:39
2023-11-21T07:52:39
{ "+1": 1 }
MEMBER
vuejs
core
1,807,566,726
9,592
LinusBorg
We can't debug screenshots. Please follow the issue guidelines and provide a reproduction.
2023-11-13T06:57:41
2023-11-13T06:57:41
{}
MEMBER
vuejs
core
1,815,931,787
9,620
LinusBorg
You are using `withDirectives()` in the script block, which is not allowed. That's what the error is telling you. I can't really understand what it is you are trying to do, but it is not a bug. You seem to rather want to ask for help, so I' ll move this to the discussions section.
2023-11-17T08:28:59
2023-11-17T08:28:59
{}
MEMBER
vuejs
core
1,817,255,112
9,629
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 86.5 kB | 32.9 kB | 29.7 kB | | vue.global.prod.js | 132 kB | 49.6 kB | 44.5 kB | ### Usages | Name | Size |...
2023-11-17T23:37:45
2023-11-17T23:37:45
{}
NONE
vuejs
core
1,817,309,058
9,627
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-11-18T01:25:29
2023-11-18T01:25:29
{}
CONTRIBUTOR
vuejs
core
1,736,556,818
9,300
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 86.5 kB | 32.9 kB | 29.7 kB | | vue.global.prod.js | 132 kB | 49.6 kB | 44.5 kB | ### Usages | Name | Size |...
2023-09-27T02:04:42
2023-11-21T09:18:05
{}
NONE
vuejs
core
1,820,840,618
2,981
ericbstie
Just want to note that an issue from the ethers.js repository is related to this / depends on this issue: https://github.com/ethers-io/ethers.js/issues/4131
2023-11-21T12:33:42
2023-11-21T12:33:42
{}
NONE
vuejs
core
1,821,292,087
9,653
LinusBorg
you provided the return value from the computed property, so yes, that can't be reactive. That's not a bug. Your proposal how to resolve this is actually the documented way to go: https://vuejs.org/guide/components/provide-inject.html#working-with-reactivity
2023-11-21T16:48:53
2023-11-21T16:49:25
{}
MEMBER
vuejs
core
1,821,369,563
9,645
ot-net
Hi Evan, the VS Code team has reviewed the issue and determined that it is caused by Volar. It would be better to continue fixing the issue from Volar's repository. You can go ahead and close the issue since it is unrelated.
2023-11-21T17:37:30
2023-11-21T17:37:30
{}
NONE
vuejs
core
1,822,087,593
9,639
so1ve
https://play.vuejs.org/#eNp9kctuwjAQRX9l5BVIUTbs0pfaikrtoqCWpTeQTKhp4nH9AKrI/17bgYAqxCKKfe8dz/G4Y49K5VuHrGAsY9aUJGuxzjeGZJA6LgE4K6lVokE9U1aQNJwVkJzoLZuGdm9Js9phdtTLLyy/L+gbs48aZ3ONBvUWORs8u9RrtL09/XzHfVgPZkuVa0L6ivmBhhoXGfvYk5NVwD7LJdrXVpG2Qq4XZrq3KM3xUhE0Jn3Kcxbm8nzl6ifcST5JdVz6MMWaKLcmjE+kRtDBXJNa/CrMoMJayHQqSZQWPNSa...
2023-11-22T04:18:14
2023-11-22T04:18:14
{}
MEMBER
vuejs
core
1,823,774,120
9,575
Alfred-Skyblue
> @Alfred-Skyblue can you add a test case please? Test cases have been added, thanks for the reminder.
2023-11-23T03:17:15
2023-11-23T03:17:15
{}
MEMBER
vuejs
core
1,809,536,311
9,600
baiwusanyu-c
https://play.vuejs.org/#eNqNU81uEzEQfpXBl6RSslupQkJLWgpVD3CgCHrDHNzdSeJ217Zsb9ooisQdiQsvw4mnAZ6DsZ1sNlFBKFLW/mbmm29+vGIvjckWLbKCTVxppfHg0LcGaqFmp5x5x9kZV7Ix2npYQYVTqfBC012h8iOwOB3BtRXKSS+1GsEc1jC1uoEB0Q64KrVyHrRBBafBezgVtcMjrsIvGTs68jhIMFxxBUnS8AjoEq5APL61Cgg6PQtowNJ/Z5sP+6pWoESDBXCmDWewJmTrDyGnaGtfbPg+7izDoDtbiLoNirco...
2023-11-14T04:34:54
2023-11-14T04:34:54
{}
MEMBER
vuejs
core
1,813,255,809
6,391
ahorovyi
I've experienced the same problem when working with Angular 15. I couldn't even imagine that the order of src and srcset attributes does matter. Thanks for finding out what the reason is.
2023-11-15T21:01:19
2023-11-15T21:01:19
{}
NONE
vuejs
core
1,820,226,233
9,646
Alfred-Skyblue
Fix this issue in #6491 [playground](https://deploy-preview-6491--vue-sfc-playground.netlify.app/#eNqNU01v00AQ/SvDXpJIja2qnEJaBaJKwAEQIHHZi7HHybb7pd1xEhT5vzO7blI3AsTJ63lvZ968pz2Kt94Xuw7FQixjHZQniEidv5NWGe8CwRECttBDG5yBCVMnZ2g9FKUoSmUbPBQUpZBW2trZSGDiBm7T7enkPWrt4IcLunk1mb1JnLazNSlnoZ0qG2dwlBaAT0WsfmX6NPF6aZflIIwlLQm...
2023-11-21T04:34:25
2023-11-21T05:05:27
{}
MEMBER
vuejs
core
1,822,815,608
9,662
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 86.5 kB | 32.9 kB | 29.7 kB | | vue.global.prod.js | 132 kB | 49.6 kB | 44.5 kB | ### Usages | Name | Size |...
2023-11-22T13:53:37
2023-11-22T13:53:37
{}
NONE
vuejs
core
1,822,930,536
9,575
pikax
@Alfred-Skyblue can you add a test case please?
2023-11-22T14:58:31
2023-11-22T14:58:31
{}
MEMBER
vuejs
core
1,807,568,184
9,591
LinusBorg
Comments should be ignored in that consideration, though. They are in dev, which is making this a bug.
2023-11-13T06:59:29
2023-11-13T06:59:29
{}
MEMBER
vuejs
core
1,780,679,071
9,478
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 86.5 kB | 32.9 kB | 29.7 kB | | vue.global.prod.js | 132 kB | 49.6 kB | 44.5 kB | ### Usages | Name | Size |...
2023-10-26T08:46:47
2023-11-13T07:44:21
{}
NONE
vuejs
core
1,809,542,891
9,600
Innei
https://vue-jsx.sxzz.moe/#PFRyYW5zaXRpb24KICAgICAgICAgICAgIG5hbWU9InJvdGF0ZSIKICAgICAgICAgICAgIAogICAgICAgICAgICA+CiAgICAgICAgICAgICAgeyFpc0RhcmsudmFsdWUgPyAoCiAgICAgICAgICAgICAgICA8aQogICAgICAgICAgICAgICAgICBjbGFzcz17J2lubGluZS1ibG9jayBoLTUgdy01IGktbWluZ2N1dGUtc3VuLWxpbmUnfQogICAgICAgICAgICAgICAgLz4KICAgICAgICAgICAgIC...
2023-11-14T04:45:43
2023-11-14T04:45:43
{}
CONTRIBUTOR
vuejs
core
1,809,559,672
9,600
baiwusanyu-c
This issue may be converted to @vue/babel-plugin-jsx
2023-11-14T05:12:25
2023-11-14T05:12:25
{}
MEMBER
vuejs
core
1,803,312,435
9,556
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6808766210) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/6793956871) | |-------|--------|----------------| | language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/680...
2023-11-09T07:47:59
2023-11-14T08:57:59
{}
CONTRIBUTOR
vuejs
core
1,803,301,647
9,556
pikax
/ecosystem-ci run
2023-11-09T07:37:50
2023-11-14T08:58:05
{ "+1": 1 }
MEMBER
vuejs
core
1,814,709,816
9,576
baiwusanyu-c
/ecosystem-ci run
2023-11-16T15:42:02
2023-11-16T15:42:02
{ "+1": 1 }
MEMBER
vuejs
core
1,814,958,910
9,618
markrian
Ah, I think I see what's going on here. Apps share a cache of compiled templates, so the first app caches the generated render function, and the second app [returns](https://github.com/vuejs/core/blob/bc5846939cb2cd0e0bb77d41329ab1eeb0149411/packages/vue/src/index.ts#L30-L33) it. Would it make more sense for each...
2023-11-16T17:53:49
2023-11-16T17:54:48
{}
CONTRIBUTOR
vuejs
core
1,818,055,939
9,637
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 86.5 kB | 32.9 kB | 29.7 kB | | vue.global.prod.js | 132 kB | 49.6 kB | 44.5 kB | ### Usages | Name | Size |...
2023-11-20T01:03:20
2023-11-20T01:03:20
{}
NONE
vuejs
core
1,819,903,854
5,312
kogratte
The latest suggested proposal does not seems to do the trick on my side. I've been able to get rid of almost all of my 120 errors, two are remaining, due to.. dynamic slot names :) Any chance a month later?
2023-11-20T22:25:55
2023-11-20T22:25:55
{}
NONE
vuejs
core
1,820,975,106
9,643
zangetsu02
Hello, I've tried vscode and phpstorm, in both I get the error. I know that works fine in the playground, i only linked that for reference to see how i implemented the logic. The problem that I can't understand is, in the ParentComponent, why typescript is telling me that the type of the parameter of the arrow...
2023-11-21T13:57:08
2023-11-21T13:57:08
{ "+1": 2 }
NONE
vuejs
core
1,824,380,258
9,667
lpj145
Bro you need to read a little bit the documentation the behavior that are you looking for is here [Provider & Inject](https://vuejs.org/api/composition-api-dependency-injection.html#composition-api-dependency-injection) Please keep in the mind that this channel is just for bug relations or things related to the vuej...
2023-11-23T12:51:45
2023-11-23T12:51:45
{}
CONTRIBUTOR
vuejs
core
1,824,408,116
9,667
lixiaofa
> Bro you need to read a little bit the documentation the behavior that are you looking for is here [Provider & Inject](https://vuejs.org/api/composition-api-dependency-injection.html#composition-api-dependency-injection) > > Please keep in the mind that this channel is just for bug relations or things related to th...
2023-11-23T13:05:17
2023-11-23T13:05:46
{}
NONE
vuejs
core
1,826,436,898
8,987
SavkaTaras
Hello Vue team. Do you guys have any idea when the fix would be available for this issue (released)? Thank you.
2023-11-25T22:53:23
2023-11-25T22:53:23
{}
NONE
vuejs
core
1,826,999,114
9,674
ziveen
👍🏻
2023-11-27T01:37:13
2023-11-27T01:37:13
{}
NONE
vuejs
core
1,828,924,132
9,688
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 86.5 kB | 32.9 kB | 29.7 kB | | vue.global.prod.js | 132 kB | 49.6 kB | 44.5 kB | ### Usages | Name | Size |...
2023-11-28T01:39:12
2023-11-28T01:39:12
{}
NONE
vuejs
core
1,808,352,989
9,556
netlify[bot]
### <span aria-hidden="true">❌</span> Deploy Preview for *vue-sfc-playground* failed. | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 1d7ef7f6848bd08a880d76045968b3cc75b7b022 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vue...
2023-11-13T15:13:32
2023-11-28T04:53:20
{}
NONE
vuejs
core
1,829,946,327
9,696
iangriggs
Hey @LinusBorg. Ok, appreciate knowing it's expected behaviour and I can work around it on that basis. Thanks for the quick response!
2023-11-28T14:25:09
2023-11-28T14:25:09
{}
NONE
vuejs
core
1,830,676,500
9,012
mgibas
Can we get that merged in? :)
2023-11-28T20:31:08
2023-11-28T20:31:08
{}
NONE
vuejs
core
1,817,486,664
9,556
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6861309119) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/6900057249) | |-------|--------|----------------| | language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/686...
2023-11-18T11:46:10
2023-11-25T14:28:10
{}
CONTRIBUTOR
vuejs
core
1,827,339,961
9,676
michealroberts
@yyx990803 No, not using any form of SSR. Vite standard build. @LinusBorg Sure, I’m happy to give access to that repo to whoever has the time to look. Just ping me here and I can add. RE: focus trap. I think it would be naive to say that it is wholly and solely a useFocusTrap or focus-trap issue, as this wasn’t h...
2023-11-27T08:17:38
2023-11-27T08:17:38
{}
NONE
vuejs
core
1,827,497,031
5,300
edison1105
The root cause is that computed getters are cached before rendering: https://github.com/vuejs/core/blob/2f91872e7b64fb5e497529a9ed21c76c602bad2c/packages/server-renderer/src/render.ts#L131-L136 If we had to do this, we should make the computed dirty before caching ```ts for (const e of instance.scope.effects)...
2023-11-27T09:52:34
2023-11-28T01:40:02
{}
MEMBER
vuejs
core
1,729,007,147
9,261
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ---------------------- | -------------------- | -------------------- | | runtime-dom.global.prod.js | 88.8 kB (**+2.34 kB**) | 33.8 kB (**+920 B**) | 30.4 kB ...
2023-09-21T07:28:21
2023-11-29T03:49:10
{}
NONE
vuejs
core
1,833,377,756
9,712
baiwusanyu-c
In my understanding, compat should be a component using vue2 syntax, compiled and run in the vue3 environment, then `vue2-component` should be configured according to the document. In my attempt, this configuration can work. But I'm not sure if this understanding is correct https://github.com/vuejs/core/tree/main/pack...
2023-11-30T09:17:52
2023-11-30T09:19:36
{}
MEMBER
vuejs
core
1,825,036,839
9,667
lixiaofa
> https://play.vuejs.org/#eNqFU02P2jAQ/StWLgsqmyhCvdCA+iEO28O22vboSwgDmE1syx8sFcp/7/gjISmLeko8M37z5s3zJfkiZXqykCySQleKSUM0GCtXlLNGCmXIhSjYkZbslGjIA5Y+9KlvopExnmbu4JAwTXkluDakwtALXl46iAm3dT2lvMhCH+yABwONrEsDeCKk2FhjBCefq5pVr0uaRIDUfXP3w3iloNQwmdJk9RQPgUIcpMgCSAD0DLH5FQvvFZ4rFhRZ3z6ZJWGox6aU6VELjopcHAaNCU2TBfERF8NO7kyTgz...
2023-11-24T01:09:59
2023-11-24T01:25:32
{}
NONE
vuejs
core
1,826,428,714
9,678
skirtles-code
They seem to work in development mode (click the PROD/DEV button). I'd imagine the custom formatters aren't included in a production build. Or were you expecting the Playground to add them itself in production mode?
2023-11-25T22:00:53
2023-11-25T22:00:53
{}
CONTRIBUTOR
vuejs
core
1,827,055,866
9,683
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 86.5 kB | 32.9 kB | 29.7 kB | | vue.global.prod.js | 132 kB | 49.6 kB | 44.5 kB | ### Usages | Name | Size |...
2023-11-27T03:06:01
2023-11-27T03:06:01
{}
NONE
vuejs
core
1,828,033,247
9,680
skirtles-code
I believe this code has already been removed on the `minor` branch for 3.4, due to other changes. I think the original code was written that way to try to improve minification. My understanding is that some minifiers can detect the unnecessary parameter and remove it, but others can't. I haven't checked this recentl...
2023-11-27T15:16:03
2023-11-27T15:16:03
{}
CONTRIBUTOR
vuejs
core
1,826,347,470
9,556
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6861309119) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/6977023514) | |-------|--------|----------------| | language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/686...
2023-11-25T14:33:48
2023-11-28T04:53:10
{}
CONTRIBUTOR
vuejs
core
1,830,361,480
9,652
pfumagalli
Hold on... This breaks some other DTS tests... Checking.
2023-11-28T17:35:35
2023-11-28T17:35:35
{}
NONE
vuejs
core
1,831,553,131
1,228
AnnaMadsenKnowit
> closed via #9261 Great, thanks Evan
2023-11-29T09:45:06
2023-11-29T09:45:06
{}
NONE
vuejs
core
1,831,704,047
7,259
pikax
There's a PR to introduce these type helpers, if you have more type helpers you think might be useful, please let me know
2023-11-29T11:19:48
2023-11-29T11:19:48
{}
MEMBER
vuejs
core
1,825,145,611
9,639
ot-net
@RJQingHuan Both ways of writing the code achieve a similar outcome in terms of the actual behavior in the template. But, the difference is how TypeScript interprets and checks the types. In `v-bind="props.conf"`, TypeScript will check the type based on the type of props.conf. Since props.conf has the type Partial<C...
2023-11-24T04:53:02
2023-11-24T04:53:02
{}
NONE
vuejs
core
1,831,196,022
1,228
yyx990803
closed via #9261
2023-11-29T04:25:20
2023-11-29T04:25:20
{}
MEMBER
vuejs
core
1,831,606,828
9,698
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/7031015852) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/7028214389) | |-------|--------|----------------| | language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/703...
2023-11-29T10:18:37
2023-11-29T10:18:37
{}
CONTRIBUTOR
vuejs
core
1,825,353,381
9,639
so1ve
@goktugerol-dev Actually not right. Vue's `defineComponent` function has the ability to unwrap refs, so in order to provide auto-unref ability inside `<template>`, Volar accesses variables from `defineComponent`. If you use `props`, Volar will access to the variable directly, so this issue will not exist. I've provided...
2023-11-24T09:08:15
2023-11-24T09:08:15
{}
MEMBER
vuejs
core
1,826,387,196
9,674
jingyuexing
🎉🎉
2023-11-25T17:55:37
2023-11-25T17:55:37
{ "laugh": 1 }
NONE
vuejs
core
1,826,695,436
9,678
serkodev
Oh it really works in DEV mode. I'm not sure if SFC Playground should have a custom formatter added in PROD, because the default mode is PROD, and sometimes I just want to log some values there for testing. I would also like to hear other people's opinions.
2023-11-26T07:13:53
2023-11-26T07:13:53
{}
MEMBER
vuejs
core
1,827,072,722
9,678
yyx990803
After https://github.com/vuejs/core/commit/fc7902982a4bc9f0c9cdb0c9c222bc43a9d5c458 (which is a relatively recent change), the PROD flag now also uses the corresponding production build of Vue to best simulate production behavior. This means all dev-only logic, including warnings and custom formatter, is tree-shaken. S...
2023-11-27T03:30:09
2023-11-27T03:30:09
{ "+1": 1 }
MEMBER
vuejs
core
1,772,033,613
5,195
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | ------------------ | ------------------- | | runtime-dom.global.prod.js | 86.5 kB (**+13 B**) | 32.9 kB (**+7 B**) | 29.7 kB (**+1 B**) | | v...
2023-10-20T03:48:39
2023-11-27T08:20:45
{}
NONE
vuejs
core
1,828,996,205
2,633
Maxim-Mazurok
Hey guys, just want to add another reason why I believe there should be a warning for siblings with the same key: Previously there was an issue when siblings were not updated when using `v-if`, so this got fixed for vue templates in the compiler by automatically adding keys: https://github.com/vuejs/core/issues/1587 ...
2023-11-28T03:06:49
2023-11-28T03:06:49
{}
NONE
vuejs
core
1,829,822,057
9,696
LinusBorg
This is not particularly suprising, I think. The keyup event fires when your finger has left the key. But because Vue/Nuxt renders the new view so fast, that update and the application of the focus to that input happen before you lift up your finger. So the keyup event fires after the route has been changed and the...
2023-11-28T13:16:36
2023-11-28T13:16:36
{}
MEMBER
vuejs
core
1,829,871,841
9,696
LinusBorg
See here for a plain JS demo: https://jsfiddle.net/mreqL01w/ Depending on how fast you hit/let go of enter, you can trigger this reliably with the set 100ms timeout. if you change the timeout from 100ms to something like 300ms, your enter key stroke will typically no longer trigger the keyup. Solution: Use ...
2023-11-28T13:41:59
2023-11-28T13:43:18
{}
MEMBER
vuejs
core
1,831,594,468
9,698
baiwusanyu-c
/ecosystem-ci run
2023-11-29T10:10:47
2023-11-29T10:10:47
{ "+1": 1 }
MEMBER
vuejs
core
1,831,686,902
9,134
lk77
to which vue version we should rollback to to fix this issue ?
2023-11-29T11:08:18
2023-11-29T11:08:18
{ "+1": 3 }
NONE
vuejs
core
1,828,575,701
7,286
Superpat
Just fixed an issue at work that was caused by onActivated not being triggered. This pr has been opened for a while now and all checks seem to pass. Are you lacking manpower to review this or is there another issue ? It would be nice to be able to remove the duplicated onMounted from our keepalive'd components.
2023-11-27T20:46:18
2023-11-27T20:47:37
{}
NONE
vuejs
core
1,831,350,824
9,704
LinusBorg
Please provide a runnable reproduction, which is required as explained in the issue form. One thing i can tell you is that the style attribute is malformed.
2023-11-29T07:25:10
2023-11-29T07:26:31
{}
MEMBER
vuejs
core
1,831,365,247
9,652
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 86.5 kB | 32.9 kB | 29.7 kB | | vue.global.prod.js | 132 kB | 49.6 kB | 44.5 kB | ### Usages | Name | Size |...
2023-11-29T07:37:21
2023-11-29T07:37:21
{}
NONE
vuejs
core
1,831,724,017
2,981
pikax
I'll close this issue because when you assign a value to a `Ref` it will deep unwrap all the refs, this included in `class`, meaning the type will be changed! As a workaround you can define it as a Bail type, that will prevent from specific classes from unwrapping the type, bear in mind the runtime behaviour will be...
2023-11-29T11:33:55
2023-11-29T11:33:55
{}
MEMBER
vuejs
core
1,833,264,961
9,646
haoqunjiang
Duplicate of https://github.com/vuejs/core/issues/6483 Let's track in that issue instead.
2023-11-30T07:52:12
2023-11-30T07:52:12
{}
MEMBER
vuejs
core
1,824,297,820
8,306
shumiarrow
I had the same problem when building nuxt in production. This error appears only with ref-value variables. When using reactive variable there is no error.
2023-11-23T11:52:20
2023-11-23T11:52:20
{ "+1": 2 }
NONE
vuejs
core
1,825,086,023
9,639
RJQingHuan
@goktugerol-dev Thank you for your explanation. ![1700794048355](https://github.com/vuejs/core/assets/53939074/d5d8257c-098c-41fb-8c74-5991df6e6175) But I'm right to write it this way. Essentially, the objects bound by v-bind are the same. But the results of type checking are different.
2023-11-24T02:50:08
2023-11-24T02:50:08
{}
NONE
vuejs
core
1,827,402,481
8,868
kleinfreund
I understand that `div [data-v-7ba5bd90]:not(.test)` and `div[data-v-7ba5bd90] :not(.test)` are different and that’s why the behavior of scoped styles with regards to pseudo classes is unexpected to me. The two selectors `div :not(.test)` and `div *:not(.test)` are equivalent in all but structure. They have the same...
2023-11-27T09:00:59
2023-11-27T09:00:59
{}
CONTRIBUTOR
vuejs
core
1,828,846,378
9,684
yyx990803
@sxzz noticed there are pending patches in vuejs/repl not released yet, will wait for 2.8.1
2023-11-28T00:10:48
2023-11-28T00:10:48
{}
MEMBER
vuejs
core
1,831,282,002
5,680
edison1105
will be fixed by #7290 see https://deploy-preview-7290--vue-sfc-playground.netlify.app/#eNrVVc1uGjEQfhXLF4gEC0nUC13SklUOrfqnNLc4B8fMEifGXq29WyKC1FvbQ16iD9K3SZ+jY+8PhISeW4SEPT/fzDeeGZZ0kmVRWQAd0diKXGaOWHBFdsS0nGcmd2RJckh7xF5xpcyXU0jJiqS5mZMOunVas0lSSRmNBomZZxOPyijTpDY43jI4bg1IY5JsmSQbJkwLo60jgosreCfxNCbnHS46PdK5FJ0LNFC...
2023-11-29T06:11:49
2023-11-29T06:11:49
{}
MEMBER
vuejs
core
1,832,068,378
8,116
littleBoBoy
same problem
2023-11-29T15:03:10
2023-11-29T15:03:10
{}
NONE
vuejs
core
1,832,984,187
9,714
Alfred-Skyblue
`errorComponent` receives an `error` prop. You should modify the code accordingly: ```ts export default { name: "ErrorComponent", props: { error: Error, }, }; ``` [playground](https://play.vuejs.org/#eNqFU01P8zAM/itWLu2kqZtebnvHJEAc4AAIuBEOVeuNjDapknQbqvrfsRPWARrQSlXi57H9+KOdOGuabNOimIm5K6x...
2023-11-30T01:59:11
2023-11-30T02:21:45
{}
MEMBER
vuejs
core
1,824,603,951
7,942
OBe95
Just mentioning this [bug](https://github.com/unplugin/unplugin-vue-ce/issues/113) here, I also reproduce using this PR Let me know if you want to report this [fix](https://github.com/unplugin/unplugin-vue-ce/pull/114) here as well :)
2023-11-23T15:19:34
2023-11-23T15:19:34
{}
NONE
vuejs
core
1,825,092,764
9,661
baiwusanyu-c
Duplicate with #8105 Please pay attention to the updates of `8105`. If `8105` is resolved and your problem still exists, you can open the issue again.
2023-11-24T03:02:35
2023-11-24T03:02:35
{}
MEMBER
vuejs
core
1,826,401,270
9,643
LinusBorg
There's no component with that name in your repo. https://github.com/search?q=repo%3Azangetsu02%2Fvue-select-element%20BaseCombobox&type=code
2023-11-25T19:13:03
2023-11-25T19:13:03
{}
MEMBER
vuejs
core
1,827,075,852
9,676
yyx990803
Is your app server-rendered? From the commits in 3.3.9 the only ones that look possibly related are the hydration fixes. In particular this one: https://github.com/vuejs/core/commit/364f319d214226770d97c98d8fcada80c9e8dde3
2023-11-27T03:35:40
2023-11-27T03:39:19
{}
MEMBER
vuejs
core
1,829,845,847
9,697
LinusBorg
The `has` prop, when set as an attribute on the custom element, is just a plain normal HTML attribute, not a boolean attribute. Normal attributes are always strings. ```js nextTick(()=>{ // when using setAttribute, use an empty string: r.value.setAttribute('has', '') // when setting as a DOM prop, use...
2023-11-28T13:27:58
2023-11-28T13:28:28
{}
MEMBER
vuejs
core
1,829,953,218
9,652
pfumagalli
@pikax ... add? run? a test... Sure, can you point me to an example on how types are tested here? Will be happy to comply once I see how those are dealt with!
2023-11-28T14:28:55
2023-11-28T14:28:55
{}
NONE
vuejs
core
1,830,400,870
9,652
pfumagalli
@pikax this should be ready to go now!
2023-11-28T18:01:39
2023-11-28T18:01:39
{ "+1": 1 }
NONE
vuejs
core
1,831,067,389
9,697
WoJiaoFuXiaoYun
> The prop, when set as an attribute on the custom element, is just a plain normal HTML attribute, not a boolean attribute.`has` > > Normal attributes are always strings. > > ```js > nextTick(()=>{ > // when using setAttribute, use an empty string: > r.value.setAttribute('has', '') > // when setting a...
2023-11-29T01:54:13
2023-11-29T01:54:13
{}
NONE
vuejs
core
1,825,560,928
4,428
padcom
@LinusBorg Did you think about it? It's November 2023 and this is still an issue. It's also a regression from Vue 2.x (https://www.digitalocean.com/community/tutorials/how-to-add-v-model-support-to-custom-vue-js-components) and is blocking me personally from achieving my goal of creating custom elements that do support...
2023-11-24T11:48:31
2023-11-24T11:48:31
{}
CONTRIBUTOR
vuejs
core
1,826,984,043
9,682
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 86.5 kB | 32.9 kB | 29.7 kB | | vue.global.prod.js | 132 kB | 49.6 kB | 44.5 kB | ### Usages | Name | Size |...
2023-11-27T01:12:30
2023-11-27T01:12:30
{}
NONE
vuejs
core
1,827,332,824
8,868
edison1105
This is as expected (align with the original behavior of `:not` or `:required`). ```css div [data-v-7ba5bd90]:not(.test) { color: tomato; } div[data-v-7ba5bd90] :not(.test) { color: tomato; } ``` The above two rules are different. Whether we use scoped or not, we cannot change its original behavior. ...
2023-11-27T08:11:53
2023-11-27T08:11:53
{}
MEMBER
vuejs
core
1,828,063,942
9,680
Doctor-wu
Sry for the empty description, this PR considered the `trigger` code style (caz `track` function is written in this style), and I think that part is unnecessary, so I changed the code to align this https://github.com/vuejs/core/blob/069f838691b2238f31f4237e8412d9ff12921995/packages/reactivity/src/effect.ts#L262
2023-11-27T15:32:43
2023-11-27T15:32:43
{}
MEMBER
vuejs
core
1,833,327,939
9,691
pikax
@GabrielHangor it seems to be working, I've pulled your example and ran locally and seems to work ![image](https://github.com/vuejs/core/assets/4620458/5f8990f5-2f91-4253-beec-1a523cbd02a8) steps ```bash > download the project > `pnpm i` > change `selectedOption` to number on App.vue ``` [Playground](https...
2023-11-30T08:43:09
2023-11-30T08:43:09
{ "+1": 2 }
MEMBER
vuejs
core
1,807,232,431
5,705
jasonhibbs
Also seeing this in Mobile Safari + Vue 3 (Nuxt 3), [cannot reproduce in vanilla HTML/JS](https://codepen.io/jasonhibbs/pen/GRzmegX). I’ve resorted to setting the attribute _again_ on mount: ``` Array.from(document.querySelectorAll('input[autocorrect]')).forEach(el => { el.setAttribute('autocorrect', 'off') ...
2023-11-12T20:37:08
2023-11-23T09:46:08
{}
NONE
vuejs
core
1,824,726,873
9,639
ot-net
Try this: ```typescript <script setup lang="ts"> import { defineProps } from 'vue'; interface Conf { foo: string; } const props = defineProps(['conf']); </script> <template> <div v-bind="{ foo: conf.foo }" /> </template> ``` It looks like TypeScript is being a bit finicky when we try t...
2023-11-23T16:56:02
2023-11-23T17:01:12
{}
NONE
vuejs
core
1,825,084,517
9,663
baiwusanyu-c
/ecosystem-ci run
2023-11-24T02:46:51
2023-11-24T02:46:51
{ "+1": 1 }
MEMBER
vuejs
core
1,827,226,693
9,676
LinusBorg
FYI: that repo doesn't seem to be public, so we can't check it out. But these attributes are certainly added by the focus-trap, though.
2023-11-27T06:57:17
2023-11-27T06:57:17
{}
MEMBER