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,313,496,713 | 6,709 | yyx990803 | Thanks for the PR - since the repo now requires `pnpm`, it would be more consistent to use `pnpm` for this. | 2022-11-14T11:04:26 | 2022-11-14T11:04:26 | {} | MEMBER |
vuejs | core | 1,313,527,917 | 6,477 | holazz | > This is intentional because using the flag will lead to the following codegen:
>
> ```js
> const vnode = {
> ["__v_skip"]: true
> }
> ```
>
> This code path is extremely perf sensitive, so we want to avoid any chance of de-opt. Whether this can be optimized away into a non-dynamic key depends on the user'... | 2022-11-14T11:21:39 | 2022-11-14T11:21:39 | {} | NONE |
vuejs | core | 1,313,842,915 | 7,095 | john-eos | @baiwusanyu-c I've created a quick reproduction that uses a insanely simple component (`<div><slot /></div>`) pre-built with vite to rule out any issues with `vant`:
https://stackblitz.com/edit/github-iqylbs-cayzpv?file=src/CompiledComponent.js
Same error, only in SSR. | 2022-11-14T14:32:13 | 2022-11-14T14:32:13 | {} | NONE |
vuejs | core | 1,311,321,424 | 5,794 | yyx990803 | Thanks a lot for the PR. However, since #5687 is expected behavior, part of this PR isn't really necessary.
I adapted the part that applies to #5793 in 89f37ceb, hope you don't mind. In the future, please make sure to submit separate PRs when fixing different issues. Again thanks for the PR. | 2022-11-11T07:22:28 | 2022-11-11T07:22:28 | {} | MEMBER |
vuejs | core | 1,311,345,221 | 5,328 | yyx990803 | Note: this fix mainly allows users to do `<my-el :object-prop="{ some: 'object' }" />` inside a Vue app when consuming Vue-defined custom elements. It also helps when used in other frameworks that detect prop setting via property presence check (e.g. Preact). It does not fix such a case for 3rd party web components th... | 2022-11-11T07:44:58 | 2022-11-11T07:45:58 | {} | MEMBER |
vuejs | core | 1,313,000,721 | 7,121 | shengxinjing | > > Are you sure this is reproducible with the latest version of Vue? The reproduction is working fine for me.
>
> I can reproduce it. It must be to change DemoA with DemoA displayed, then wait for hmr to finish before switching to DemoB.
I can reproduce it too. and transition mode must be out-in | 2022-11-14T03:09:59 | 2022-11-14T03:09:59 | {} | CONTRIBUTOR |
vuejs | core | 1,311,805,848 | 7,103 | cexbrayat | Ha! I was coming to the same proxy idea on my side: combining with your code, I have something that works with v3.2.45 and v3.2.44
Thanks for your help @LinusBorg 👍
https://github.com/vuejs/test-utils/pull/1858 | 2022-11-11T15:11:58 | 2022-11-11T15:11:58 | {} | MEMBER |
vuejs | core | 1,312,373,139 | 7,114 | netlify[bot] | ### <span aria-hidden="true">❌</span> Deploy Preview for *vuejs-coverage* failed.
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 73dd0d110811daf2aaf8c017243fc4681abadab5 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https:/... | 2022-11-12T05:30:55 | 2022-11-12T05:30:55 | {} | NONE |
vuejs | core | 1,312,502,918 | 7,115 | godxiaoji | I think your remote `lib.es.js` imports another `vue` from [unpkg.com](https://unpkg.com/vue@3/dist/vue.esm-browser.js), which results in conflict. | 2022-11-12T15:12:45 | 2022-11-12T15:12:45 | {} | CONTRIBUTOR |
vuejs | core | 1,313,510,492 | 6,477 | yyx990803 | This is intentional because using the flag will lead to the following codegen:
```js
const vnode = {
["__v_skip"]: true
}
```
This code path is extremely perf sensitive, so we want to avoid any chance of de-opt. Whether this can be optimized away into a non-dynamic key depends on the user's minifier and the... | 2022-11-14T11:09:50 | 2022-11-14T11:09:50 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,315,874,713 | 4,294 | m-demydiuk | Where is roadmap? When v3.3 is planed to release? | 2022-11-15T21:17:14 | 2022-11-15T21:17:14 | {
"eyes": 18
} | NONE |
vuejs | core | 1,253,166,783 | 4,294 | jsahkjfhasjhfas | 2022.09.21 这个问题依然存在🙈 | 2022-09-21T03:43:47 | 2022-11-16T00:50:26 | {
"-1": 2,
"eyes": 1
} | NONE |
vuejs | core | 1,311,292,105 | 5,280 | yyx990803 | see https://github.com/vuejs/core/pull/5281#issuecomment-1311292011 | 2022-11-11T06:43:48 | 2022-11-11T06:43:48 | {} | MEMBER |
vuejs | core | 1,311,469,167 | 4,476 | LinusBorg | > But it doesn't mention that it is also not possible to provide a value from a custom element down into a sub component of the custom element which is also a regular vue component but it lives in the same project as the parent custom element.
*That* seems to work fine: [Playground](https://sfc.vuejs.org/#eNqNUk1Pwz... | 2022-11-11T09:47:17 | 2022-11-11T09:47:17 | {} | MEMBER |
vuejs | core | 1,311,747,471 | 7,098 | LinusBorg | This has been fixed in 3.2.45, but maybe not in the way you want it to. See:
https://github.com/vuejs/core/issues/6248
https://github.com/vuejs/core/commit/f73925d76a76ee259749b8b48cb68895f539a00f | 2022-11-11T14:14:29 | 2022-11-11T14:14:29 | {} | MEMBER |
vuejs | core | 1,312,285,533 | 7,110 | yyx990803 | The lib itself does not insert the generated CSS. You need to explicitly import the CSS. | 2022-11-12T00:31:09 | 2022-11-12T00:31:09 | {} | MEMBER |
vuejs | core | 1,312,730,377 | 6,390 | jaytonic | I'm encountering a similar issue.
With this repo: https://github.com/jaytonic/helloworld
1) Just run npm install and npm run serve
2) open the main page
3) edit something, like the "Email" to something else.
You can see the console recompiling, but the content stay the same. If I refresh the page, it works again... | 2022-11-13T13:26:26 | 2022-11-13T13:26:26 | {} | NONE |
vuejs | core | 1,312,779,323 | 6,949 | mmis1000 | > Related to #6095?
Seems to be exactly the path that cause error.
Although the prompt way of fix this issue seems questionable to me. (I don't have enough knowledge about suspense to say it is right or wrong with confident)
Is it actually actually okay to ignore a partially loaded component when update the tr... | 2022-11-13T17:14:45 | 2022-11-13T17:18:17 | {} | CONTRIBUTOR |
vuejs | core | 1,313,211,120 | 7,129 | peakDragonCheung | 
| 2022-11-14T07:29:54 | 2022-11-14T07:29:54 | {} | NONE |
vuejs | core | 1,311,292,011 | 5,281 | yyx990803 | I decided this change is not necessary. `$attrs` by definition is concerned with only **attributes**. Only declared props will have corresponding property getter/setters - `$attrs` should only update as a result of `setAttribute`. | 2022-11-11T06:43:39 | 2022-11-11T06:43:39 | {} | MEMBER |
vuejs | core | 1,311,367,543 | 7,096 | yyx990803 | fixed via 89f37ceb | 2022-11-11T08:10:52 | 2022-11-11T08:10:52 | {} | MEMBER |
vuejs | core | 1,311,640,369 | 7,102 | sxzz | 不知你说的「别的网站」指的是哪个网站。每个网站都有它自身的设计与考虑。目前是设计如此,而不是一个不符合预期的 bug。
可以到 vue 3 docs 仓库的 [discussions](https://github.com/vuejs/docs/discussions) 发新帖讨论 (in English please) | 2022-11-11T12:27:58 | 2022-11-11T12:27:58 | {} | MEMBER |
vuejs | core | 1,312,195,383 | 7,102 | cscsb | > 不管怎样,这都不是 [vuejs/core](https://github.com/vuejs/core/) 的 bug。如果对文档站点设计有疑问,请在 [vuejs/docs](https://github.com/vuejs/docs/) 项目发起讨论。
当然是vuejs/core 的 bug,大部分网站都能自动适应分辨率,这就是前端程序的问题 | 2022-11-11T21:12:17 | 2022-11-11T21:32:15 | {} | NONE |
vuejs | core | 1,313,001,315 | 7,121 | zhangzhonghe | It seems to be caused by here:
https://github.com/vuejs/core/blob/64e6d9221d353598b5f61c158c978d80e3b4628c/packages/runtime-core/src/components/BaseTransition.ts#L207
When hmr is done, the oldInnerChild here is expired. | 2022-11-14T03:10:11 | 2022-11-14T03:10:11 | {} | MEMBER |
vuejs | core | 1,313,520,072 | 6,120 | yyx990803 | This is unnecessary. | 2022-11-14T11:15:46 | 2022-11-14T11:15:46 | {} | MEMBER |
vuejs | core | 1,313,523,352 | 6,092 | yyx990803 | v-bind has always worked this way. The attribute is only removed if the value is `null` or `undefined`. | 2022-11-14T11:18:11 | 2022-11-14T11:18:11 | {} | MEMBER |
vuejs | core | 1,022,122,423 | 4,294 | andreataglia | any update on this? it's quite a burden. Thanks! | 2022-01-26T11:44:18 | 2022-11-16T00:51:38 | {} | NONE |
vuejs | core | 1,311,201,338 | 5,378 | yyx990803 | > Could we get around this by emitting the event both in camel- and kebap-case?
> That could also break something, but I'd consider that to be the most extreme of edge cases.
I think this is safer than always hyphenating. Technically, I don't think custom elements should expect case conversions for emitted events. ... | 2022-11-11T04:00:32 | 2022-11-11T04:00:32 | {} | MEMBER |
vuejs | core | 1,312,634,515 | 7,115 | amrsq | > Version-independent, two `vue` were imported, one local and one remote, and this error was thrown by the second remote `vue`.
fixed | 2022-11-13T04:09:14 | 2022-11-13T04:09:14 | {
"-1": 1
} | NONE |
vuejs | core | 1,312,773,986 | 6,949 | ml1nk | Related to #6095? | 2022-11-13T16:49:54 | 2022-11-13T16:49:54 | {} | NONE |
vuejs | core | 1,313,052,824 | 6,944 | yyx990803 | Thanks a lot for the PR and the discovery of the edge cases. However the implementation here is missing the root cause of the problem, leading it to be unnecessarily complicated.
**The missing semicolon issue only arises when the CallExpression is the first thing on a newline.** This means
1. The case does not ex... | 2022-11-14T03:40:43 | 2022-11-14T03:43:51 | {
"+1": 2
} | MEMBER |
vuejs | core | 1,313,188,862 | 7,129 | peakDragonCheung | > minimal reproduction: https://sfc.vuejs.org/#__DEV__eNp9j81OwzAQhF9l5UtAamKJn0vUVkG8AydfQrwphvhH9jqAorw76xahUiQulvab2RnvIh5CaOaMohXbNEQTCBJSDnvljA0+EiwQcYQVxugtVGytlBu8SwSjwUnDruhXVXWt3FaeIniZB0Ibpp6wTLQ1LmQC+gy4U4Lwg5SAubZe48TgGMWky0HzSsu8n576KRf3S+/0Iz8HVELuAUrRT7jYiNNHa9uH5jV5x6csyrHtW0hKtHAkhfEBZeZUopBaKbMLb4dm8F... | 2022-11-14T07:06:49 | 2022-11-14T07:06:49 | {} | NONE |
vuejs | core | 1,313,362,981 | 2,818 | netlify[bot] | ### <span aria-hidden="true">❌</span> Deploy Preview for *vuejs-coverage* failed.
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 97437d73221d178d7a5d8604f463d2b992a50468 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https:/... | 2022-11-14T09:25:44 | 2022-11-14T09:25:44 | {} | NONE |
vuejs | core | 1,313,379,688 | 5,952 | Aljodomo | Great! | 2022-11-14T09:39:50 | 2022-11-14T09:39:50 | {} | NONE |
vuejs | core | 1,313,402,135 | 4,476 | dfreier | > _That_ seems to work fine: [Playground](https://sfc.vuejs.org/#eNqNUk1PwzAM/Sumlw5pa7RrVSahCQn+AFx6Ka07OuVLSTqEqv53nCYbFAZbL42d52c/vwzJvdbZocckTwpbm047sOh6vSllJ7QyDgYw2C6hwbaTuO2tU+KBo0DpYITWKAEp1acn/FYJHfMZ84Gnp+taSeugRrg7x7XwyFtCfU/aLCAXqfhY1QRIl0TgUROXsDsio+kW6SNyruBFGd7cpAQoWBBDMihwKDSvHFIEUHhtQF9lQSojKg6eWklqmE8... | 2022-11-14T09:58:43 | 2022-11-14T09:58:43 | {} | NONE |
vuejs | core | 1,313,950,773 | 7,130 | zhangzhonghe | Would you like to try the latest version of vue? | 2022-11-14T15:38:55 | 2022-11-14T15:38:55 | {} | MEMBER |
vuejs | core | 1,314,311,801 | 7,030 | Redrica | I have the same problem with route.query watcher - it fires when I leave "current" page and route queries on both pages are {}.
"vue": "3.2.45",
"vue-router": "4.1.6" | 2022-11-14T20:09:04 | 2022-11-14T20:09:26 | {} | NONE |
vuejs | core | 1,315,150,584 | 7,138 | zhangzhonghe | Seems like a duplicate of #6978 | 2022-11-15T11:05:17 | 2022-11-15T11:05:17 | {
"+1": 2
} | MEMBER |
vuejs | core | 1,143,085,736 | 6,038 | lidlanca | https://github.com/HcySunYang/rfcs/blob/keepalive-cache-management-and-match-rules/active-rfcs/0000-keepalive-cache-management-and-match-rules.md
[#4339 ](https://github.com/vuejs/core/pull/4339) | 2022-06-01T03:48:57 | 2022-06-01T03:48:57 | {
"+1": 4
} | CONTRIBUTOR |
vuejs | core | 1,145,331,826 | 6,042 | lidlanca | actually this is possible in a different variation using a getter
```js
const MyComponents = {
get selected(){
return ref.value
}
}
```
```html
<MyComponent.selected></MyComponent.selected>
``` | 2022-06-02T20:54:05 | 2022-06-02T20:54:05 | {} | CONTRIBUTOR |
vuejs | core | 1,146,600,819 | 1,679 | nabrown | > Hi @gregg-cbs! I using Vue 3.2.32 standalone and works fine with:
>
> ```
> <script src="https://unpkg.com/vue@3.2.32/dist/vue.global.prod.js"></script>
> <script>
> const app = Vue.createApp({
> name: "upload",
> data: () => ({
> stock: {},
> }),
> })
> // set delimiters here
> app... | 2022-06-04T12:33:54 | 2022-06-04T12:33:54 | {} | NONE |
vuejs | core | 1,146,672,707 | 6,057 | LinusBorg | Please add a reproduction as per the issue requirements | 2022-06-04T19:23:31 | 2022-06-04T19:23:31 | {} | MEMBER |
vuejs | core | 1,146,769,292 | 4,344 | huntJs | I also met the same issue, the parent Application(vue3+vite2.0) share some common component to child Application, but if the common component exist slot , the child Application will throw an exception( vue3+ webpack5),
<img width="474" alt="image" src="https://user-images.githubusercontent.com/22649700/172043383-a200... | 2022-06-05T09:06:23 | 2022-06-05T09:14:28 | {
"+1": 2
} | NONE |
vuejs | core | 1,146,869,789 | 6,058 | donatas-luciunas | @LinusBorg with all due respect I guess that your teammates of higher seniority (for example @yyx990803) would understand the problem well.
Vue is amazing, thank you for contributing to it. | 2022-06-05T19:27:06 | 2022-06-05T19:27:06 | {
"-1": 8
} | NONE |
vuejs | core | 1,147,223,427 | 6,008 | meteorlxy | The compiled result still looks weird. The only difference is the first `<code>1</code>` tag
### Link 1

https://sfc.vuejs.org/#__SSR__eyJBcHAudnVlIjoiPHRlbXBsYXRlPlxuICA8ZGl2PlxuICAgIDxjb2RlPjE8L2NvZGU... | 2022-06-06T09:01:02 | 2022-06-06T09:04:33 | {} | MEMBER |
vuejs | core | 1,147,580,265 | 5,242 | mythshuazi | @Xing-He I use Element-plus get the same warn tips. How did you solve the problem?Can you provide your code reference? Thanks a lot~ | 2022-06-06T15:28:37 | 2022-06-06T15:29:53 | {} | NONE |
vuejs | core | 1,140,394,010 | 6,025 | LinusBorg | I'm a bit confused as to why this would be a fix, or rather, what the root cause is.
* the `_n` flag is set in `withCtx()`.
* so any rawSlot that has this flag set, must already have been wrapped in `withCtx`
* If it was wrapped in `withCtx`, then ` normalizeSlotValue(rawSlot(...args))` would be called on the slo... | 2022-05-29T07:25:50 | 2022-05-29T07:35:59 | {} | MEMBER |
vuejs | core | 1,141,029,863 | 6,029 | sqal | https://github.com/vuejs/core/issues/5965 | 2022-05-30T11:16:44 | 2022-05-30T11:16:44 | {} | CONTRIBUTOR |
vuejs | core | 1,145,121,804 | 6,052 | 07akioni | in ts 4.6 it works
<img width="661" alt="image" src="https://user-images.githubusercontent.com/18677354/171689309-7b3ab77c-eeb7-4043-a885-5deb181519d5.png">
| 2022-06-02T17:31:28 | 2022-06-02T17:31:28 | {} | CONTRIBUTOR |
vuejs | core | 1,146,743,478 | 6,052 | zhmushan | We should report this issue to TS
minimal reproduction: https://www.typescriptlang.org/play?ts=4.7.2#code/C4TwDgpgBACgTgezAZygXigbwLACgpQDaAHgFxTLBwCWAdgOZQBkUABgrQCSaU0MC+rALrkAYgFdaAY2DUOUAD5RJAEwgAzOhBUBuPAQ4ANMZJlzae3Pzx4pHSlDCIU5ADIIEyCACUIAR3FqOG0AHngkZAA+dCx9KCNyAAoASnRozGsrG1wnCIA6IxTs0Egod08ff0DglRCAFWiMHHw... | 2022-06-05T05:13:54 | 2022-06-05T05:13:54 | {} | CONTRIBUTOR |
vuejs | core | 1,148,230,635 | 5,767 | esfox | Using PrimeVue 3's `DataTable` component, I experience this issue as well. (Was linked here from [this](https://github.com/primefaces/primevue/issues/2470)).
One workaround I did was to add `:key="Date.now()"` in the component that wasn't refreshing. | 2022-06-07T06:01:47 | 2022-06-07T06:01:47 | {} | NONE |
vuejs | core | 1,143,599,283 | 6,034 | homersimpsons | I did not knew about the `isReady` method. I did not try with this, instead I went to use a [`beforeEnter` navigation guard](https://router.vuejs.org/guide/advanced/navigation-guards.html#per-route-guard) with an empty component:
```js
const routes = [
{
path: '/login/:token',
name: 'login-token',
... | 2022-06-01T13:15:58 | 2022-06-01T13:15:58 | {} | NONE |
vuejs | core | 1,145,068,109 | 6,049 | liulinboyi | I feel this is not a bug, because `A component with async setup() must be nested in a <Suspense> in order to be rendered`

but the error is not handled😉.

var skipUnwrap = { itemRefs }
div(
v-for=" i in ls " :ref=" skipUnwrap.itemRefs "
)
``` | 2022-05-31T19:19:35 | 2022-05-31T19:19:35 | {} | NONE |
vuejs | core | 1,143,093,867 | 6,035 | lidlanca | ## option 1
```js
state.items = [...toRaw(state.items), item2];
```
## option 2
```js
state.items.map(toRaw).indexOf(item1)
```
## option 3
don't mix and match raw and reactive
[playground reactive only](https://sfc.vuejs.org/#eyJBcHAudnVlIjoiPHNjcmlwdCBzZXR1cD5cbmltcG9ydCB7IHJlYWN0aXZlIH0gZnJvbSAndn... | 2022-06-01T04:06:16 | 2022-06-01T04:06:16 | {} | CONTRIBUTOR |
vuejs | core | 1,143,467,498 | 6,041 | nooooooom | I think the check method as [Vue2](https://github.com/vuejs/vue/commit/a2f57e3c5269990f2ff82e3659f0809776d4b8f5) may be better. | 2022-06-01T11:11:50 | 2022-06-01T11:13:10 | {} | NONE |
vuejs | core | 1,143,992,416 | 6,047 | chiboreache | > remove spaces from `ref` attribute
not that easy on pug, though
all that online editors is a rubbish..
some of them doesn't support preprocessors, some `<script setup>`
but i'll try, wait a min | 2022-06-01T18:28:09 | 2022-06-01T18:28:09 | {} | NONE |
vuejs | core | 1,144,008,903 | 6,047 | chiboreache | and after i save and reload it - it just works `~_~`
my guess this is because of formatter and visual noise `;` | 2022-06-01T18:47:25 | 2022-06-01T18:47:25 | {} | NONE |
vuejs | core | 1,146,586,616 | 6,058 | sqal | Have you tried https://vueuse.org/core/computedasync? | 2022-06-04T10:45:57 | 2022-06-04T10:45:57 | {
"+1": 3
} | CONTRIBUTOR |
vuejs | core | 1,141,773,797 | 4,512 | AisonSu | Is it going to be merged ? | 2022-05-31T07:36:53 | 2022-05-31T07:36:53 | {
"eyes": 5
} | NONE |
vuejs | core | 1,144,467,984 | 5,916 | 50rayn | Also tested on [(Vue SFC Playground).](https://deploy-preview-5916--vue-sfc-playground.netlify.app/#eyJBcHAudnVlIjoiPHNjcmlwdCBzZXR1cD5cbmltcG9ydCB7IHJlZiB9IGZyb20gJ3Z1ZSdcbmltcG9ydCBGYWRlVHJhbnNpdGlvbnMgZnJvbSAnLi9GYWRlVHJhbnNpdGlvbnMudnVlJ1xuXG5sZXQgc2hvdyA9IHJlZih0cnVlKVxuPC9zY3JpcHQ+XG5cbjx0ZW1wbGF0ZT5cbiAgPGJ1dHRv... | 2022-06-02T05:59:03 | 2022-06-02T05:59:03 | {} | NONE |
vuejs | core | 1,144,647,718 | 5,184 | Countingstars | I have the same issue. I fixed it by changing variable name
before:
`const emits = defineEmits(['click'])`
after:
`const emit = defineEmits(['click'])` | 2022-06-02T09:27:41 | 2022-06-02T09:27:41 | {} | NONE |
vuejs | core | 1,146,576,999 | 6,058 | boussadjra | In such a situation, the *`watch`* could come in handy | 2022-06-04T09:27:56 | 2022-06-04T09:27:56 | {} | NONE |
vuejs | core | 1,146,740,055 | 5,701 | bbcvc | Try replacing . with : , It s work.
see: [palyground](https://sfc.vuejs.org/#eyJBcHAudnVlIjoiPHNjcmlwdCBzZXR1cD5cbmltcG9ydCB7IHJlZiwgZGVmaW5lQ3VzdG9tRWxlbWVudCB9IGZyb20gJ3Z1ZSdcbiAgaW1wb3J0IENvbXAgZnJvbSAnLi9Db21wLmNlLnZ1ZSdcbiAgY3VzdG9tRWxlbWVudHMuZ2V0KCdjb21wLXRlc3QnKSB8fCBjdXN0b21FbGVtZW50cy5kZWZpbmUoJ2NvbXAtdGVz... | 2022-06-05T04:35:51 | 2022-06-05T04:35:51 | {} | NONE |
vuejs | core | 1,147,329,129 | 6,008 | yyx990803 | static node stringify check has some rough heuristics - there must be a minimum number of consecutive static nodes for a piece of content to be stringified, so the behavior difference is expected. | 2022-06-06T11:07:28 | 2022-06-06T11:07:28 | {} | MEMBER |
vuejs | core | 1,149,404,724 | 6,069 | yyx990803 | This is expected behavior.
- Objects wrapped by `reactive()` automatically unwraps properties that are refs.
- When a class instance is wrapped by `reactive()`, `this` inside its methods will be the reactive proxy.
The general rule of thumb: if you want to make something reactive, do not mix usage of its raw ver... | 2022-06-08T03:08:28 | 2022-06-08T03:08:28 | {
"+1": 2
} | MEMBER |
vuejs | core | 1,140,363,232 | 6,024 | horizon0514 | I have no idea why the check failed... | 2022-05-29T02:23:40 | 2022-05-29T02:23:40 | {} | NONE |
vuejs | core | 1,141,445,103 | 2,603 | homersimpsons | This now seems fixed. In fact the warning appears correctly, the fallback won't appear as it is not at the right place. | 2022-05-30T19:55:31 | 2022-05-30T19:55:31 | {
"+1": 1
} | NONE |
vuejs | core | 1,141,637,192 | 6,019 | LastHeaven | @liulinboyi
我认为v-for初始化会导致占用内存变大应该也是个BUG
[样例1](https://sfc.vuejs.org/#eyJBcHAudnVlIjoiPHNjcmlwdCBzZXR1cD5cbmltcG9ydCBUZXN0Tm9kZSBmcm9tICcuL3Qtbm9kZS52dWUnXG5pbXBvcnQgeyByZWYgfSBmcm9tICd2dWUnXG5jb25zdCBsaXN0ID0gcmVmKFt7fSwge30sIHt9LCB7fV0pXG5cbnNldFRpbWVvdXQoKCkgPT4ge1xuICBsaXN0LnZhbHVlID0gW11cbn0sIDIwMDApXG48L3Njcml... | 2022-05-31T03:44:35 | 2022-05-31T03:44:35 | {} | NONE |
vuejs | core | 1,141,628,725 | 5,887 | koyadume | I am running into exact same issue while trying to use a remote micro app (based on vuejs) inside another vuejs app which is a full fledged vuejs application. Strange thing is that this setup is working fine with Vue CLI (but for a vuejs 2 application).
Another issue which I have observed is that it will skip main v... | 2022-05-31T03:22:19 | 2022-05-31T04:02:41 | {} | NONE |
vuejs | core | 1,146,866,651 | 5,694 | mahmoudsaeed | I can confirm this too. Furthermore, in @sapphi-red's example if you define the type of `a` the returned type is an intersection of the two types. See updated example [here](https://stackblitz.com/edit/vitejs-vite-urq8vj?file=src%2Fcomponents%2FFoo.ts).
I also think it is good to mention it somewhere in the docs tha... | 2022-06-05T19:04:31 | 2022-06-05T19:05:05 | {
"+1": 2
} | NONE |
vuejs | core | 1,146,867,928 | 6,058 | donatas-luciunas | @LinusBorg as I understand that's the point of having issues here in GitHub - discussing valuable changes (fundamental ones included). Please correct me if I'm wrong.
I provided few use cases in the very beginning:
- computation to rely on WebAPIs, for example IndexedDB
- implementation of event loop non-blockin... | 2022-06-05T19:13:14 | 2022-06-05T19:13:14 | {} | NONE |
vuejs | core | 1,147,049,837 | 5,965 | jbg | @sqal Are breaking changes like this to be expected in patch versions in general during Vue 3's development? We started a Vue 3 project a couple months ago, and have a `Button` component which worked fine until a patch version update broke it, which was unexpected for us. Does Vue follow semver or not?
(I know that ... | 2022-06-06T05:09:14 | 2022-06-06T05:12:20 | {} | NONE |
vuejs | core | 1,147,884,066 | 6,038 | lidlanca | its been open for more than a year, I don't know what blocks it.
| 2022-06-06T20:23:14 | 2022-06-06T20:23:14 | {} | CONTRIBUTOR |
vuejs | core | 1,148,097,687 | 6,025 | btea | > `withCtx` is explicitly marked as internal API and should never appear in manual render functions. Element Plus should refactor to avoid reliance on explicitly internal APIs.
Ok, I see. Thank you. | 2022-06-07T01:32:06 | 2022-06-07T01:32:06 | {} | CONTRIBUTOR |
vuejs | core | 1,140,396,911 | 6,025 | edison1105 | @LinusBorg
Consider if the user manually calls `withCtx` and returns a VNode instead of a VNode array.
This scenario will not call `normalizeSlotValue`.
https://github.com/element-plus/element-plus/blob/dev/packages/components/select-v2/src/select-dropdown.vue#L191-L210
```javascript
return h(
Op... | 2022-05-29T07:48:31 | 2022-05-29T07:49:56 | {} | MEMBER |
vuejs | core | 1,141,267,213 | 6,033 | netlify[bot] | ### <span aria-hidden="true">❌</span> Deploy Preview for *vuejs-coverage* failed.
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 7254c354570ccf17173b9bf5af62ca2ffae20ae3 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https:/... | 2022-05-30T15:13:53 | 2022-05-30T15:13:53 | {} | NONE |
vuejs | core | 1,143,614,591 | 6,041 | webfansplz | > I think the check method as [Vue2](https://github.com/vuejs/vue/commit/a2f57e3c5269990f2ff82e3659f0809776d4b8f5) may be better.
Updated,Thanks! | 2022-06-01T13:29:21 | 2022-06-01T13:29:21 | {} | MEMBER |
vuejs | core | 1,146,691,987 | 6,048 | LinusBorg | If you want to keep something from the template, move the logic into a function that you then call and only return what you want to expose. | 2022-06-04T22:01:09 | 2022-06-04T22:01:09 | {} | MEMBER |
vuejs | core | 1,147,147,018 | 5,584 | jackkitley | `app.js?id=a6222ed598160499e804f155d81a5a68:2 Uncaught ReferenceError: modelValue is not defined
at HTMLSelectElement.onUpdate:modelValue.n.<computed>.n.<computed> [as _assign] (app.js?id=a6222ed598160499e804f155d81a5a68:2:81720)
at HTMLSelectElement.<anonymous> (vendor.js?id=5ee158ef74247e1f887d62c380ab41c5:... | 2022-06-06T07:40:38 | 2022-06-06T07:40:56 | {
"+1": 2,
"-1": 1
} | NONE |
vuejs | core | 1,147,164,331 | 6,058 | lidlanca | > const getDependency = (key) => ...
>
> const a = computed(async () => {
> const c = await IndexedDB.get(id.value);
> return getDependency(c).value;
> });
this does not handle all possible use cases, but it address a way for the use case you presented.
```js
const getDependency = (key) => ...
// ... | 2022-06-06T08:02:56 | 2022-06-06T08:02:56 | {
"+1": 1
} | CONTRIBUTOR |
vuejs | core | 1,141,176,929 | 6,029 | Fuzzyma | @sqal if this is intended behavior, `<button>` should create recursion as well. So should a non-empty script tag. But both work | 2022-05-30T13:43:04 | 2022-05-30T13:43:04 | {} | NONE |
vuejs | core | 1,141,624,555 | 6,019 | LastHeaven | @liulinboyi
我找到复现的方式了,这个可能和我使用的第三方组件库有关系,已向他们提交相关[issue](https://github.com/element-plus/element-plus/issues/8005)
复现链接:[Element Plus Playground](https://element-plus.run/#eyJBcHAudnVlIjoiPHRlbXBsYXRlPlxuICA8ZGl2PlxuICAgIDx0ZW1wbGF0ZVxuICAgICAgICA6a2V5PVwiaXRlbVwiXG4gICAgICAgIHYtZm9yPVwiaXRlbSBpbiBsaXN0XCI+XG4gICAgI... | 2022-05-31T03:12:14 | 2022-05-31T03:12:14 | {} | NONE |
vuejs | core | 1,145,218,020 | 3,228 | chiboreache | > https://vuejs.org/api/sfc-script-setup.html#defineexpose
thanks! =) | 2022-06-02T19:09:35 | 2022-06-02T19:23:12 | {} | NONE |
vuejs | core | 1,146,870,595 | 6,058 | LinusBorg | Lol | 2022-06-05T19:33:08 | 2022-06-05T19:33:08 | {} | MEMBER |
vuejs | core | 1,147,332,653 | 6,061 | gliheng | Can comment node be used for this purpose?
| 2022-06-06T11:11:56 | 2022-06-06T11:11:56 | {} | NONE |
vuejs | core | 1,140,359,426 | 6,024 | netlify[bot] | ### <span aria-hidden="true">❌</span> Deploy Preview for *vuejs-coverage* failed.
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 7077096b9409c953f6241fbc7a4db0c3b38218d4 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https:/... | 2022-05-29T02:07:40 | 2022-05-29T02:07:40 | {} | NONE |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.