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,700,515,057
9,091
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------ | ------------------ | ------------------- | | runtime-dom.global.prod.js | 85.8 kB (**-8 B**) | 32.6 kB (**-1 B**) | 29.5 kB (**+6 B**) | | vue....
2023-08-31T07:32:16
2023-08-31T07:32:16
{}
NONE
vuejs
core
1,700,543,430
9,082
sxzz
/ecosystem-ci run
2023-08-31T07:54:31
2023-08-31T07:54:31
{ "+1": 1 }
MEMBER
vuejs
core
1,700,600,412
9,035
codeflorist
@edison1105 Yes, thanks. that's working. Question is, if my example still is a bug, or if vue principally requires client-side changes to be performed within `onMounted()`. If the last one is the case, feel free to close this issue.
2023-08-31T08:33:58
2023-08-31T08:33:58
{}
NONE
vuejs
core
1,700,609,875
9,078
sxzz
I mean, the tests in `packages/dts-test/reactivity.test-d.ts`. This PR only changes types, we don't need runtime tests but dts test.
2023-08-31T08:39:07
2023-08-31T08:39:07
{}
MEMBER
vuejs
core
1,590,867,420
7,719
1071125093
mark
2023-06-14T09:50:00
2023-08-31T16:19:37
{}
NONE
vuejs
core
1,701,407,589
8,981
haoqunjiang
I don't understand. What should I do on the linked playground page to see the error?
2023-08-31T16:48:57
2023-08-31T16:48:57
{}
MEMBER
vuejs
core
1,701,956,218
9,064
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6043977591) | suite | result | |-------|--------| | [nuxt](https://github.com/vuejs/ecosystem-ci/actions/runs/6043977591/job/16402282645) | :white_check_mark: success | | [pinia](https://github.com/vuejs/ecosystem-ci/actions/runs/60439775...
2023-09-01T00:43:39
2023-09-01T01:16:09
{}
CONTRIBUTOR
vuejs
core
1,685,806,571
8,976
sxzz
/ecosystem-ci run
2023-08-21T07:36:15
2023-09-01T05:31:47
{ "+1": 1 }
MEMBER
vuejs
core
1,698,356,597
9,071
haryan248
> ```diff > - <teleport to="#app"> > + <Teleport to="body"> > // or > + <Teleport to="#foo"> > ``` If I change the class name, I know it works but #app doesn't work is a vue bug. so I think add caution in docs or fix this bug
2023-08-30T01:26:47
2023-08-30T01:26:47
{}
NONE
vuejs
core
1,698,695,827
1,228
yangmingshan
Just share my problem here. I'm trying to migrate [Vue Mini](https://github.com/vue-mini/vue-mini) to Vitest from Jest, just like Vue did. But const enum blocked me, because esbuild can't resolve const enum from @vue/reactivity. I opened a feature request in esbuild: https://github.com/evanw/esbuild/issues/3359, ...
2023-08-30T08:09:10
2023-08-30T08:09:10
{}
CONTRIBUTOR
vuejs
core
1,699,865,520
9,089
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-30T21:26:49
2023-08-30T21:26:49
{}
NONE
vuejs
core
1,700,201,910
4,404
johnwc
@LinusBorg @sxzz @yyx990803 any chance someone from Vue core team can look at this PR? We need a way to create web components that allows an end-user to be able to customize the style of the component.
2023-08-31T01:34:42
2023-08-31T01:37:05
{ "+1": 2, "eyes": 2 }
NONE
vuejs
core
1,702,174,831
9,053
sxzz
We need both `__NO_SIDE_EFFECTS__` and `__PURE__` in case of old version rollup that don't support new `__NO_SIDE_EFFECTS__` syntax.
2023-09-01T05:19:13
2023-09-01T05:19:13
{}
MEMBER
vuejs
core
1,702,374,438
8,838
wusiquan
use `[data.time]` instead, it compared each value with its before value
2023-09-01T08:31:46
2023-09-01T08:31:46
{}
NONE
vuejs
core
1,700,567,500
8,729
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-31T08:11:26
2023-08-31T08:11:26
{}
NONE
vuejs
core
1,701,990,732
8,639
Alfred-Skyblue
Refer here, you can temporarily use asynchronous execution of click events to solve this problem, such as: ```ts function onClick() { setTimeout(() => { // do something }) } ``` [Playground](https://play.vuejs.org/#eNp9kk1PAjEQhv/KpBchIJhwIwtRCQdN/Ihysx7WZcBCt236sWI2+9+dFhY4GG7tO29nnrdtze6MGVQB2Zhlr...
2023-09-01T01:36:28
2023-09-01T01:36:28
{ "+1": 1 }
MEMBER
vuejs
core
1,702,652,240
8,976
sxzz
/ecosystem-ci run
2023-09-01T12:14:01
2023-09-01T12:14:01
{ "+1": 1 }
MEMBER
vuejs
core
1,700,512,242
9,086
sxzz
Actually a JavaScript project can also use `tsconfig.json` once `allowJs` is enabled.
2023-08-31T07:30:12
2023-08-31T07:30:12
{}
MEMBER
vuejs
core
1,700,519,383
9,086
Alfred-Skyblue
Yes, if that's the case, we should place the tsconfig.json in the root directory. It will be stored in the project, similar to the import-map.json file. Do you think this approach is viable?
2023-08-31T07:35:48
2023-08-31T07:35:48
{}
MEMBER
vuejs
core
1,702,003,885
8,639
stoner-w
Thank you. According to your tips, I can now use it normally. Thank you for your help.
2023-09-01T01:54:25
2023-09-01T01:54:25
{}
NONE
vuejs
core
1,702,181,065
9,094
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------ | ------------------ | ------------------ | | runtime-dom.global.prod.js | 85.8 kB (**-2 B**) | 32.6 kB (**+4 B**) | 29.5 kB | | vue.glo...
2023-09-01T05:24:14
2023-09-01T05:24:14
{}
NONE
vuejs
core
1,698,381,274
9,069
Justineo
I think our goal is not to make it as comprehensive as possible, but sufficient to meet actual needs. I don't think there are actual use cases for most of the added globals here.
2023-08-30T02:02:42
2023-08-30T02:02:42
{}
MEMBER
vuejs
core
1,700,532,019
9,047
Sidnioulz
Upon checking with the option on, I still think there's a bug with `transition`. Attached are two ASTs, one for `<Transition><!-- Comment --><input /></Transition>` and one for `<form><!-- Comment --><input /></form>`. On the Transition AST, you can see that there is no child node of `NodeType.COMMENT`, whereas o...
2023-08-31T07:45:49
2023-08-31T07:45:49
{}
NONE
vuejs
core
1,700,546,286
9,080
sxzz
/ecosystem-ci run
2023-08-31T07:56:36
2023-08-31T07:56:36
{ "+1": 1 }
MEMBER
vuejs
core
1,700,543,927
9,082
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6034576660) | suite | result | |-------|--------| | [nuxt](https://github.com/vuejs/ecosystem-ci/actions/runs/6034576660/job/16373228100) | :white_check_mark: success | | [pinia](https://github.com/vuejs/ecosystem-ci/actions/runs/60345766...
2023-08-31T07:54:53
2023-08-31T08:05:41
{}
CONTRIBUTOR
vuejs
core
1,700,546,843
9,080
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/6034593536) | suite | result | |-------|--------| | [nuxt](https://github.com/vuejs/ecosystem-ci/actions/runs/6034593536/job/16373283292) | :white_check_mark: success | | [pinia](https://github.com/vuejs/ecosystem-ci/actions/runs/60345935...
2023-08-31T07:57:01
2023-08-31T08:09:06
{}
CONTRIBUTOR
vuejs
core
1,700,683,063
9,055
chenfan0
> Could you please provide more info about your PR? Bugfixes or performance enhancement? When the `fn` passed by the user contains the effect attribute, `fn` will be assigned the value `fn.effect.fn`. However, the existence of the`effect` attribute in the ` fn` does not necessarily mean that the `effect` attribute h...
2023-08-31T09:25:27
2023-08-31T09:25:27
{}
CONTRIBUTOR
vuejs
core
1,701,143,224
9,091
chenfan0
> I think it's by design. https://play.vuejs.org/#eNp9kT9PAzEMxb+K5aUgVWXoVrVIgDrAAKgwejldfdeUXBIluVLplO+Ok1P/DKhb8t5z/LMz4JNzs0PPuMBlqL1yEQLH3oGuTLsijIHwkYzqnPURBoh2ww0kaLztYCKFEzJkamtChMZaWI2JuwF6s+VGGd4ugHDHWltCSNOLfk9m+TD2lA5yidw5XUWWG8AwlPdSyqkrB6fCJP0a1c72wRoBH3KesLadU5r9h4tKeAgXUJzsVdL+961o0fc8Pen1juuff/R9OGaN8N...
2023-08-31T14:18:09
2023-08-31T14:18:09
{}
CONTRIBUTOR
vuejs
core
1,702,486,852
9,111
laterdayi
``` <script setup lang="ts"> import type { InputNumberProps } from 'naive-ui'; const { componentProps } = defineProps<InputNumberProps>(); const slots = useSlots(); </script> ``` @edison1105 Where should I set /@vue-ignore/
2023-09-01T09:53:37
2023-09-01T09:53:37
{}
NONE
vuejs
core
1,698,415,756
6,347
LeonChen1024
It has been a year since this issue was reported. if it is planned to be fixed, or it will not be addressed?
2023-08-30T02:59:56
2023-08-30T02:59:56
{}
NONE
vuejs
core
1,700,218,338
1,172
DevilTea
I've a solution that is using a component to solve this issue. > Only tested in vue >= 3.3.0 https://www.npmjs.com/package/vue-temp-var Example ```vue <script setup lang="ts"> import TempVar from 'vue-temp-var' function getRandomNumber() { return Math.random() } </script> <template> <div v-for...
2023-08-31T01:43:54
2023-08-31T01:43:54
{}
NONE
vuejs
core
1,700,471,836
9,086
sxzz
Why do you think it's a JavaScript project? TypeScript files can be saved as well.
2023-08-31T06:59:18
2023-08-31T06:59:18
{}
MEMBER
vuejs
core
1,700,545,402
9,086
Alfred-Skyblue
I have modified `tsconfig.json` to save to root directory.
2023-08-31T07:55:59
2023-08-31T07:55:59
{}
MEMBER
vuejs
core
1,700,589,758
8,303
jd-solanki
Try this: https://github.com/esbuild-kit/tsx/issues/113#issuecomment-1524164984
2023-08-31T08:26:34
2023-08-31T08:26:34
{}
NONE
vuejs
core
1,700,556,469
9,068
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | ------------------- | ------------------- | | runtime-dom.global.prod.js | 85.9 kB (**+49 B**) | 32.7 kB (**+15 B**) | 29.5 kB (**+30 B**) | ...
2023-08-31T08:03:29
2023-08-31T08:41:38
{}
NONE
vuejs
core
1,700,633,652
9,035
edison1105
@codeflorist I feel this is not a bug, because we do not modify the data during hydration. /cc @LinusBorg what do you think?
2023-08-31T08:54:42
2023-08-31T08:54:42
{}
MEMBER
vuejs
core
1,700,701,238
9,055
sxzz
/ecosystem-ci run
2023-08-31T09:36:54
2023-08-31T09:36:54
{ "+1": 1 }
MEMBER
vuejs
core
1,047,503,466
5,468
posva
Duplicate of https://github.com/vuejs/rfcs/issues/556
2022-02-22T07:33:54
2023-09-01T09:28:57
{}
MEMBER
vuejs
core
1,746,022,537
9,329
Jinjiang
Unable to reproduce from my side. Always 2 spaces for all the files.
2023-10-04T02:13:00
2023-10-04T02:13:00
{}
MEMBER
vuejs
core
1,747,588,964
9,314
bergmorten
I thought the reason for not unwrapping inside map or array was a performance decision and therefor though this was an error, If this is expected behaviour then the typing is wrong (and possible documentition). The type hint says that you need foo.value (which returns undefined when executed).
2023-10-04T20:26:08
2023-10-04T20:26:08
{}
NONE
vuejs
core
1,748,516,466
9,339
strasbi
Yes, you are right, v-memo fix this problem. I updated the example and its better.
2023-10-05T09:53:39
2023-10-05T09:53:39
{}
NONE
vuejs
core
1,750,310,768
7,114
lloydtao
hey! any update on getting this change rolled out? 😅 it's still a pain to deal with this bug, and the fix looks good to go 😸
2023-10-06T09:51:02
2023-10-06T09:51:02
{ "+1": 1 }
NONE
vuejs
core
1,750,646,673
7,278
pikax
Upgraded to latest vue and is working https://stackblitz.com/edit/vitejs-vite-8vpg3y?file=src%2Fcomposables%2FuseFilter.ts <img width="587" alt="image" src="https://github.com/vuejs/core/assets/4620458/470f3723-ab97-474b-9643-d5b10b564b1c"> Going to close this ticket, if this still persistent is worth to create...
2023-10-06T13:03:58
2023-10-06T13:03:58
{}
MEMBER
vuejs
core
1,752,879,424
8,943
sathish099
same issue has been warn in console. ![image](https://github.com/vuejs/core/assets/109304430/c15e70bd-9d5e-4028-89bd-e23a7115f0d7)
2023-10-09T12:02:30
2023-10-09T12:02:30
{}
NONE
vuejs
core
1,741,759,162
9,317
sxzz
This could be related to language tools. Can you @johnsoncodehk @so1ve transfer the issue to the language tools repo?
2023-09-30T12:49:18
2023-09-30T12:49:18
{}
MEMBER
vuejs
core
1,742,295,853
8,412
VigilioYonatan
any solution?
2023-10-02T01:43:30
2023-10-02T01:43:30
{}
NONE
vuejs
core
1,743,267,866
5,700
AlexandreBonaventure
> I think we had an issue about that before and the consensus was that v-if on slot templates isn't allowed, and the "workaround" shown here is the intended way to use conditional slots Sorry to ping @LinusBorg, but I feel like a lot of vue users are using this pattern extensively. If I follow you correctly, you a...
2023-10-02T15:47:36
2023-10-02T15:47:36
{}
CONTRIBUTOR
vuejs
core
1,744,326,174
9,328
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-10-03T07:02:16
2023-10-03T07:02:16
{}
NONE
vuejs
core
1,744,837,189
8,038
vercel[bot]
[vc]: #QDDaPooFbXO/6AVZTXzPJuG6Y8zJ5I0bAfXZgzSDoPc=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJzZmMtcGxheWdyb3VuZCIsInJvb3REaXJlY3RvcnkiOiJwYWNrYWdlcy9zZmMtcGxheWdyb3VuZCIsImluc3BlY3RvclVybCI6Imh0dHBzOi8vdmVyY2VsLmNvbS92dWVqcy9zZmMtcGxheWdyb3VuZC82cWk2TXhrZmRjS2hhaTNzdG1DanFWd0pjdkMxIiwi...
2023-10-03T12:10:27
2023-10-03T12:10:31
{}
NONE
vuejs
core
1,750,647,066
7,289
pikax
No longer valid
2023-10-06T13:04:14
2023-10-06T13:04:14
{}
MEMBER
vuejs
core
1,751,911,463
9,354
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-10-08T03:53:59
2023-10-08T03:53:59
{}
NONE
vuejs
core
1,754,141,092
8,943
edison1105
@SATHISH099 please provide a minimal runnable reproduction.
2023-10-10T00:58:04
2023-10-10T00:58:04
{}
MEMBER
vuejs
core
1,741,706,068
7,999
sadeghbarati
Hope to see support in Vue core Meanwhile, you can use the `Slot` or `Primitive` component from `radix-vue` https://www.radix-vue.com/utilities/primitive.html https://www.radix-vue.com/utilities/slot > [!IMPORTANT] > Slot, Primitive(asChild) should have **one** child ```vue // FormRow.vue <script setu...
2023-09-30T07:40:32
2023-09-30T07:55:26
{ "+1": 3 }
NONE
vuejs
core
1,743,882,404
9,286
vercel[bot]
[vc]: #cDTAmGfaI5y3amu8eOSzgaoQRtTHe9tfYlodHbXUbqU=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJzZmMtcGxheWdyb3VuZCIsInJvb3REaXJlY3RvcnkiOiJwYWNrYWdlcy9zZmMtcGxheWdyb3VuZCIsImluc3BlY3RvclVybCI6Imh0dHBzOi8vdmVyY2VsLmNvbS92dWVqcy9zZmMtcGxheWdyb3VuZC9EV2V3NUxwRDNVTTg0SGVSa2dNaTFWRnZUVlZ0Iiwi...
2023-10-02T22:53:58
2023-10-02T22:53:58
{}
NONE
vuejs
core
1,747,506,169
9,314
OBe95
Hello @bergmorten I checked the code and I believe this is the expected behaviour: 1. when you access `map2.get('count')` the check is done on `map2` which is a `Map` so it's marked as `TargetType.COLLECTION` thus its content won't be unwrapped (here is an **object** `{foo: ref(0)}`) 2. then when you access `.foo...
2023-10-04T19:26:43
2023-10-04T19:26:43
{}
NONE
vuejs
core
1,748,481,295
9,345
netlify[bot]
### <span aria-hidden="true">❌</span> Deploy Preview for *vue-sfc-playground* failed. | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | e1cc28fd30bc5faf5f50ede032de329101e505c4 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vue...
2023-10-05T09:31:23
2023-10-05T09:31:23
{}
NONE
vuejs
core
1,751,645,010
8,576
zernonia
I've created [useForwardProps](https://www.radix-vue.com/utilities/use-forward-props.html) as another workaround for this issue as it is quite crucial for radix-vue. I've also pointed out some pain point and challenges here https://github.com/vuejs/vue/issues/4792#issuecomment-1751643093
2023-10-07T08:07:01
2023-10-07T08:07:01
{ "+1": 6 }
NONE
vuejs
core
1,752,986,558
9,346
nWacky
That explains 137kb leaking when mounting/unmounting a component My primary question, however, is mostly about memory not being freed when using `@click` When manually adding onclick handler in `onMounted` and removing in `onBeforeUnmount`, 137kb is never freed. ([code example in previous comment](https://githu...
2023-10-09T13:11:12
2023-10-09T13:11:12
{}
NONE
vuejs
core
1,700,689,376
8,752
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-08-31T09:29:29
2023-10-10T12:14:44
{}
NONE
vuejs
core
1,755,476,934
9,369
baiwusanyu-c
Duplicate with #9033
2023-10-10T13:53:55
2023-10-10T13:53:55
{}
MEMBER
vuejs
core
1,740,234,343
5,912
johnsoncodehk
@skirtles-code fixed by [`0f99a01` (#5912)](https://github.com/vuejs/core/pull/5912/commits/0f99a017756c5eeec4cd5b337a304dd4e532fcb7), thanks! Since the deps array cache does not ensure correct ordering, deps are now always recollected when tracking effects. cc @yyx990803
2023-09-29T02:37:58
2023-09-29T08:17:07
{}
MEMBER
vuejs
core
1,741,991,313
9,319
so1ve
Similar to #9277. See also vuejs/language-tools#3204. Changing the usage of `props` to `$props` in volar virtual files may resolve this problem
2023-10-01T07:36:14
2023-10-01T07:46:50
{ "eyes": 1 }
MEMBER
vuejs
core
1,746,432,705
9,336
vercel[bot]
[vc]: #TL/aCiVqo18bM9389eONhczXPaRLGnEiqnWD/x7Nvmo=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJzZmMtcGxheWdyb3VuZCIsInJvb3REaXJlY3RvcnkiOiJwYWNrYWdlcy9zZmMtcGxheWdyb3VuZCIsImluc3BlY3RvclVybCI6Imh0dHBzOi8vdmVyY2VsLmNvbS92dWVqcy9zZmMtcGxheWdyb3VuZC9FQ29qbVJDTXljcllHSkppR21wb2dKdkRaV2pzIiwi...
2023-10-04T08:55:18
2023-10-04T08:55:18
{}
NONE
vuejs
core
1,751,954,815
9,345
sxzz
We had renovate bot for upgrading deps. #9237
2023-10-08T08:02:20
2023-10-08T08:02:20
{}
MEMBER
vuejs
core
1,752,090,045
9,347
WhyNotHugo
Thanks for your reply, this is very helpful. I hadn't really picked up on the implications of that mention in the docs (I'm sure I've read that whole page a few times now trying to figure this one out). Adding additional tags to load additional `css` files is a rather complicated in my current setup. Is it possible ...
2023-10-08T15:45:07
2023-10-08T15:45:07
{}
NONE
vuejs
core
1,737,247,547
8,320
skirtles-code
Are you able to provide a reproduction of the problem this PR is solving? The original issue was closed because it didn't include a minimal reproduction. It seems likely that this fix is just hiding some other issue, but it's difficult to tell without a reproduction. If this is the correct fix then I think it wou...
2023-09-27T11:55:25
2023-10-08T17:43:37
{}
CONTRIBUTOR
vuejs
core
1,746,023,544
9,333
halivert
Hey @kallavi, it looks like your link is not a *minimal reproduction*, could you provide one?
2023-10-04T02:14:29
2023-10-04T02:14:29
{ "+1": 2 }
NONE
vuejs
core
1,752,057,138
9,347
haoqunjiang
> If any code is split into separate files, those must be loaded by the entry point file. That's the case for HTML entries. Vite expects HTML files as entry points by default, and the script and style files would be included in the compiled HTML file. See the example configuration at https://vitejs.dev/guide/build.h...
2023-10-08T15:22:12
2023-10-08T15:24:36
{}
MEMBER
vuejs
core
1,753,169,952
9,346
nWacky
I checked it again, it seems to be caused by `loading="lazy"` on `<img />` I guess this is a duplicate of #5363 then Thank you 🙂
2023-10-09T14:56:22
2023-10-09T14:57:16
{}
NONE
vuejs
core
1,755,556,274
9,369
RodrigoProjects
@baiwusanyu-c can't really see the duplication here, the topics seem to be different. Do you mind giving some more elaboration?
2023-10-10T14:33:51
2023-10-10T14:33:51
{}
CONTRIBUTOR
vuejs
core
1,742,277,939
9,322
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-10-02T01:11:26
2023-10-02T01:11:26
{}
NONE
vuejs
core
1,746,432,095
9,335
davidmatter
Added PR https://github.com/vuejs/core/pull/9336 - my first one, be kind :)
2023-10-04T08:54:57
2023-10-04T08:54:57
{ "heart": 3 }
CONTRIBUTOR
vuejs
core
1,740,496,055
9,308
edison1105
similar to #9200
2023-09-29T08:18:44
2023-09-29T08:18:44
{}
MEMBER
vuejs
core
1,741,314,786
9,316
skirtles-code
I think improving support for `async` functions is a good idea. There's already an existing PR that attempts something similar: #5789. I'm less sure about adding support for parentheses. Do you think there's a real use case for this? The only thing I could think of was for IIFEs, but that doesn't seem relevant here....
2023-09-29T18:22:38
2023-09-29T18:22:38
{}
CONTRIBUTOR
vuejs
core
1,742,278,079
9,323
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-10-02T01:11:45
2023-10-02T01:11:45
{}
NONE
vuejs
core
1,742,491,229
8,743
dten
Great I'll try it out
2023-10-02T06:58:43
2023-10-02T06:58:43
{}
NONE
vuejs
core
1,742,704,455
8,743
dten
It works perfectly, thank you
2023-10-02T09:40:28
2023-10-02T09:40:28
{ "+1": 1 }
NONE
vuejs
core
1,498,681,830
5,912
vercel[bot]
[vc]: #xtn7E41Arae2SaLjihbA+cH+2vktnl7GAFwB34Z91FA=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJzZmMtcGxheWdyb3VuZCIsInJvb3REaXJlY3RvcnkiOiJwYWNrYWdlcy9zZmMtcGxheWdyb3VuZCIsImluc3BlY3RvclVybCI6Imh0dHBzOi8vdmVyY2VsLmNvbS92dWVqcy9zZmMtcGxheWdyb3VuZC9DeHpRQW5OSjZmR1ZOV1FGUDFBZ29CNHl4enl6Iiwi...
2023-04-06T08:27:27
2023-10-04T16:30:41
{}
NONE
vuejs
core
1,748,357,426
8,900
FreshRob
I concur with this statement. Recently we got hydration mismatches in production, and it took modifying the runtime-core to allow the dev logs for hydration In our case it due to using toLocaleString and this would cause mismatching between the server and the client. Would an acceptable solution in the short...
2023-10-05T08:21:59
2023-10-05T08:21:59
{}
NONE
vuejs
core
1,748,481,753
9,345
netlify[bot]
### <span aria-hidden="true">❌</span> Deploy Preview for *vue-next-template-explorer* failed. | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | e1cc28fd30bc5faf5f50ede032de329101e505c4 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/s...
2023-10-05T09:31:39
2023-10-05T09:31:39
{}
NONE
vuejs
core
1,752,953,586
9,348
amirhossein-fzl
I read all your comments and I think `<ClientOnly />` is the answer in Nuxt. Although this is related to Next, I changed my project to vue and vite...
2023-10-09T12:51:02
2023-10-09T12:51:02
{}
NONE
vuejs
core
1,753,047,281
9,346
edison1105
> My primary question, however, is mostly about memory not being freed when using @click Please read https://github.com/vuejs/core/issues/5363 first I removed `loading="lazy"` and set `hoistStatic: false`. No more detached DOM nodes in memory.
2023-10-09T13:46:13
2023-10-10T00:54:20
{ "+1": 1 }
MEMBER
vuejs
core
1,741,707,849
8,727
sadeghbarati
https://github.com/vuejs/core/issues/7999#issuecomment-1741706068
2023-09-30T07:51:55
2023-09-30T07:51:55
{}
NONE
vuejs
core
1,742,343,684
9,325
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-10-02T03:07:48
2023-10-02T03:07:48
{}
NONE
vuejs
core
1,744,949,713
9,260
vercel[bot]
[vc]: #kdyytCLLdvHNQumBw3jGWN/lkiHZM2Vpxj4DEb/7ij8=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJzZmMtcGxheWdyb3VuZCIsInJvb3REaXJlY3RvcnkiOiJwYWNrYWdlcy9zZmMtcGxheWdyb3VuZCIsImluc3BlY3RvclVybCI6Imh0dHBzOi8vdmVyY2VsLmNvbS92dWVqcy9zZmMtcGxheWdyb3VuZC84OGdtQmh5dDJ0cUVwbjJQNVlzcjR1TWJRQmpnIiwi...
2023-10-03T13:10:40
2023-10-03T17:13:12
{}
NONE
vuejs
core
1,746,144,316
9,334
Justineo
Please follow the issue template, otherwise we'll close the issue directly. Thank you.
2023-10-04T05:07:06
2023-10-04T05:07:06
{}
MEMBER
vuejs
core
1,752,047,554
9,346
nWacky
Adding `template: { compilerOptions: { hoistStatic: false } }` to `vite.config.ts` helped a bit Previously, ~960kb was allocated per mount/unmount cycle. <details> <summary> Memory usage screenshot without hoist static </summary> &emsp; <img width="835" src="https://github.com/vuejs/core/assets/3...
2023-10-08T14:56:05
2023-10-08T15:02:18
{}
NONE
vuejs
core
1,752,154,449
9,348
LinusBorg
The root of your issue is that HTML inserted via `v-html` is not part of the diff-check during hydration (nor is is diffed during rendering). So when the server renders a different icon than the client (which happens here as the server has no knowledge of the user's previously chosen dark/light mode preference), tha...
2023-10-08T20:28:55
2023-10-08T20:28:55
{ "+1": 1 }
MEMBER
vuejs
core
1,752,657,995
8,870
schelmo
seems like the same unocss bug like here: https://github.com/unocss/unocss/issues/3206
2023-10-09T09:40:10
2023-10-09T09:40:10
{ "+1": 2 }
NONE
vuejs
core
1,755,351,459
8,346
edison1105
should be `v-bind('`rgba(${color} / 0.5)`')` see https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/rgb
2023-10-10T12:47:34
2023-10-10T12:47:34
{ "+1": 1 }
MEMBER
vuejs
core
1,741,751,006
9,316
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------ | ------------------- | ------------------ | | runtime-dom.global.prod.js | 85.9 kB | 32.6 kB | 29.5 kB | | vue....
2023-09-30T12:03:53
2023-09-30T12:03:53
{}
NONE
vuejs
core
1,742,118,594
1,791
AdnanCukur
Anyone has a solution for this ?
2023-10-01T15:40:22
2023-10-01T15:40:22
{ "+1": 4 }
NONE
vuejs
core
1,747,843,932
9,339
skirtles-code
I believe this is working as expected. The `isHovered` property of each item is accessed during component rendering. This will add those properties as dependencies of the rendering process. When any dependency of rendering changes, it will trigger a re-render. The re-render will create a new tree of VNodes. Those...
2023-10-05T00:31:11
2023-10-05T00:33:49
{}
CONTRIBUTOR
vuejs
core
1,741,950,426
9,318
skirtles-code
I believe the `computed` is recomputing as expected. The problem is that you're modifying the items in `products` inside `computedProductsWithPrices`. That would be considered a side effect and should be avoided. When the price is deleted from the map it *is* re-running `computedProductsWithPrices`, but the old valu...
2023-10-01T04:11:51
2023-10-01T04:11:51
{ "+1": 2 }
CONTRIBUTOR
vuejs
core
1,743,086,715
9,318
Manueljlin
Ohhh oof, you're 100% right. I thought in my brain that the JS Map was already copying the object for some reason, but it makes sense that it doesn't and just iterates through the references. Thanks for taking the time to reply <3
2023-10-02T14:08:18
2023-10-02T14:08:18
{}
NONE
vuejs
core
1,741,934,521
5,912
johnsoncodehk
In [`34f0d26` (#5912)](https://github.com/vuejs/core/pull/5912/commits/34f0d26f8b70cd9d0ff18e1f33c199431f8277a5) we replaced TrackedMarkers with a new method to ensure correct deps ordering and comprehensively improved performance. cc @basvanmeurs <img width="872" alt="image" src="https://github.com/vuejs/core/as...
2023-10-01T02:51:13
2023-10-02T18:13:41
{}
MEMBER
vuejs
core
1,747,357,313
9,333
skirtles-code
Hi @kallavi, this issues list is for reporting bugs in Vue Core. Based on your description, it seems like you have a problem with your code, not a bug in Vue itself. If you need help debugging your code then you can ask in [GitHub Discussions](https://github.com/vuejs/core/discussions). If you think the problem is s...
2023-10-04T17:38:24
2023-10-04T17:38:24
{}
CONTRIBUTOR
vuejs
core
1,748,713,300
9,314
OBe95
I created a PR to update the typing to infer the type of the collection value (Map, Set..) and tries to recursively unwrap it, I believe that the documentation can be more clear around this detail
2023-10-05T11:38:17
2023-10-05T11:38:17
{}
NONE
vuejs
core
1,751,083,426
4,013
adamdehaven
@LinusBorg are [these](https://github.com/vuejs/core/blob/b8fc18c0b23be9a77b05dc41ed452a87a0becf82/packages/runtime-core/src/errorHandling.ts#L27C14-L27C30) `ErrorTypeStrings` exported for use in a consuming package? Example: I'm setting up a `onErrorCaptured` hook and while the `info` string has value while running...
2023-10-06T16:37:50
2023-10-06T16:37:50
{}
NONE
vuejs
core
1,741,771,641
9,245
sxzz
Relate issue https://github.com/vuejs/core/issues/9277
2023-09-30T13:53:21
2023-09-30T13:53:21
{}
MEMBER