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
docs
671,186,409
386
bencodezen
@mhartington Looks like a great start! Thanks for getting this to us 👍
2020-08-10T06:31:50
2020-08-10T06:31:50
{}
MEMBER
vuejs
docs
671,604,866
398
bencodezen
Thanks for the feedback @vvanpo! I'm checking with the team to make sure we clarify how this is defined and will get back to you once I get an answer!
2020-08-10T21:43:12
2020-08-10T21:43:12
{ "heart": 1 }
MEMBER
vuejs
docs
674,155,665
408
NataliaTepluhina
@bencodezen this is already moved to API reference, I used it as a base there. Should be safe to add a redirect
2020-08-14T16:27:20
2020-08-14T16:27:57
{}
MEMBER
vuejs
docs
691,478,433
466
NataliaTepluhina
https://v3.vuejs.org/api/application-config.html#globalproperties Please, don't ask documentation issues as Q&A. I would recommend asking questions on [VueLand Discord channel](http://chat.vuejs.org)
2020-09-12T12:10:25
2020-09-12T12:10:25
{}
MEMBER
vuejs
docs
691,954,867
379
NataliaTepluhina
@Aurelius333 would you mind creating a pull request with these changes or would you prefer me to create it? 😅
2020-09-14T10:05:10
2020-09-14T10:05:10
{}
MEMBER
vuejs
docs
692,133,656
447
NataliaTepluhina
I checked locally and the code works as intended. I would recommend asking for help on [Vue Forum](https://forum.vuejs.org/) or [Vue.js Discord](http://chat.vuejs.org)
2020-09-14T15:28:51
2020-09-14T15:28:51
{}
MEMBER
vuejs
docs
678,994,067
424
NataliaTepluhina
Thank you! Fixed 👍🏻
2020-08-24T08:43:50
2020-08-24T08:43:50
{}
MEMBER
vuejs
docs
683,849,276
441
phanan
Generally, I like the idea 👍 but maybe we want to make sure it doesn't overlap with the "Comparison with other frameworks" page (not yet published). For reference, this is how it currently looks [in v2](https://vuejs.org/v2/guide/comparison.html#Native-Rendering): > On this front, Vue has an official collaboration ...
2020-08-31T15:25:25
2020-08-31T15:26:06
{}
MEMBER
vuejs
docs
703,241,620
514
NataliaTepluhina
@phanan @bencodezen I am going to merge this one and if you want more changes to the doc, let's make it iteratively on follow-up PRs
2020-10-04T11:29:33
2020-10-04T11:29:33
{}
MEMBER
vuejs
docs
705,540,311
611
phanan
Thanks for reporting the issue, but 1. I can't reproduce it and 2. It would still be trivia enough to ignore. ![image](https://user-images.githubusercontent.com/8056274/95459532-164e0400-0974-11eb-9c56-b7300a2aee5a.png)
2020-10-08T12:39:42
2020-10-08T12:39:42
{}
MEMBER
vuejs
docs
709,243,155
629
phanan
Beautiful! Thanks for the fix!
2020-10-15T12:00:44
2020-10-15T12:00:44
{}
MEMBER
vuejs
docs
709,443,081
911
unbyte
I hold the same idea, so the title is `may cause confusion`. maybe it should be a documentation work, or let Vue remind devs in development mode that these are order-sensitive in an appropriate way?
2020-10-15T16:30:02
2020-10-15T16:30:53
{}
CONTRIBUTOR
vuejs
docs
711,481,580
454
tim-janik
If the doc writers concede that cases exist that do require $children, here is an emulating mixin I'm using now. Turns out that vue-3.0.0 still provides `$parent`, but it's inaccurate (null) for components nested inside transitions. So I had to resort to provide+inject on *every* component (yuk!). That however produce...
2020-10-19T02:53:56
2020-10-19T02:53:56
{ "heart": 1 }
NONE
vuejs
docs
712,989,697
562
skirtles-code
I've opened #639 to try to address this.
2020-10-20T16:34:36
2020-10-20T16:34:36
{}
CONTRIBUTOR
vuejs
docs
717,757,245
653
NataliaTepluhina
I don't think this issue is relevant for the docs repository though 🤔 Without knowing your automated tests configuration and the project structure it's impossible to say the root cause of the issue - be it Vue 3 or Vue Router or something else. I would recommend building a minimal reproduction to find out what's causi...
2020-10-28T07:38:45
2020-10-28T07:38:45
{}
MEMBER
vuejs
docs
717,816,525
648
raukaute
Admittedly (my bad), it's not the exact same case as you were talking about the default when no tag prop is passed to TransitionGroup. However, if we do and instead of the desired tag we get a Fragment (i.e. `<!--[--><!--]-->`) then this will cause a mismatch in the hydration process on the client (comparing start o...
2020-10-28T09:42:24
2020-10-28T09:42:24
{}
NONE
vuejs
docs
718,232,119
655
skirtles-code
The first quote is from the migration guide. It is incorrect and needs to be updated: https://github.com/vuejs/docs-next/blame/9b463de65184751a69b45e931bc4508a82d04978/src/guide/migration/custom-directives.md#L106 The second quote is from the recently updated documentation for custom directives. See #646. It accu...
2020-10-28T21:57:12
2020-10-28T21:57:12
{ "heart": 1 }
CONTRIBUTOR
vuejs
docs
719,961,813
412
sdras
Great job @bencodezen and @skirtles-code!
2020-10-31T17:12:50
2020-10-31T17:12:50
{}
MEMBER
vuejs
docs
708,114,086
642
bastarder
> I think it's better to keep custom directives at the root element (maybe except in fragment components) because it's still possible to, inside of the directive find a nested element in the component whereas going up while still staying inside of the component to reach for the root element in a custom directive is not...
2020-10-14T02:23:00
2020-10-14T02:23:00
{}
NONE
vuejs
docs
709,441,259
911
LinusBorg
We might need to explain this is big red letters in the docs though 😜
2020-10-15T16:27:04
2020-10-15T16:27:04
{ "laugh": 1 }
MEMBER
vuejs
docs
711,472,569
454
rowanwins
Thanks for chiming in @LinusBorg , even knowing that using ref's would be the suggested approach is helpful 👍 In the codebase I'm looking at there are a whole bunch of scenarios, a couple for example - [Checkbox group example](https://github.com/view-design/ViewUI/blob/master/src/components/checkbox/checkbox-grou...
2020-10-19T02:19:38
2020-10-19T02:20:07
{}
NONE
vuejs
docs
715,936,972
648
crutch12
@LinusBorg found out this is a bug :D Checked vue3 docs: https://v3.vuejs.org/guide/transitions-list.html#list-transitions ``` Unlike <transition>, it renders an actual element: a <span> by default. You can change the element that's rendered with the tag attribute. ``` And it doesn't render `<span>` by default...
2020-10-24T15:28:51
2020-10-24T15:30:12
{}
NONE
vuejs
docs
706,165,002
296
bencodezen
Thanks for the PR @CyberAP. At this time, I think the API examples would require more explanation if someone doesn't have the pre-requisite knowledge for what is going on; so for now, I'm going to close this one in favor of pushing people towards the guides which have more in-depth explanations.
2020-10-09T12:57:10
2020-10-09T12:57:10
{}
MEMBER
vuejs
docs
707,396,202
620
Tintef
Sorry, this PR was meant to go to the spanish translation repo 😅
2020-10-12T23:31:53
2020-10-12T23:31:53
{}
CONTRIBUTOR
vuejs
docs
708,202,748
624
LinusBorg
You can use the generic: ```typescript const element = ref<HTMLElement | undefined>() ``` Allowing `undefined` as a possible value is correct as the ref can be empty at any point thoughout its lifetime. In your computed (or anywhere else that you read from this ref) you should verify that the ref actually has ...
2020-10-14T06:58:48
2020-10-14T07:21:17
{ "heart": 1 }
MEMBER
vuejs
docs
711,656,876
454
LinusBorg
> Turns out that vue-3.0.0 still provides $parent, but it's inaccurate (null) for components nested inside transitions. Seems like a bug in itself.
2020-10-19T06:33:06
2020-10-19T06:33:06
{}
MEMBER
vuejs
docs
715,450,001
591
bencodezen
@antfu Can you add a PR to the v2 docs too? Want to make sure you're represented on both sides!
2020-10-23T16:37:28
2020-10-23T16:37:28
{}
MEMBER
vuejs
docs
715,944,747
648
crutch12
@LinusBorg yeah, I see, already updated issue description
2020-10-24T15:41:58
2020-10-24T15:41:58
{}
NONE
vuejs
docs
719,045,950
660
JessicaSachs
Perhaps right above (or inside) here https://github.com/vuejs/docs-next/blob/4510533fd58bb178f60857690b594ea6d49d6ffb/src/guide/single-file-component.md#L63-L67
2020-10-29T21:53:31
2020-10-29T21:53:40
{}
CONTRIBUTOR
vuejs
docs
719,046,947
660
znck
We have some examples on the RPV repo (https://github.com/vuejs/rollup-plugin-vue/tree/next/examples), but we definitely need better documentation.
2020-10-29T21:55:47
2020-10-29T21:55:47
{}
MEMBER
vuejs
docs
720,215,367
618
sdras
Can you please let us know your OS and browser?
2020-11-02T03:23:23
2020-11-02T03:23:23
{}
MEMBER
vuejs
docs
707,414,897
619
skirtles-code
Thank you for the PR but I believe this has already been fixed in #614.
2020-10-13T00:34:40
2020-10-13T00:34:40
{ "+1": 1 }
CONTRIBUTOR
vuejs
docs
707,700,593
642
posva
I think it's better to keep custom directives at the root element (maybe except in fragment components) because it's still possible to, inside of the directive find a nested element in the component whereas going up while still staying inside of the component to reach for the root element in a custom directive is not p...
2020-10-13T12:19:53
2020-10-13T12:19:53
{}
MEMBER
vuejs
docs
710,147,902
454
LinusBorg
@rowanwins in what way do you use $children that is hard / can'T be done with a ref in an ergonomic way? I'll document the removal and would like to add guidance for use cases that aren't easily solved with refs.
2020-10-16T16:06:31
2020-10-16T16:07:23
{}
MEMBER
vuejs
docs
707,556,736
543
ghost
Now I have to click "refresh content" almost every time I visit docs... Not happy with that.
2020-10-13T07:44:02
2020-10-13T07:44:02
{}
NONE
vuejs
docs
707,670,119
608
skirtles-code
@LinusBorg I'm inclined to agree. This is important stuff and it needs to be in the guide.
2020-10-13T11:14:58
2020-10-13T11:14:58
{}
CONTRIBUTOR
vuejs
docs
707,845,035
548
ErickPetru
Sorry for the delay, hard job weeks here currently. I've just updated with the corrections after the second @skirtles-code review.
2020-10-13T16:04:24
2020-10-13T16:04:24
{}
CONTRIBUTOR
vuejs
docs
708,164,995
465
leslieeilsel
> #626 @leslieeilsel nice job
2020-10-14T05:26:02
2020-10-14T05:26:02
{ "hooray": 1 }
NONE
vuejs
docs
713,124,297
641
elevatebart
Thank you Ben
2020-10-20T20:35:46
2020-10-20T20:35:46
{}
NONE
vuejs
docs
720,074,458
308
NataliaTepluhina
Closing this one as we might rethink the whole camelCase vs kebab-case recommendation (see https://github.com/vuejs/docs-next/issues/656)
2020-11-01T11:34:42
2020-11-01T11:34:42
{}
MEMBER
vuejs
docs
707,650,958
608
LinusBorg
Hope I got everything covered now. Would be good if can merge this soon as this is pretty vital info missing from the guide right now. If we want to fix wording here and there or spot more minor grammar mistakes we can do that in another PR, WDYT?
2020-10-13T10:35:13
2020-10-13T10:35:13
{}
MEMBER
vuejs
docs
711,437,860
556
skirtles-code
I believe these have all been fixed now.
2020-10-18T23:09:29
2020-10-18T23:09:29
{}
CONTRIBUTOR
vuejs
docs
715,034,532
555
NataliaTepluhina
@iamsanteri I will try to work on this next week :)
2020-10-23T07:10:58
2020-10-23T07:10:58
{}
MEMBER
vuejs
docs
717,819,685
648
LinusBorg
> However, if we do and instead of the desired tag we get a Fragment (i.e. <!--[--><!--]-->) That's the part I'm having trouble understanding. I'd like a reproduction of that actually happening during SSR. If that's the case, open an issue with that reproduction in the vue-next repo. We obviously do now knowingl...
2020-10-28T09:48:18
2020-10-28T09:49:06
{}
MEMBER
vuejs
docs
719,988,160
664
subdavis
Would adding a section about typescript be out of scope here? "Packaging your typescript SFCs for NPM" is still a little hard to find details about, and this guide is already like 80% of the way there. https://github.com/politico/vue-accessible-selects/blob/main/rollup.config.js is a great minimal example that was ...
2020-10-31T21:04:04
2020-10-31T21:10:48
{}
NONE
vuejs
docs
705,770,671
555
santeridev
Definitely @NataliaTepluhina, how should we go about it? Should I try and look for some good generic examples for both? I'm not sure if I'm myself the right person to add more detail for such an important introduction section especially as I'm not a very experienced Vue dev. What do you think?
2020-10-08T19:17:51
2020-10-08T19:17:51
{}
CONTRIBUTOR
vuejs
docs
712,224,926
633
NataliaTepluhina
Closing this one as I've merged https://github.com/vuejs/docs-next/pull/634/files. Apologies for merging the PR that was created later, my bad 🙇🏻‍♀️
2020-10-19T14:58:17
2020-10-19T14:58:17
{}
MEMBER
vuejs
docs
713,015,106
562
paulshen
@skirtles-code Oops I meant to reply but forgot! Your comments make a lot of sense and followup changes #639 look great. Thanks!
2020-10-20T17:18:14
2020-10-20T17:18:14
{}
NONE
vuejs
docs
715,936,165
648
LinusBorg
Moving this to the docs repo
2020-10-24T15:27:36
2020-10-24T15:27:36
{}
MEMBER
vuejs
docs
719,958,178
649
sdras
This is fantastic! Thank you so much @LinusBorg and also @skirtles-code for the wonderful review
2020-10-31T16:42:48
2020-10-31T16:42:48
{}
MEMBER
vuejs
docs
720,139,334
663
DannyFeliz
@skirtles-code can you make a PR with your suggestions? so we don't lose them.
2020-11-01T19:31:02
2020-11-01T19:31:02
{}
NONE
vuejs
docs
706,514,018
608
LinusBorg
@skirtles-code thanks for this thorough review!
2020-10-10T08:47:47
2020-10-10T08:47:47
{}
MEMBER
vuejs
docs
706,672,149
608
LinusBorg
I'm done for now, fixed the additional, hidden things.
2020-10-11T08:50:49
2020-10-11T08:51:31
{}
MEMBER
vuejs
docs
715,030,496
643
NataliaTepluhina
@ajbfenwick thank you for creating an issue! I believe it's a good idea to add a Security page to Vue 3 documentation too.
2020-10-23T07:08:40
2020-10-23T07:08:40
{}
MEMBER
vuejs
docs
717,872,535
648
raukaute
Ah I got you. I think instead of 'now' you mean 'not'.
2020-10-28T11:29:14
2020-10-28T11:29:14
{}
NONE
vuejs
docs
706,834,524
618
calali
The picture is blurred ![image](https://user-images.githubusercontent.com/15995588/95701904-6206f300-0c7d-11eb-9390-8445b10ad7c2.png)
2020-10-12T03:23:51
2020-10-12T03:23:51
{}
NONE
vuejs
docs
708,012,674
465
anilsahindev
https://github.com/vuejs/docs-next/pull/626 @leslieeilsel
2020-10-13T21:14:08
2020-10-13T21:14:08
{}
CONTRIBUTOR
vuejs
docs
714,359,631
644
phanan
This is not a problem with vue, but with how to use npm with your project. Installing vue with npm is no different than any other package. I'd suggest reading an entry-level guide to npm, e.g., https://nodesource.com/blog/an-absolute-beginners-guide-to-using-npm/.
2020-10-22T09:24:47
2020-10-22T09:24:47
{}
MEMBER
vuejs
docs
715,029,364
645
NataliaTepluhina
Fixed via https://github.com/vuejs/docs-next/commit/6ba05d1e2cdd548038ad247f63288144b622d61f
2020-10-23T07:08:03
2020-10-23T07:08:03
{}
MEMBER
vuejs
docs
720,216,319
564
sdras
This seems like it's fixed. I can also give it another cleanup pass in another PR. Thanks!
2020-11-02T03:27:14
2020-11-02T03:27:14
{ "+1": 1 }
MEMBER
vuejs
docs
703,459,654
560
A342826844
Thank you!
2020-10-05T07:40:18
2020-10-05T07:40:18
{}
NONE
vuejs
docs
706,837,294
618
skirtles-code
Odd. I'm assuming you're using a device with a high pixel ratio but, even so, that's very distorted
2020-10-12T03:33:02
2020-10-12T03:33:02
{}
CONTRIBUTOR
vuejs
docs
707,520,259
621
whelmin
Sorry,`js{7}` this grammar make the seventh line Highlighting in Code Blocks.
2020-10-13T06:28:31
2020-10-13T06:28:31
{}
NONE
vuejs
docs
707,669,872
642
Shouhua
This is becuase `v-focus` is treated as custom directive, and generated on compile time. `$attrs` has nothing to do with directives, `$attrs` is a runtime term.
2020-10-13T11:14:29
2020-10-13T11:14:29
{}
NONE
vuejs
docs
708,785,798
642
bastarder
> As far as I can tell: > > 1. Using a custom directive on a component that has multiple root nodes results in a warning and the directive being ignored. > 2. Binding `$attrs` to a non-root element has no impact on custom directives. The directives are still applied to the root element. > 3. While a `v-focus` migh...
2020-10-15T00:48:49
2020-10-15T00:48:49
{}
NONE
vuejs
docs
708,933,568
627
phanan
Thanks for spotting the problem — it should indeed point to the [new doc](https://v3.vuejs.org/guide/component-props.html#prop-validation). Do you want to create a PR?
2020-10-15T06:37:54
2020-10-15T06:38:28
{}
MEMBER
vuejs
docs
709,439,914
911
yyx990803
Hmm, I'm not sure if it's something that needs to be "fixed" - in fact, this gives the custom directive the ability to do something in `mounted` before OR after `v-model` value is set, by adjusting the order of its position relative to `v-model`. This is the case with `v-bind` bindings too (which are now also order-sen...
2020-10-15T16:24:55
2020-10-15T16:24:55
{}
MEMBER
vuejs
docs
712,376,493
608
skirtles-code
@NataliaTepluhina Can this be merged?
2020-10-19T18:56:58
2020-10-19T18:56:58
{}
CONTRIBUTOR
vuejs
docs
717,840,969
648
raukaute
Thanks for the prompt answer. I will follow your advice and open an issue over in the vue-next repo. > We obviously do now knowingly offer APIs that break SSR. Can you give an example?
2020-10-28T10:27:54
2020-10-28T10:27:54
{}
NONE
vuejs
docs
712,192,834
635
NataliaTepluhina
@tangyouge thank you for reporting this! However, this is rather a platform issue (Vuepress in this case) so I don't think this issue is relevant for docs project
2020-10-19T14:19:44
2020-10-19T14:19:44
{}
MEMBER
vuejs
docs
715,453,772
412
bencodezen
@phanan @NataliaTepluhina - Would love your review when you have a moment!
2020-10-23T16:44:52
2020-10-23T16:44:52
{}
MEMBER
vuejs
docs
719,611,858
533
raukaute
I wrote up a Vue 3 version of the Vue 2 hackernews clone. It seems to be working quit nicely. Also pushed it up to git at <a href="https://github.com/raukaute/vue-hackernews-3.0">https://github.com/raukaute/vue-hackernews-3.0</a> Maybe it can serve as a reference for others looking for how to migrate existing vue ...
2020-10-30T15:13:24
2020-10-30T15:13:24
{ "+1": 1, "heart": 3 }
NONE
vuejs
docs
719,926,742
660
NataliaTepluhina
I like the idea but I don't have enough experience with building plugins. I'll mark this as open for community contributions.
2020-10-31T12:23:31
2020-10-31T12:23:31
{}
MEMBER
vuejs
docs
720,140,812
664
sdras
> Would adding a section about typescript be out of scope here? "Packaging your typescript SFCs for NPM" is still a little hard to find details about, and this guide is already like 80% of the way there. > > https://github.com/politico/vue-accessible-selects/blob/main/rollup.config.js is a great minimal example that...
2020-11-01T19:42:12
2020-11-01T19:42:12
{}
MEMBER
vuejs
docs
707,677,450
642
bastarder
> This is becuase `v-focus` is treated as custom directive, and generated on compile time. `$attrs` has nothing to do with directives, `$attrs` is a runtime term. is that mean doc is wrong? `When the child component uses v-bind="$attrs" on an inner element, it will apply any custom directives used on it as well.`
2020-10-13T11:30:24
2020-10-13T11:30:24
{}
NONE
vuejs
docs
709,516,325
548
ErickPetru
Incredible was your catch about SSR with Codepen embeds without the new component, @skirtles-code! So as you suggested, I just updated `guide/transitions-enterleave.md` changing the last embed to also use the component. Then I just realized that the project could have direct `<iframe>` embeds to, and I was right....
2020-10-15T18:37:05
2020-10-15T18:37:05
{}
CONTRIBUTOR
vuejs
docs
715,943,789
648
LinusBorg
It's a docs issue. Since we have Fragments support in Vue 3, we don't need a root element anymore for TransitionGroup. You can have one created by defining it with the `tag` prop though, which was previously used in Vue 2 to use another element than the default span: ``` <TransitionGroup tag="span" name="vue2" clas...
2020-10-24T15:40:26
2020-10-24T15:41:49
{}
MEMBER
vuejs
docs
717,845,785
648
LinusBorg
You gave an example. You claim that during SSR, TransitionGroup, if provided with a `tag` prop, still renders a fragment, but on the client it renders a wrapper element. If that was implemented this way knowingly by us, we would have coded something that will always break hydration. Of course we won't do such a thin...
2020-10-28T10:37:07
2020-10-28T10:37:51
{}
MEMBER
vuejs
docs
720,094,937
665
sdras
The second is example is done now, it's ready for review whenever.
2020-11-01T14:13:56
2020-11-01T14:13:56
{}
MEMBER
vuejs
docs
706,502,235
618
skirtles-code
In what sense is it not clear?
2020-10-10T07:13:31
2020-10-10T07:13:31
{}
CONTRIBUTOR
vuejs
docs
708,005,487
556
anilsahindev
@Alexn117 @skirtles-code I created a PR for image 2 https://github.com/vuejs/docs-next/pull/625
2020-10-13T20:58:53
2020-10-13T20:58:53
{}
CONTRIBUTOR
vuejs
docs
708,269,812
642
skirtles-code
As far as I can tell: 1. Using a custom directive on a component that has multiple root nodes results in a warning and the directive being ignored. 2. Binding `$attrs` to a non-root element has no impact on custom directives. The directives are still applied to the root element. 3. While a `v-focus` might want to ...
2020-10-14T09:10:09
2020-10-14T09:10:09
{ "+1": 6 }
CONTRIBUTOR
vuejs
docs
711,781,675
454
LinusBorg
@tim-janik I'd be interested both in a conversation about your migration pain (some of the ones you listed are a bit of suprise, others not so much) as well as one about the details of your implementation of e.g. the tree selector. For the former, I'm afraid we don't have a mailing list and likely won't start one (I...
2020-10-19T07:46:13
2020-10-19T08:05:34
{}
MEMBER
vuejs
docs
715,657,362
591
antfu
Sure. Here it is. https://github.com/vuejs/vuejs.org/pull/2719 Thanks!
2020-10-24T02:13:45
2020-10-24T02:13:45
{}
MEMBER
vuejs
docs
705,258,684
533
glopezep
@skirtles-code Hey, I think He is talking about that "The documentation needs updating" I don't know if there is something about that in the roadmap.
2020-10-08T00:16:21
2020-10-08T00:17:36
{}
NONE
vuejs
docs
705,334,915
301
skirtles-code
I've made a similar change in #606, allowing this to be closed.
2020-10-08T05:16:56
2020-10-08T05:16:56
{}
CONTRIBUTOR
vuejs
docs
706,680,156
454
rowanwins
+1 , I've run into the lack of `$children` in porting ViewUI component library and haven't found any advice yet as to how I ought to replace it.
2020-10-11T10:01:10
2020-10-11T10:01:10
{}
NONE
vuejs
docs
707,580,092
298
skirtles-code
The 'dated example description' has now been fixed on `master`. Given my previous comment about the commas, I'm going to close this. It can be re-opened if necessary but currently I don't see any reason to document this.
2020-10-13T08:25:53
2020-10-13T08:25:53
{}
CONTRIBUTOR
vuejs
docs
709,239,381
627
phanan
Hmm. Since Vue 3 no longer implements an event emitter interface, using a Vue instance as a global event bus wouldn't work anyway. Since "event bus" is a general programming concept/pattern, I think we can remove the link altogether. For the latter, the links you provided should indeed work.
2020-10-15T11:55:33
2020-10-15T11:56:00
{ "+1": 1 }
MEMBER
vuejs
docs
711,447,160
454
tim-janik
> @rowanwins in what way do you use $children that is hard / can'T be done with a ref in an ergonomic way? Here are a few examples I'm running into during my Vue2->Vue3 porting work: * I have components like menubar, contextmenu, menuitem, submenu, modal dialog, tree selection (like a file tree where items can be s...
2020-10-19T00:20:28
2020-10-19T00:20:28
{}
NONE
vuejs
docs
712,366,295
632
skirtles-code
Fixed in #634.
2020-10-19T18:37:37
2020-10-19T18:37:37
{}
CONTRIBUTOR
vuejs
docs
717,239,053
648
raukaute
When rendering server-side only children of `<transition-group>` will be rendered, and the tag is replaced by Fragment. This totally makes sense performance wise, but leads to mismatch on client hydration. Is this relevant here, or should it be an issue on it's own?
2020-10-27T13:21:57
2020-10-27T13:21:57
{}
NONE
vuejs
docs
719,890,890
659
NataliaTepluhina
@elechen thank you! Example fixed 👍🏻
2020-10-31T06:11:04
2020-10-31T06:11:04
{}
MEMBER
vuejs
docs
720,074,626
449
NataliaTepluhina
Closing this one as the link was added to navbar
2020-11-01T11:36:17
2020-11-01T11:36:17
{}
MEMBER
vuejs
docs
703,251,591
592
skirtles-code
Related: #526.
2020-10-04T12:55:34
2020-10-04T12:55:34
{}
CONTRIBUTOR
vuejs
docs
704,462,853
478
lagp0310
Hi everyone! I think it could be useful to keep track of which files in a repository are translated and which are not, yet. That's why I made a small tool that can analyze the language of files in a repository, output the result and build a Markdown table. For an example of the results, please check the [Vue Docs...
2020-10-06T18:22:47
2020-10-06T18:22:47
{}
NONE
vuejs
docs
706,156,562
615
bencodezen
Thanks for the PR @kungege! While I can see how it seems like a typo, this is an intentional separation between the two words. Appreciate your time!
2020-10-09T12:38:59
2020-10-09T12:38:59
{}
MEMBER
vuejs
docs
706,646,325
608
skirtles-code
@LinusBorg Could you let me know when you're done making changes so I can go through it again? There are still quite a few of my previous comments that haven't been addressed. I'm not sure if that's because you haven't got round to them yet or if you just didn't see them. GitHub is hiding them behind **Load more** l...
2020-10-11T04:01:05
2020-10-11T04:01:05
{}
CONTRIBUTOR
vuejs
docs
708,213,568
624
LinusBorg
I'll close this as Typescript documentation as a whole is still an open issue
2020-10-14T07:22:19
2020-10-14T07:22:19
{}
MEMBER
vuejs
docs
711,693,770
454
LinusBorg
Tipp for your mixin: ``` inject: { $vue_parent: { from: '$vue_parent', default: null, } }, ```
2020-10-19T06:52:18
2020-10-19T07:17:46
{}
MEMBER