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
951,734,701
4,845
Bigfish8
Maybe it is not a bug? [persisted](https://v3.vuejs.org/api/built-in-components.html#transition) is designed for this condition. You should set `persisted` to `true`.
2021-10-26T09:05:28
2021-10-26T09:06:38
{ "+1": 1 }
CONTRIBUTOR
vuejs
core
951,829,543
4,856
posva
Duplicate of https://github.com/vuejs/vue-next/issues/4829
2021-10-26T11:11:20
2021-10-26T11:11:20
{}
MEMBER
vuejs
core
952,364,088
4,860
criticalsoft
https://medium.com/front-end-weekly/react-and-vue-without-npm-and-build-2158ceef7082#046d
2021-10-26T22:07:07
2021-10-26T22:07:07
{}
NONE
vuejs
core
949,582,334
4,837
defaude
Alrighty! I wasn't sure if it's okay to just send a PR (without an "appropriate" issue). Thanks!
2021-10-22T12:24:32
2021-10-22T12:24:32
{}
CONTRIBUTOR
vuejs
core
950,330,370
4,843
LinusBorg
I'd say this is to be expected as dependencies can only be collected synchronously.
2021-10-24T13:59:59
2021-10-24T13:59:59
{}
MEMBER
vuejs
core
951,374,433
4,853
LifeIsStrange
The evidence is that attribute selectors are a slow path and that Vue scoped styles generate a lot of them and this is avoidable. [Source](https://nolanlawson.com/2021/08/15/does-shadow-dom-improve-style-performance/)
2021-10-25T22:14:52
2021-10-25T22:14:52
{}
NONE
vuejs
core
952,843,838
4,864
LinusBorg
I understand what you want *in general terms*. What *I* don't know yet is what yo want to do *exactly*. You have two choices: 1. Follow Issue requirements and try and help us help you as good as you can so we come to a solution faster. 2. Write "simple" demands and hope for the best. Right now, I can't even...
2021-10-27T11:51:40
2021-10-27T11:51:40
{}
MEMBER
vuejs
core
950,331,078
4,843
KokoTa
@LinusBorg So i need use "computed" or "watch" to solve it ?
2021-10-24T14:04:33
2021-10-24T14:04:33
{}
NONE
vuejs
core
950,810,529
4,851
posva
For the next time: please don't open issues without a reproduction.
2021-10-25T11:11:38
2021-10-25T11:11:38
{ "+1": 1 }
MEMBER
vuejs
core
952,144,286
4,845
07akioni
> persisted I can't understand what it behaves by reading the docs. I just want it have the same behavior on hooks like `v-if`.
2021-10-26T17:13:56
2021-10-26T17:13:56
{}
CONTRIBUTOR
vuejs
core
952,310,328
4,792
matt-filion
What's holding up this merge request getting approved?
2021-10-26T20:43:44
2021-10-26T20:43:44
{}
NONE
vuejs
core
952,801,800
4,864
criticalsoft
Don't Tell Me Using Vue Browser Extension. I Want To Use Visual Studio Code To Debug.
2021-10-27T11:01:37
2021-10-27T11:01:37
{}
NONE
vuejs
core
952,846,672
4,864
criticalsoft
The Problem Is Very Simple And I Said It Clear Enough. Even Too Much. I Think You Guys Don't Want To Solve This Problem. You Just Want To Close The Issue With Some Excuse. (Like My Issue Format Is Not Good, I Didn't Submit Repro, Or SomeThing Else .... There Will Always Excuse. Even If After I Submit A Repro.)
2021-10-27T11:55:11
2021-10-27T13:11:52
{}
NONE
vuejs
core
953,449,775
4,868
ygj6
The problem does not reproduce. After replacing App.vue with Errors.vue, everything is fine. Or maybe I missed something?:joy:
2021-10-28T02:29:32
2021-10-28T02:29:32
{}
MEMBER
vuejs
core
948,687,450
2,457
onemantooo
Had same problem `VM256:815 ReferenceError: Can't find variable: mutableInstrumentations` Tried to fix with chainWebpack: ``` chainWebpack: (config) => { config.optimization.minimizer("terser").tap((args) => { const { terserOptions } = args[0]; terserOptions.safari10 = true; ...
2021-10-21T14:41:25
2021-10-21T14:42:46
{}
NONE
vuejs
core
949,053,339
4,832
defaude
Thanks to @atomjar for encouraging me to _finally_ stop procrastinating and start contributing instead 🦄
2021-10-21T22:37:09
2021-10-21T22:37:09
{ "+1": 1 }
CONTRIBUTOR
vuejs
core
949,569,806
4,837
posva
No need to create issues for this.
2021-10-22T12:07:57
2021-10-22T12:07:57
{}
MEMBER
vuejs
core
950,333,951
4,843
KokoTa
@LinusBorg Thank you😄
2021-10-24T14:22:46
2021-10-24T14:22:46
{}
NONE
vuejs
core
950,356,129
4,844
LinusBorg
I'm closing this because what you demonstrated here is normal behavior, not a bug. I understand that you may have doubts how to deal with this situation for your usecase. Please ask the community for help on chat.vuejs.org
2021-10-24T16:43:57
2021-10-24T16:43:57
{}
MEMBER
vuejs
core
952,142,043
4,397
MichaelGitArt
The problem still exists... ``` // HighFiveOverlay.vue defineExpose({ onPlay, }) ``` ``` const highFiveOverlayRef = ref<InstanceType<typeof HighFiveOverlay> | null>(null) if (highFiveOverlayRef.value) { highFiveOverlayRef.value.onPlay() } ``` `Property 'onPlay' does not exist on type '{ ...
2021-10-26T17:11:07
2021-10-26T17:13:05
{ "+1": 6, "heart": 2 }
NONE
vuejs
core
949,050,865
4,832
defaude
As an example how this could (should?) look, here's me hitting F1 in intelliJ while the cursor is on the `computed` method call: <img width="830" alt="quick-doc-lookup" src="https://user-images.githubusercontent.com/57310/138365805-a87cd114-83bb-4e65-90b3-3116ea2bb4f4.png">
2021-10-21T22:31:29
2021-10-21T22:45:50
{}
CONTRIBUTOR
vuejs
core
949,529,584
4,836
defaude
I found that there's **no** documentation for [`proxyRefs`](https://github.com/vuejs/vue-next/blob/5eb72630a53a8dd82c2b8a9705c21a8075161a3d/packages/reactivity/src/ref.ts#L146) - neither inline nor on the docs page. This function is (only) used in [vue-core's component.ts](https://github.com/vuejs/vue-next/blob/5eb7263...
2021-10-22T11:13:28
2021-10-22T11:13:28
{}
CONTRIBUTOR
vuejs
core
951,932,410
4,858
LinusBorg
~~this is expected. the old array is the same as the new array - you mutated the same array, you did not create a new array. So the old and new value are the same (array).~~
2021-10-26T13:20:35
2021-10-26T13:22:51
{}
MEMBER
vuejs
core
952,285,493
4,860
criticalsoft
I Want Do JSX Live Coding With Hot Reload. (I Don't Want Build Or SetUp WebPack Build Environment Or Compile TypeScript).
2021-10-26T20:09:59
2021-10-26T20:16:33
{}
NONE
vuejs
core
952,353,494
4,792
LinusBorg
Time
2021-10-26T21:48:07
2021-10-26T21:48:07
{ "laugh": 1 }
MEMBER
vuejs
core
952,811,051
4,864
LinusBorg
> Create launch.json File. Please specify. better yet, post a link to a repository we can run.
2021-10-27T11:12:10
2021-10-27T11:12:30
{}
MEMBER
vuejs
core
947,653,122
4,825
posva
Open the issue in the @ckpack/vue-color or report a boiled down issue like asked in the issue helper.
2021-10-20T13:12:33
2021-10-20T13:12:33
{}
MEMBER
vuejs
core
947,973,428
2,143
davidpmccormick
The [slot-based-syntax example in the router docs](https://next.router.vuejs.org/api/#router-view-s-v-slot) referenced by @yyx990803 above shows a `#default` and a `#fallback` template, but like @yaquawa, I don't see anything rendered in the `#fallback` under conditions where I would expect to. __Edit:__ found that ...
2021-10-20T19:31:03
2021-10-20T20:22:19
{ "+1": 1 }
NONE
vuejs
core
949,537,574
4,836
defaude
Also: **Maybe** we could think about having all API-describing documentation in the actual source code and vue-docs somehow pulls those chapters from there? That way, we wouldn't need to maintain the same doc twice.
2021-10-22T11:22:49
2021-10-22T11:22:49
{}
CONTRIBUTOR
vuejs
core
949,538,019
4,836
defaude
Allow me to summon @yyx990803 to ask for his opinion on this :)
2021-10-22T11:23:03
2021-10-22T11:23:03
{}
CONTRIBUTOR
vuejs
core
950,330,553
4,844
LinusBorg
This behaviour is correct. You pass a non-reactive object, and unwrapping only happens for reactive objects.
2021-10-24T14:01:13
2021-10-24T14:01:13
{}
MEMBER
vuejs
core
951,653,174
4,853
posva
That is about styles shadow dom vs regular dom, it's not about "Vue suboptimal styling performance". Note there is much more that has an impact on performance and that using Shadow Dom comes with other costs. BTW, it's also important to check on the compatibility of features like [contain](https://caniuse.com/?search=...
2021-10-26T07:49:11
2021-10-26T07:49:11
{}
MEMBER
vuejs
core
952,845,422
4,864
LinusBorg
https://new-issue.vuejs.org/?repo=vuejs/vue#why-repro
2021-10-27T11:53:37
2021-10-27T11:53:37
{}
MEMBER
vuejs
core
948,209,207
4,785
cyfung1031
one usage can be for plugin (inside `app.use(...)` ) to generate the element outside `#app` perhaps it should be `app.inflate(...)` instead of `createElement` or `createTextNode` to utilize the vue template https://github.com/vuejs/vue-next/issues/4774
2021-10-21T02:57:06
2021-10-21T02:57:06
{}
NONE
vuejs
core
948,337,102
838
Eyran
> @Eyran 在vscode中装上volar插件 其实能够实现子组件的方法和属性的类型推导 ok,我试试。感谢!
2021-10-21T07:32:46
2021-10-21T07:32:46
{}
NONE
vuejs
core
950,761,579
4,849
Justineo
The restriction is by design as [HTML attribute names cannot include `"`, `'` and `<`](https://html.spec.whatwg.org/multipage/syntax.html#attributes-2). We don't want to introduce more caveats between usage of SFC and in-DOM templates. You can use a computed prop as a workaround.
2021-10-25T10:15:15
2021-10-25T10:15:15
{ "+1": 1 }
MEMBER
vuejs
core
951,946,881
4,858
LinusBorg
Ok, Identified the issue. Injected ref can't be properly observed in Options API's `watch:` feature - with `deep: true` it it treated as a deeply watched object, ending up as the same ref for `new` and `old` value. - without `deep: true`, watch won't fire as the instance property doesn't change - it's still the sam...
2021-10-26T13:36:05
2021-10-26T13:36:28
{}
MEMBER
vuejs
core
952,836,388
4,864
criticalsoft
As A Vue User, I Just Simply Want The BreakPoint To Work After "yarn serve" So That I Can Start My Work Immediately (WithOut Wasting Time On IDE Debugger Configuration).
2021-10-27T11:42:24
2021-10-27T12:17:28
{}
NONE
vuejs
core
952,948,392
4,865
caozhong1996
This is not an error, just don't do it😂
2021-10-27T13:47:07
2021-10-27T13:47:07
{ "+1": 1 }
CONTRIBUTOR
vuejs
core
943,299,544
4,662
pawel-marciniak
Anyone know if it will be merged? It blocks me from using Vue 3 :/ @raffobaffo What about third party nested components (e.g. imported from some package)? Will your solution also work for them?
2021-10-14T12:15:20
2021-10-14T12:15:20
{ "+1": 3 }
NONE
vuejs
core
943,334,266
4,797
riderx
@LinusBorg it's not really kind to close issue straight away, like that. I see in your playground it work, cool. But not in my project and not in codesandbox, event if i add a package who said you don't need to include it anymore .... Make a codesandbox work and then you can close it .
2021-10-14T13:02:33
2021-10-14T13:02:33
{}
NONE
vuejs
core
944,058,022
4,784
LinusBorg
Yes I found the same. We could consider saving and re-setting any pre-existing transform. but that would possibly mean that the transform is jumping into action, not transitioning. So right now I'd rather think we should document this and recommend to keep transitions in classes, not `style` on transitioned element...
2021-10-15T07:16:09
2021-10-15T07:43:46
{}
MEMBER
vuejs
core
944,903,749
4,810
paraboul
You can add an additional script tag with the following : ```html <script> export default { inheritAttrs: false } </script> ```
2021-10-16T11:50:57
2021-10-16T11:50:57
{ "+1": 5 }
CONTRIBUTOR
vuejs
core
946,405,944
4,817
tcstory
there is a screenshot ![image](https://user-images.githubusercontent.com/5856466/137855556-883f42a4-f9fb-4e77-be8e-ceb0b2866eea.png)
2021-10-19T06:29:42
2021-10-19T06:29:42
{}
NONE
vuejs
core
942,838,354
4,294
phasetri
I have found a workaround in my case (#4758) that allows you to provide typing to your props (or its nested members) with an interface, even if the interface is imported from another file. The workaround is to rename your interface to something else. ```vue import { Post as PostRenamed } from '@/models/forum/PostDe...
2021-10-14T00:58:07
2021-10-14T00:59:17
{ "+1": 11, "-1": 36, "heart": 1 }
NONE
vuejs
core
944,085,646
4,800
LinusBorg
The error seems related to a directive (custom or built-in, like v-show, v-model ...). it fails here, according to the stack trace: https://github.com/vuejs/vue-next/blob/2937530beff5c6bb57286c2556307859e37aa809/packages/runtime-core/src/directives.ts#L132
2021-10-15T08:04:40
2021-10-15T08:04:40
{}
MEMBER
vuejs
core
943,121,891
4,793
leehave
> I can't reproduce this with a fresh Vite project, and you didn't provide an actual reproduction of the issue. Closing. I'm sorry, you can fresh in https://codesandbox.io/s/typescript-vue3-error-dihwv, and my local project screenshots <img width="910" alt="WX20211014-160938@2x" src="https://user-images.githubuserc...
2021-10-14T08:14:56
2021-10-14T08:32:42
{}
NONE
vuejs
core
943,138,203
4,793
edison1105
@LinusBorg `InjectionKey` is not exported. see docs https://v3.vuejs.org/api/composition-api.html#provide-inject and [sfc](https://sfc.vuejs.org/#eyJBcHAudnVlIjoiPHNjcmlwdCBzZXR1cD5cbmltcG9ydCB7IHJlZiAsIEluamVjdGlvbktleSwgcHJvdmlkZSwgaW5qZWN0IH0gZnJvbSAndnVlJ1xuXG5jb25zdCBtc2cgPSByZWYoJ0hlbGxvIFdvcmxkIScpXG48L3Njcmlw...
2021-10-14T08:35:15
2021-10-14T08:35:15
{}
MEMBER
vuejs
core
944,064,512
4,784
zhaozhongyu
> Yes I found the same. We could consider saving and re-setting any pre-existing transform. but that would possibly mean that the transform is jumping into action, not transitioning. > > So right now I'd rather think we should document this and recommend to keep transitions in classes, not `style` on transitioned el...
2021-10-15T07:27:57
2021-10-15T07:43:54
{}
NONE
vuejs
core
944,350,382
4,805
LinusBorg
On first look, without running it, I'd say you forgot to exclude Vue from the federated bundle / declaring Vue as shared dependebcy in the federation, ending up with two copies of Vue in your final app. It will end up being about something of that nature.
2021-10-15T14:32:44
2021-10-15T14:49:01
{}
MEMBER
vuejs
core
944,482,291
4,789
LinusBorg
I'll reopen this as I am as of now not sure wether my fix in #4792 will fix this issue - it does fix #4716 however.
2021-10-15T17:44:20
2021-10-15T17:44:20
{ "+1": 1 }
MEMBER
vuejs
core
944,908,133
4,810
Azema4ka
> Вы можете добавить дополнительный тег скрипта со следующим: > > ``` > < скрипт > > экспорт по умолчанию { > inheritAttrs : false > } > </ script > > ``` Don't you think it probably looks unwieldy?
2021-10-16T12:27:46
2021-10-16T12:27:46
{}
NONE
vuejs
core
944,929,698
4,662
raffobaffo
@pawel-marciniak Yes, it is. @LinusBorg Great to hear. Atm to overcome this problem, we are using an own extended version of the defineCustomElement that provides that hack I inserted in the pr.
2021-10-16T15:10:05
2021-10-16T15:10:05
{}
NONE
vuejs
core
945,767,915
4,679
edison1105
@ropez as a workaround use v-show instead. see https://codesandbox.io/s/immutable-wildflower-2ceft?file=/public/index.html
2021-10-18T13:27:59
2021-10-18T13:27:59
{}
MEMBER
vuejs
core
946,462,465
4,358
ygj6
@wsrfde Could you please provide a minimal reproduction project.
2021-10-19T08:03:33
2021-10-19T08:03:33
{}
MEMBER
vuejs
core
947,413,557
838
Eyran
那可以使用什么方式替代呢?
2021-10-20T07:47:06
2021-10-20T07:47:06
{}
NONE
vuejs
core
943,145,688
4,793
LinusBorg
Yes it is. ![image](https://user-images.githubusercontent.com/1444526/137283133-13c5577e-a089-4ee2-adad-27534a5b9883.png) https://github.com/vuejs/vue-next/blob/master/packages/runtime-core/src/apiInject.ts#L6
2021-10-14T08:44:52
2021-10-14T08:44:52
{}
MEMBER
vuejs
core
943,161,810
4,793
edison1105
> Yes it is. > > ![image](https://user-images.githubusercontent.com/1444526/137283133-13c5577e-a089-4ee2-adad-27534a5b9883.png) > > [https://github.com/vuejs/vue-next/blob/master/packages/runtime-core/src/apiInject.ts#L6](https://github.com/vuejs/vue-next/blob/master/packages/runtime-core/src/apiInject.ts?rgh-lin...
2021-10-14T09:05:25
2021-10-14T09:05:25
{}
MEMBER
vuejs
core
943,388,626
4,797
LinusBorg
It works in a fresh Vue CLI (just tried myself) and a fresh Vite project (as per your own comment). I won't try and debug that codeandbox to get it working again.
2021-10-14T14:02:39
2021-10-14T14:02:39
{}
MEMBER
vuejs
core
944,056,409
4,800
LinusBorg
In the codepen, I can't reproduce the error. I clicked on the red "show" as well as the button on the bottom. Am I missing something or are you aware of this? In the original error message, the error happens in `<FontAwesomeIcon>`, it it might be required to reproduce the issue.
2021-10-15T07:13:22
2021-10-15T07:13:22
{}
MEMBER
vuejs
core
944,886,863
4,805
LinusBorg
I see, that wasn't really clear to me. The underlying issue is likely the same though. In the console you see these warnings: > [Vue warn]: resolveComponent can only be used in render() or setup(). > [Vue warn]: withDirectives can only be used inside render functions. These indicate that the imported Vue 3 co...
2021-10-16T09:24:09
2021-10-16T09:24:09
{}
MEMBER
vuejs
core
944,901,881
4,810
cyfung1031
It can be also changed like this ``` <template inheritsAttr="false"> <div>Hello World</div> </template> ```
2021-10-16T11:35:05
2021-10-16T11:35:12
{ "+1": 4 }
NONE
vuejs
core
944,944,065
4,810
posva
Use the chat or the forum for questions, thanks
2021-10-16T16:14:14
2021-10-16T16:14:14
{}
MEMBER
vuejs
core
946,448,613
4,816
posva
Hi, thanks for your interest but Github issues are for bug reports and feature requests only. You can ask questions on the [forum](http://forum.vuejs.org/), the [Discord server](https://vue-land.js.org/) or [StackOverflow](http://stackoverflow.com/tags/vue.js).
2021-10-19T07:43:18
2021-10-19T07:43:18
{}
MEMBER
vuejs
core
947,481,204
838
edwardnyc
> 那可以使用什么方式替代呢? 你可以先学习一下如何使用emit,再来问尤大... https://vueuse.org/core/useVModel/
2021-10-20T09:16:49
2021-10-20T09:16:49
{}
NONE
vuejs
core
942,322,946
4,716
LinusBorg
I'll send a PR in a few hours
2021-10-13T13:44:02
2021-10-13T13:44:02
{ "+1": 4 }
MEMBER
vuejs
core
943,175,283
4,793
jacekkarczmarczyk
@edison1105 because it should be `import type { InjectionKey } from 'vue'`?
2021-10-14T09:21:27
2021-10-14T09:21:27
{ "+1": 1 }
CONTRIBUTOR
vuejs
core
944,032,871
4,799
lifeilu
> @lifeilu see https://v3.vuejs.org/guide/migration/async-components.html#introduction Hi, thanks a lot for your reply. I have tried the defineAsyncComponent function of vue3, and the results are the same. ``` const ComponentA= defineAsyncComponent( () => import('ProjName/componentA') ); const app...
2021-10-15T06:20:05
2021-10-15T06:20:52
{}
NONE
vuejs
core
944,957,494
4,813
cyfung1031
You may take a look in #4778 I think at this moment you can use [`pinia`](https://pinia.esm.dev/) for such purpose.
2021-10-16T17:11:41
2021-10-16T17:11:41
{ "+1": 1 }
NONE
vuejs
core
946,468,936
4,358
viceroyliu
[my-code.zip](https://github.com/vuejs/vue-next/files/7371444/my-code.zip) @ygj6 仅仅能提供这些,package.json和我当前的代码
2021-10-19T08:12:12
2021-10-19T08:12:12
{}
NONE
vuejs
core
942,375,329
3,933
danielSt-dev
@AurelieV thanks for your workaround! It works great! The only thing I had to do is wrapping the assignment in a new function: `` performance.now = () => { return this.windowRef.performance.now(); }; `` Otherwise the performance.now will not be overridden.
2021-10-13T14:40:18
2021-10-13T14:40:39
{}
NONE
vuejs
core
944,249,022
4,801
vue-bot
Hello, thank you for taking time filling this issue! However, we kindly ask you to use our [Issue Helper](https://new-issue.vuejs.org/?repo=vuejs/vue-next) when creating new issues, in order to ensure every issue provides the necessary information for us to investigate. This explains why your issue has been automatic...
2021-10-15T12:14:52
2021-10-15T12:14:52
{}
CONTRIBUTOR
vuejs
core
944,368,085
4,803
posva
I tested your code outside of the SFC and there is no warning at all. Are you sure you were not using `defineEmits()`?
2021-10-15T14:56:35
2021-10-15T14:56:35
{}
MEMBER
vuejs
core
945,428,730
4,805
lifeilu
> I see, that wasn't really clear to me. > > The underlying issue is likely the same though. In the console you see these warnings: > > > [Vue warn]: resolveComponent can only be used in render() or setup(). > > [Vue warn]: withDirectives can only be used inside render functions. > > These indicate that the i...
2021-10-18T07:09:32
2021-10-18T07:22:27
{}
NONE
vuejs
core
947,531,450
4,823
sadeghbarati
This question came to my mind when the `slotted module` was not mentioned in the vue documentation so if I cant implement this I will add style module with `parent component` style module I want to know more about whether this method can be used or not **YES** - **No** answer can be helpful for me and others t...
2021-10-20T10:21:57
2021-10-20T10:21:57
{}
NONE
vuejs
core
943,020,763
4,794
LinusBorg
1. You change the content of `key` 2. that makes the computed update 3. The computed returns a *new* component 4. That *new* component is mounted after the old one has been unmounted. This is expected behaviour.
2021-10-14T06:33:55
2021-10-14T06:33:55
{}
MEMBER
vuejs
core
943,368,779
4,662
LinusBorg
We will solve this, it might take a few more days or weeks though.
2021-10-14T13:40:00
2021-10-14T13:40:00
{ "+1": 1, "laugh": 3 }
MEMBER
vuejs
core
943,458,660
4,799
posva
Hi, thanks for your interest but Github issues are for bug reports and feature requests only. You can ask questions on the [forum](http://forum.vuejs.org/), the [Discord server](https://vue-land.js.org/) or [StackOverflow](http://stackoverflow.com/tags/vue.js). Closing because there is no repro.
2021-10-14T15:16:59
2021-10-14T15:16:59
{}
MEMBER
vuejs
core
944,000,872
4,799
edison1105
@lifeilu see https://v3.vuejs.org/guide/migration/async-components.html#introduction
2021-10-15T04:50:15
2021-10-15T04:50:15
{}
MEMBER
vuejs
core
944,277,732
4,802
edison1105
Your understanding of `delay` seems incorrect. see https://v3.vuejs.org/api/global-api.html#defineasynccomponent edit your code as below, you will see the `loadingComponent` ```diff const about = Vue.defineAsyncComponent({ - delay: 10000, + delay: 1000, loader: () => { return new Promise(resolve => { ...
2021-10-15T13:00:19
2021-10-15T13:00:19
{ "+1": 1 }
MEMBER
vuejs
core
944,615,830
4,804
benkroeger
unit test added
2021-10-15T19:42:17
2021-10-15T19:42:17
{ "+1": 1 }
NONE
vuejs
core
947,424,152
4,820
posva
Next time you should read and follow https://new-issue.vuejs.org/?repo=vuejs/vue-next#why-repro when reporting a bug. Maybe it's about the `readonly` properties but this should be asked in the forum or the chat. Open a new issue with a boiled down reproduction if you manage to reproduce it.
2021-10-20T08:02:11
2021-10-20T08:02:11
{}
MEMBER
vuejs
core
944,072,607
4,800
joleal
OK, let me prepare a cut-down version of my project where we can see the issue
2021-10-15T07:42:37
2021-10-15T07:42:37
{}
NONE
vuejs
core
944,073,098
4,784
LinusBorg
Oh right I confused these two issues. Seeing you have an idea how to solve #4759, we'll look at that. I'll hide the misleading comments here.
2021-10-15T07:43:36
2021-10-15T07:44:01
{}
MEMBER
vuejs
core
944,209,054
4,800
posva
Your reproduction is not minimal, please read and follow https://new-issue.vuejs.org/?repo=vuejs/vue-next#why-repro when reporting a bug. Most bugs should be reproducible with the [SFC Playground](https://sfc.vuejs.org). Open a new issue once you have that boiled down repro. Remember to use the [forum](http://forum.v...
2021-10-15T11:02:33
2021-10-15T11:02:33
{}
MEMBER
vuejs
core
944,845,512
4,805
lifeilu
> I just ran the Vue 3 example wih `npm start` and this is what I see: <img alt="Bildschirmfoto 2021-10-15 um 19 18 40" width="1161" src="https://user-images.githubusercontent.com/1444526/137527579-8e86aaed-e583-4d10-aa68-c1a137e03f44.png"> > > Looks like everything is working? > > For the record though, like wit...
2021-10-16T03:05:36
2021-10-16T03:05:36
{}
NONE
vuejs
core
947,461,857
838
Eyran
那可以使用什么方式替代呢?
2021-10-20T08:52:18
2021-10-20T08:52:18
{}
NONE
vuejs
core
943,453,896
4,797
riderx
Thanks for the help, it work on my side now.
2021-10-14T15:11:46
2021-10-14T15:11:46
{}
NONE
vuejs
core
943,869,864
4,793
leehave
The node version I use v12.18.1 & v14.15.2, I thought isn't a reson for node service. I find the node_modules @runtime-core, the following screenshots ![142531634258207_ pic](https://user-images.githubusercontent.com/16717693/137414556-ed2ebec2-dbea-47a0-b6b0-bdc8196fbcfb.jpg)
2021-10-15T00:44:42
2021-10-15T00:44:42
{}
NONE
vuejs
core
944,130,390
4,793
ygj6
I haven't reproduced your problem. Maybe the dependency has been destroyed. Try to delete node_modules and download the dependency again.
2021-10-15T09:08:00
2021-10-15T09:08:00
{}
MEMBER
vuejs
core
946,430,063
4,358
viceroyliu
我当前又遇到了这个bug,提示我 Invalid vnode type when creating vnode: undefined. ,并且ThreeAddInvoice组件无法展示。 ![image](https://user-images.githubusercontent.com/50875031/137860951-fca6307e-38d0-4da7-aa2a-83a7dda165ff.png) ![image](https://user-images.githubusercontent.com/50875031/137860929-8e65239a-a0e9-4a5b-a815-4eec1e84ec12....
2021-10-19T07:14:27
2021-10-19T07:14:27
{}
NONE
vuejs
core
947,648,639
4,824
posva
Hi, thanks for your interest but Github issues are for bug reports and feature requests only. You can ask questions on the [forum](http://forum.vuejs.org/), the [Discord server](https://vue-land.js.org/) or [StackOverflow](http://stackoverflow.com/tags/vue.js). BTW this is solved with volar (https://github.com/johns...
2021-10-20T13:07:33
2021-10-20T13:07:33
{}
MEMBER
vuejs
core
943,104,573
4,796
posva
use a `watch` so changes are put together. --- Please, next time consider using the [forum](http://forum.vuejs.org/), the [Discord server](https://vue-land.js.org/) or [StackOverflow](http://stackoverflow.com/tags/vue.js) for questions first. But feel free to come back and open an issue if it turns out to be a bu...
2021-10-14T07:52:19
2021-10-14T07:52:19
{}
MEMBER
vuejs
core
943,317,595
4,797
riderx
@LinusBorg i removed `@vue/compiler-sfc` in codesandbox, as it's said there : https://www.npmjs.com/package/@vue/compiler-sfc ``` Note: as of 3.2.13+, this package is included as a dependency of the main vue package and can be accessed as vue/compiler-sfc. This means you no longer need to explicitly install this pack...
2021-10-14T12:40:23
2021-10-14T13:09:19
{}
NONE
vuejs
core
943,378,084
4,797
riderx
@LinusBorg i did removed the `3.0.0-0` and it's still doesn't in code sandbox.
2021-10-14T13:50:50
2021-10-14T13:50:50
{}
NONE
vuejs
core
944,036,218
4,799
edison1105
> The child components not rendered. Is it a bug? Hope to get your advice. I think this is not a vue-core bug. maybe relate to module-federation.
2021-10-15T06:28:41
2021-10-15T06:28:41
{}
MEMBER
vuejs
core
946,451,537
1,033
lauragift21
> I started getting these errors after installing storybook 3.6.10. My project's stack is vite + vue3 (typescript), while storybook is using webpack and is based on react, so I'm making a wild guess that by adding storybook, these errors started surfacing because of react dependencies. > > _Type '{ class: string; }'...
2021-10-19T07:47:43
2021-10-19T07:47:43
{ "+1": 7 }
NONE
vuejs
core
946,491,795
4,358
ygj6
Sorry, I could not reproduce the problem, if you can provide a [sfc playground](https://sfc.vuejs.org) project, maybe we can solve the problem more quickly.
2021-10-19T08:41:08
2021-10-19T08:41:08
{}
MEMBER
vuejs
core
946,523,191
4,358
viceroyliu
@ygj6 https://github.com/wsrfde/bug-code.git 具体查看README,记得及时下载,明天该项目我会删除
2021-10-19T09:19:15
2021-10-19T09:19:15
{}
NONE
vuejs
core
947,428,295
4,822
posva
Thank you but see https://github.com/vuejs/vue-next/issues/4821#issuecomment-947425752
2021-10-20T08:07:39
2021-10-20T08:07:39
{}
MEMBER