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
625,257,886
81
sdras
@Jinjiang this isn't really my post, I'm getting the stale PR in from old Vue docs that got stalled from too many people giving feedback. As mentioned in the beginning, the idea here is to get this in quickly so that Maria can take the section and update/edit/rewrite as she sees fit :)
2020-05-07T13:32:21
2020-05-07T13:32:21
{ "heart": 1 }
MEMBER
vuejs
docs
625,539,850
81
phanan
Should we invite her here for easier collaboration?
2020-05-07T23:02:44
2020-05-07T23:02:44
{}
MEMBER
vuejs
docs
625,546,954
81
mlama007
I am here :P Just had a long busy day. I just got out of a meeting with Jinjiang discussing some of the a11y doc structure. I will be working on this over the next couple of days and will send something out for feedback.
2020-05-07T23:26:54
2020-05-07T23:26:54
{ "+1": 1 }
COLLABORATOR
vuejs
docs
625,666,658
81
phanan
Oh and by the way, if we're bringing someone's PR over, how should we credit them?
2020-05-08T06:53:38
2020-05-08T06:53:38
{}
MEMBER
vuejs
docs
625,828,371
81
sdras
We should probably have a credits section where we mention him and Chris Fritz and link to the old repo
2020-05-08T13:56:51
2020-05-08T13:56:51
{}
MEMBER
vuejs
docs
625,829,633
66
sdras
yay Ben!!!!
2020-05-08T13:59:42
2020-05-08T13:59:42
{}
MEMBER
vuejs
docs
626,152,191
90
shentao
Agree with An on the icons.
2020-05-09T11:18:19
2020-05-09T11:18:19
{}
MEMBER
vuejs
docs
626,424,189
90
bencodezen
Since we are planning on a redesign at some point, the idea is to minimize the amount of change that people have to deal with while allowing contributors more ways of breaking up information.
2020-05-11T01:25:04
2020-05-11T01:25:04
{}
MEMBER
vuejs
docs
778,128,880
524
Brisstor
@skirtles-code Since you're working on it, found one more typo here. I'm not sure if you have seen it before, so here it is: > We mentioned before that in order to have an API that updates a final value when something changes, we’re going to have to set new values when something changes. We do this in the handler, i...
2021-02-12T11:03:38
2021-02-12T11:03:38
{}
NONE
vuejs
docs
778,168,482
524
skirtles-code
@Brisstor Thanks. I'm going to change all the references to `prop` and `key` to something else because both of those terms have other meanings in a Vue context and I'd rather avoid any potential for confusion. Despite the apparent lack of progress I am still working on this. There are a few kinks that are proving...
2021-02-12T12:31:23
2021-02-12T12:31:23
{}
CONTRIBUTOR
vuejs
docs
778,626,691
659
skirtles-code
Agreed. It needs to update `vm.visibility`, not `app.visibility`, where `vm` is the root instance returned by `mount`.
2021-02-13T14:25:18
2021-02-13T14:25:18
{}
CONTRIBUTOR
vuejs
docs
779,342,373
859
skirtles-code
For anyone else reading this, the section of the documentation being referenced by this issue can be found at https://v3.vuejs.org/style-guide/#implicit-parent-child-communication-use-with-caution
2021-02-15T16:49:57
2021-02-15T16:49:57
{}
CONTRIBUTOR
vuejs
docs
780,219,611
859
skirtles-code
I've put the example into a JSFiddle to show what it might look like in its entirety: https://jsfiddle.net/skirtle/arg1z5ec/ I did have to make one change. The example needs the `emits` option to function correctly. That was missed when it was migrated from Vue 2 to Vue 3. This does need to be fixed but it's not ...
2021-02-17T01:01:05
2021-02-17T01:01:05
{}
CONTRIBUTOR
vuejs
docs
783,791,738
906
skirtles-code
@Robjam You seem to have just created ~40 issues in this repo. I'm guessing this was an accident while trying to write some sort of script to manage translations?
2021-02-23T01:05:46
2021-02-23T01:05:46
{}
CONTRIBUTOR
vuejs
docs
783,852,343
906
Robjam
I'm so sorry for this, I was trying to get an automation setup for translations. I will close all these out ASAP!
2021-02-23T03:33:33
2021-02-23T03:33:33
{}
NONE
vuejs
docs
784,637,986
907
skirtles-code
Thanks for the fix.
2021-02-24T00:35:24
2021-02-24T00:35:24
{}
CONTRIBUTOR
vuejs
docs
788,810,246
805
skirtles-code
@ChangJoo-Park @narusas I'm not sure who can grant the relevant permissions to @bencodezen but we need that sorting before we can put this live. Thanks.
2021-03-02T10:40:31
2021-03-02T10:40:31
{}
CONTRIBUTOR
vuejs
docs
778,624,759
659
takatama
The bug in CodePen has not been fixed yet. The buggy CodePen: https://codepen.io/team/Vue/pen/Yzqyozj I forked and fixed the bug: https://codepen.io/takatama/pen/ExNZwQO
2021-02-13T14:08:12
2021-02-13T14:08:12
{}
NONE
vuejs
docs
783,360,696
478
otabekoff
Today, I forked docs-next. And for the first time I am going to try to translate VueJS docs into Uzbek language. --- Bugun, Men doc-next repositoriyasini fork qildim. Va birninchi marta VueJS qo'llanmasini O'zbek tiliga tarjima qilishni boshlayapman. https://github.com/OtabekSadiridinov/docs-next
2021-02-22T13:07:11
2021-02-22T13:07:19
{}
NONE
vuejs
docs
784,862,388
908
skirtles-code
The dotted notation for the `watch` option was due to be removed in Vue 3, so it was removed from the docs. However, to avoid backwards compatibility problems, it was reintroduced just before 3.0.0 was released and hasn't yet been restored to the docs. I don't think the docs need to make an explicit mention of the n...
2021-02-24T07:35:04
2021-02-24T07:35:04
{}
CONTRIBUTOR
vuejs
docs
794,136,420
927
ITenthusiasm
Okay cool. Just got a tiny bit of free time. I'm assuming `docs-next` is the Vue 3 docs, right? Would it make the most sense to add this change to [this page](https://v3.vuejs.org/guide/typescript-support.html#typescript-support)? It seems like it shouldn't be too hard to do.
2021-03-09T16:38:34
2021-03-09T17:08:29
{}
NONE
vuejs
docs
802,954,397
408
bencodezen
Docs have been centralized.
2021-03-19T16:24:34
2021-03-19T16:24:34
{}
MEMBER
vuejs
docs
774,505,827
842
Aldo111
Got it, thanks for that clarification! Excited to get into it and looking forward to the future of Vue!
2021-02-06T16:50:13
2021-02-06T16:50:13
{}
NONE
vuejs
docs
774,918,779
849
skirtles-code
Full example: https://jsfiddle.net/skirtle/wcdfe1ub/ Key section: ```js async created () { const list = await loadList() this.items = list const list2 = await loadList2() list.push(...list2) } ``` This uses the options API with no explicit mention of `reactive` or `ref`. The fi...
2021-02-08T06:56:34
2021-02-08T06:56:34
{ "+1": 2 }
CONTRIBUTOR
vuejs
docs
774,972,883
849
skirtles-code
While it is already documented, destructuring is a common source of problems. This isn't a problem with destructuring itself, it's just the most common way to read a property outside of an effect: ```js setup({ text }) { // text is not reactive } ``` Or without destructuring: ```js setup(props) { con...
2021-02-08T08:36:58
2021-02-08T08:36:58
{ "+1": 3, "heart": 3 }
CONTRIBUTOR
vuejs
docs
778,076,067
855
NataliaTepluhina
@shameleo does this resolve your querstion? https://v3.vuejs.org/api/global-api.html#withdirectives
2021-02-12T09:16:29
2021-02-12T09:16:29
{}
MEMBER
vuejs
docs
778,120,438
855
NataliaTepluhina
@shameleo yep, I agree that this should be also shown in the guide somewhere 👍🏻
2021-02-12T10:45:15
2021-02-12T10:45:15
{}
MEMBER
vuejs
docs
786,662,371
915
NataliaTepluhina
Closing an issue here as it's rather a platform bug than a project bug
2021-02-26T13:56:27
2021-02-26T13:56:27
{}
MEMBER
vuejs
docs
793,109,910
524
skirtles-code
@t0yohei @Brisstor. I now have a draft of my proposed changes in #934. I understand that making large changes like these places a burden on the translators. Hopefully the improvements are worth it. Please feel free to review what I've done and provide any feedback you may have on the PR. Thanks.
2021-03-08T21:57:29
2021-03-08T21:57:29
{}
CONTRIBUTOR
vuejs
docs
794,561,427
931
skirtles-code
That paragraph does need updating. Most of the official libraries are listed below that paragraph and the latest versions are shown. Vue Router and Vuex both have compatible, stable releases, as do `@vue/babel-plugin-jsx`, `eslint-plugin-vue` and `vue-loader`. A handful of other libraries are in RC or beta, though t...
2021-03-09T22:46:58
2021-03-09T22:46:58
{ "heart": 1 }
CONTRIBUTOR
vuejs
docs
802,864,118
952
yyx990803
After dismissing the banner, it still shows up for a split second and then disappear on subsequent reloads (maybe due to late CSS load). We should make it hidden by default to prevent that.
2021-03-19T14:14:35
2021-03-19T14:14:35
{}
MEMBER
vuejs
docs
802,898,435
953
idorenyinudoh
You're welcome! 😭
2021-03-19T15:02:53
2021-03-19T15:02:53
{}
CONTRIBUTOR
vuejs
docs
802,982,147
946
skirtles-code
@bencodezen Thanks. I've merged all of your suggestions.
2021-03-19T17:07:40
2021-03-19T17:07:40
{}
CONTRIBUTOR
vuejs
docs
803,317,197
955
demahom18
I fixed it
2021-03-20T13:14:35
2021-03-20T13:14:35
{}
CONTRIBUTOR
vuejs
docs
779,339,419
723
dev-itsheng
I have fixed them and left some thoughts, Thanks for your suggestions.
2021-02-15T16:44:47
2021-02-15T16:44:47
{}
CONTRIBUTOR
vuejs
docs
790,066,515
924
LinusBorg
This section in the migration guide could also be a good place to mention it: https://v3.vuejs.org/guide/migration/global-api.html#mounting-app-instance
2021-03-03T21:27:12
2021-03-03T21:27:12
{}
MEMBER
vuejs
docs
794,154,514
927
skirtles-code
@ITenthusiasm `docs-next` is indeed the correct repository for Vue 3 documentation. Contributions are always welcome but please make sure you've read the [contributions guide](https://v3.vuejs.org/guide/contributing/writing-guide.html) before embarking on any changes. At first glance I would have thought that the Ty...
2021-03-09T16:52:36
2021-03-09T16:52:36
{ "+1": 1 }
CONTRIBUTOR
vuejs
docs
794,171,412
927
ITenthusiasm
Oh! And linking to the `reactive` section was an accident. :sweat_smile: I updated the comment to link to the TS Support page in general. I didn't realize the docs were so smart that they update the URL while you scroll! :open_mouth:
2021-03-09T17:05:56
2021-03-09T17:05:56
{}
NONE
vuejs
docs
794,730,229
934
skirtles-code
@stafyniaksacha Those functions are covered more thoroughly on the next page of the guide. This page is trying to explain the underlying mechanics of how the reactivity system works rather than the specific details of how the individual functions behave. Arguably some of the material on this page, e.g. the sections ...
2021-03-10T01:56:04
2021-03-10T01:56:04
{}
CONTRIBUTOR
vuejs
docs
797,203,013
932
skirtles-code
I'm going to close this for now. We can reopen it if someone can suggest a viable strategy for handling new pages that aren't yet in the translations.
2021-03-12T03:08:11
2021-03-12T03:08:11
{}
CONTRIBUTOR
vuejs
docs
775,276,952
849
skirtles-code
Any effect created during `setup` will be automatically destroyed when the corresponding component instance is destroyed. This can occasionally catch people out if they create a `computed` property that is supposed to live beyond the lifespan of that specific component. Here is a concrete example. Everything it does...
2021-02-08T16:39:24
2021-02-08T16:39:24
{ "+1": 1 }
CONTRIBUTOR
vuejs
docs
776,526,247
854
NataliaTepluhina
@softboy99 Vue Class API proposal [has been dropped](https://github.com/vuejs/rfcs/pull/17#issuecomment-494242121) in favor of the Composition API. If you prefer to use `vue-class-component` library, please read https://github.com/vuejs/vue-class-component/issues/406 However, this is not a core API and it's still un...
2021-02-10T08:14:07
2021-02-10T08:14:07
{}
MEMBER
vuejs
docs
783,854,221
906
Robjam
@skirtles-code My apologies for the notification spam, I have closed all the issues out and will be more careful!
2021-02-23T03:40:09
2021-02-23T03:40:09
{}
NONE
vuejs
docs
786,391,351
915
davewsmith
Adding that it appears that `line-height` is being calculated inconsistently between the two browsers. 19.04px in Chrome, 19.0333px in Firefox. Calculated `font-size` is 13.6 in both cases. (Ubuntu 18.04)
2021-02-26T03:46:32
2021-02-26T03:46:32
{}
NONE
vuejs
docs
792,001,216
929
LinusBorg
A better place to look up specific APIs would be the API documentation, I would say? There, it's explicitly listed under "Directives". ![image](https://user-images.githubusercontent.com/1444526/110216253-64791c00-7eae-11eb-9cf3-2634e3a47cbb.png) There's also a dedicated search function: ![image](https://user-i...
2021-03-06T18:03:08
2021-03-06T18:03:08
{ "+1": 1 }
MEMBER
vuejs
docs
803,008,191
952
rahaug
Thanks for the feedback @yyx990803! I am not able to reproduce the issue, but we've changed the logic so it's hidden by default as suggested. Please let me know if this isn't sufficient.
2021-03-19T17:53:09
2021-03-19T17:53:09
{}
CONTRIBUTOR
vuejs
docs
803,312,641
955
skirtles-code
It seems I missed a link from my list, sorry. The *Engagements récurrents* link in the main nav is currently linking to `/support-vuejs/#engagements-récurrents` but it needs to be `/support-vuejs/#engagements-recurrents`, without the accent. It looks like VuePress doesn't include the accent when it generates the hash.
2021-03-20T12:43:36
2021-03-20T12:43:36
{}
CONTRIBUTOR
vuejs
docs
803,651,398
956
skirtles-code
Thank you for the PR. I think the term 'allow listing' would not be widely understood. In these specific sentences I think it will be read as meaning 'to allow the process of listing' rather than 'a list of things that are allowed'. Perhaps it would be better to reword the sentences rather than trying to find an ...
2021-03-21T20:07:13
2021-03-21T20:07:13
{}
CONTRIBUTOR
vuejs
docs
779,419,247
659
NataliaTepluhina
@skirtles-code hmmm I was considering a non-changing hash in the URL an issue but happy to close this one if you find the fix to be sufficient 😅
2021-02-15T19:47:47
2021-02-15T19:47:47
{}
MEMBER
vuejs
docs
783,493,165
864
NataliaTepluhina
@skirtles-code I've added a few sentences and a disclaimer to show the guide is incomplete. As for hydration: it seems in the previous guide it was covered in webpack build, do you think we should have it before?
2021-02-22T16:21:03
2021-02-22T16:21:03
{}
MEMBER
vuejs
docs
788,649,808
916
NataliaTepluhina
@skirtles-code fixes applied! 👍🏻
2021-03-02T06:25:06
2021-03-02T06:25:06
{}
MEMBER
vuejs
docs
792,219,012
505
huymichael
Any guide for migrate vue 2 to vue 3 step by step for now? I can't find the best guideline to upgrade vue project ver 2 to 3 I see angular have a good doc for migration https://update.angular.io/?v=10.0-11.0
2021-03-07T05:22:09
2021-03-07T05:22:09
{}
NONE
vuejs
docs
802,994,028
723
dev-itsheng
Thanks for the guidance on modifying the content style. I have corrected everything except that comma. Regarding the issue of coding style, please read the comments, I have some different opinions.
2021-03-19T17:27:43
2021-03-19T17:27:43
{ "+1": 1 }
CONTRIBUTOR
vuejs
docs
790,814,680
926
skirtles-code
Thanks for the report but I don't think this is the right issues list for that problem. This list is for problems with the Vue 3 documentation. You probably need to report that problem as an issue in the [Vue CLI repo](https://github.com/vuejs/vue-cli). You may also need to include information about what you did pri...
2021-03-04T18:03:13
2021-03-04T18:03:13
{ "+1": 1 }
CONTRIBUTOR
vuejs
docs
784,901,007
843
NataliaTepluhina
I would like to notice that both guides start with `does not have opinions` and `opinionated` so they are very vague. On Vue projects, file structure is usually inherited either from Vue CLI or Nuxt so I am not sure it requires documentation on the main guide. However, we might rethink this question if we decide to ...
2021-02-24T08:28:11
2021-02-24T08:28:11
{}
MEMBER
vuejs
docs
789,315,480
805
narusas
@bencodezen https://v3.ko.vuejs.org is ready. Please merge this PR :)
2021-03-03T00:08:23
2021-03-03T00:08:23
{}
CONTRIBUTOR
vuejs
docs
794,572,573
729
skirtles-code
Related: https://vue-loader.vuejs.org/spec.html I assume the intent is to replace that page.
2021-03-09T22:58:41
2021-03-09T22:58:41
{}
CONTRIBUTOR
vuejs
docs
799,785,073
849
LinusBorg
Saving a reactive proxy to `chrome.storage` is likely troublesome as well: https://github.com/vuejs/vue-next/issues/3423 Snippet from the repo linked in that issue (in case it might get deleted) ```js // this.errorinfo is a reactive proxy containing: {errors: []} chrome.storage.local.set({error_info: this....
2021-03-15T22:03:49
2021-03-15T22:05:42
{}
MEMBER
vuejs
docs
778,171,924
524
Brisstor
@skirtles-code Thanks, also I'll be grateful if you mention me after you finish this issue so I would be able to update Russian translation of that section.
2021-02-12T12:39:12
2021-02-12T12:39:12
{}
NONE
vuejs
docs
782,210,097
805
bencodezen
@ChangJoo-Park Can you provide me permissions to the repo for the translation? I need to add it to the Netlify account on our side so we can hook everything up.
2021-02-19T17:09:55
2021-02-19T17:09:55
{ "+1": 1 }
MEMBER
vuejs
docs
782,926,849
867
skirtles-code
I believe this is because you're accessing the page using an incognito window. I don't think we can fix this from the docs but perhaps the template compiler page could be tweaked to allow it to work without `localStorage`.
2021-02-21T21:08:05
2021-02-21T21:08:05
{}
CONTRIBUTOR
vuejs
docs
786,472,240
915
skirtles-code
See https://github.com/vuejs/vuepress/issues/2691, which was originally reported here but was migrated to the VuePress repo.
2021-02-26T07:42:53
2021-02-26T07:42:53
{}
CONTRIBUTOR
vuejs
docs
788,941,221
856
skirtles-code
@nobitagit Did you have any further thoughts on how best to document this in light of my explanation above? I'd be reluctant to claim that the `errorHandler` isn't triggered by instance methods. That could be misconstrued as meaning that errors in methods will definitely not trigger the `errorHandler`, which is not ...
2021-03-02T14:18:11
2021-03-02T14:18:11
{}
CONTRIBUTOR
vuejs
docs
792,920,444
328
skirtles-code
An introduction to the core features of Suspense can now be found here: https://v3.vuejs.org/guide/migration/suspense.html It is still considered experimental, so it won't be added to the main guide or API reference for now. Advanced use cases, such as SSR, will also need documenting.
2021-03-08T17:22:32
2021-03-08T17:22:32
{ "hooray": 2 }
CONTRIBUTOR
vuejs
docs
774,924,578
849
skirtles-code
There's a common question that gets asked: What is the difference between `reactive` and `ref` and when should I use one instead of the other? Usually the question is in the context of objects rather than primitive values. One way of explaining it is with analogy to `const` and `let`. It's also potentially wor...
2021-02-08T07:07:37
2021-02-08T07:52:46
{}
CONTRIBUTOR
vuejs
docs
776,046,531
805
yyx990803
I've added CNAME record for v3.ko.vuejs.org on the DNS. I think you'll need to validate it and provisions TLS cert on netlify for it to work.
2021-02-09T15:58:30
2021-02-09T15:59:07
{ "+1": 3 }
MEMBER
vuejs
docs
778,119,909
855
shameleo
Oh, I missed that somehow. Thank you. But it would be nice to have some link or mentioning here: https://v3.vuejs.org/guide/render-function.html
2021-02-12T10:44:07
2021-02-12T10:44:07
{}
NONE
vuejs
docs
783,879,302
868
skirtles-code
For anyone else who was wondering, I believe the suggestion here it to change `type="datetime"` to `type="datetime-local"` in the examples on this page: https://v3.vuejs.org/guide/component-attrs.html See also: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime
2021-02-23T05:03:58
2021-02-23T05:03:58
{}
CONTRIBUTOR
vuejs
docs
784,281,521
805
bencodezen
> https://github.com/vuejs-kr/docs-next Thanks @narusas! It looks ilke I need also access to the organization vuejs-kr in order to add the site to the Netlify plan. Let me know when that's done!
2021-02-23T15:25:47
2021-02-23T15:25:55
{}
MEMBER
vuejs
docs
797,881,115
554
skirtles-code
Working on documenting this now, as well as the related problem of using the built-in components with a `render` function.
2021-03-13T07:12:56
2021-03-13T07:12:56
{ "heart": 2 }
CONTRIBUTOR
vuejs
docs
803,126,317
954
skirtles-code
Thank you for all your hard work on this. It'd be great to get this added to the list of community translations. Please see https://v3.vuejs.org/guide/contributing/translations.html for more information. Could you open a PR to add your translation to that list? I'm going to close this PR as it seems to be attempt...
2021-03-19T20:56:05
2021-03-19T20:56:05
{}
CONTRIBUTOR
vuejs
docs
774,944,150
849
skirtles-code
Reassigning a local variable does nothing from a reactivity perspective: ```js setup () { let myValue = ref(false) const update () { myValue = ref(true) // or even: // myValue = true } return { myValue, update } } ``` While the example above uses `ref`, there are sim...
2021-02-08T07:46:40
2021-02-08T07:46:40
{ "+1": 5 }
CONTRIBUTOR
vuejs
docs
775,301,446
849
skirtles-code
Proxy-based reactivity supports far more operations than Vue 2's reactivity system but it still doesn't cover everything. The following all work: * Basic reading/writing of properties. * Adding new properties to existing reactive objects via `=` assignment. * The `in` operator. * The `delete` operator. * Manipul...
2021-02-08T17:15:04
2021-02-08T17:15:04
{}
CONTRIBUTOR
vuejs
docs
785,005,815
864
skirtles-code
@NataliaTepluhina I'm not sure how to cover hydration without a build. I tried to create the simplest example I could that used client-side hydration but I don't think it would make for a good documentation example: https://github.com/skirtles-code/vue-3-ssr-example-no-build In practice I can't imagine anyone wan...
2021-02-24T11:18:59
2021-02-24T11:18:59
{}
CONTRIBUTOR
vuejs
docs
789,926,505
825
skirtles-code
I'm now happy for this to be merged. The commits I've just pushed make a few small changes: 1. Incorporating the new Korean translation in the main translations menu. 2. Adding a commented out link to the English translation in the main menu. This includes a note requesting that translation maintainers enable th...
2021-03-03T17:42:16
2021-03-03T17:42:16
{}
CONTRIBUTOR
vuejs
docs
790,019,888
924
skirtles-code
The migration guide sort of mentions it indirectly here: https://v3.vuejs.org/guide/migration/introduction.html#other-minor-changes > In Vue 2.x, application root container's outerHTML is replaced with root component template (or eventually compiled to a template, if root component has no template/render option)....
2021-03-03T20:05:34
2021-03-03T20:05:34
{ "+1": 1 }
CONTRIBUTOR
vuejs
docs
792,478,069
933
bencodezen
Thanks for the PR @kangetsu121! I could see how it might be considered a caveat to the overall section, but at this time, the content is intended to be caveats to the shorthand section only. Appreciate it!
2021-03-08T05:35:35
2021-03-08T05:35:35
{ "+1": 1 }
MEMBER
vuejs
docs
775,044,747
849
skirtles-code
Working with third-party libraries that aren't designed to be compatible with Vue can be difficult and has changed from Vue 2 to Vue 3. Similar problems can occur when users attempt to use their own objects if those objects aren't 'plain'. When an object is provided by a third-party library there often isn't any way...
2021-02-08T10:33:15
2021-02-08T10:33:15
{ "+1": 2 }
CONTRIBUTOR
vuejs
docs
779,349,912
859
NataliaTepluhina
@mgibas we were not showing a parent component in examples and it was assumed that the parent component should be listening to `input` event to make proper changes to `todo.text`. I would not call the example `not true`, rather `not full`. I am not sure whether we should expand shown examples to make them more clea...
2021-02-15T17:02:27
2021-02-15T17:02:27
{}
MEMBER
vuejs
docs
780,223,997
762
skirtles-code
Closing this for now. We can reopen it if anyone can provide further information about the problem.
2021-02-17T01:10:15
2021-02-17T01:10:15
{}
CONTRIBUTOR
vuejs
docs
785,519,146
913
skirtles-code
Thanks for the fix.
2021-02-25T01:59:45
2021-02-25T01:59:45
{}
CONTRIBUTOR
vuejs
docs
789,020,603
856
nobitagit
Hi Skirtle, sorry for not following up sooner and many thanks for reviewing so thoroughly. In light of your explanation I would say that the documentation for v3 is indeed fine as is. I think this is still valid for v2 but this still means that we can close this PR as it would be misleading. Thanks again for the exp...
2021-03-02T16:08:55
2021-03-02T16:08:55
{}
NONE
vuejs
docs
790,503,394
925
skirtles-code
Thanks for the fix. This is related to #524. The reason I hadn't made the change proposed here is because there's some subtlety to this and it's arguable as to whether `track` or `effect` is really what's intended. However, given it's taking me some time to fix this properly I think it is better for it to say `track...
2021-03-04T10:19:09
2021-03-04T10:19:09
{}
CONTRIBUTOR
vuejs
docs
791,992,838
924
LinusBorg
Another point: in the lifecycle diagram, it states: > Create `app.$el` and **replace** `el` with it Should probably be > Create `app.$el` and **append** it to `el`
2021-03-06T17:18:51
2021-03-06T17:18:51
{}
MEMBER
vuejs
docs
794,691,435
934
stafyniaksacha
Is there a way to speak about `ref` and `reactive` functions here ?
2021-03-10T01:11:52
2021-03-10T01:11:52
{}
NONE
vuejs
docs
800,205,796
948
skirtles-code
Thank you for the PR. This isn't a typo, it's actually intentional. The guide examples generally use the CDN version of Vue, which exposes Vue as a global object called `Vue`. There is ongoing work to try to clarify this, #773, as it is a frequent source of confusion.
2021-03-16T12:09:04
2021-03-16T12:09:04
{}
CONTRIBUTOR
vuejs
docs
775,057,101
849
skirtles-code
There are two key principles that are sometimes overlooked, or deliberately ignored because they aren't properly understood: 1. Don't mutate any objects/arrays returned by `computed`. 2. Don't mutate objects/arrays in a component unless they are owned by that component (one-way data flow). These can be applied t...
2021-02-08T10:54:59
2021-02-08T10:54:59
{ "+1": 4 }
CONTRIBUTOR
vuejs
docs
778,804,575
659
skirtles-code
@NataliaTepluhina It looks like you've applied the changes to the live version and it seems to be working correctly now. The buttons at the bottom of the example are updating the hash and the filtering is changing. The Back/Forward buttons in the browser also seem to work fine. It isn't possible to see the URL directly...
2021-02-14T16:48:33
2021-02-14T16:48:33
{}
CONTRIBUTOR
vuejs
docs
782,956,540
805
narusas
@bencodezen HI, I give you write permission to https://github.com/vuejs-kr/docs-next
2021-02-22T00:07:25
2021-02-22T00:07:25
{}
CONTRIBUTOR
vuejs
docs
784,982,859
911
LinusBorg
@ docs team: transferred as a placeholder that we should likely document this a a case where order of directives has an influence on behavior.
2021-02-24T10:40:21
2021-02-24T10:40:21
{}
MEMBER
vuejs
docs
797,460,545
505
ErikWahlstrom
Awfully quite here... Is there any ETA on the migration build mentioned. Would be really nice to know if it's worth waiting for. https://v3.vuejs.org/guide/migration/introduction.html#breaking-changes
2021-03-12T12:28:46
2021-03-12T12:28:46
{ "+1": 5, "eyes": 5 }
NONE
vuejs
docs
775,174,834
849
skirtles-code
The documentation is already clear about the need to always go through the proxy. Further, it outlines the potential problems that can be caused by equality checking, because a proxy does not `===` the original object. Some interesting edges cases occur with the array methods `includes`, `indexOf` and `lastIndexOf`,...
2021-02-08T14:07:47
2021-02-08T14:07:47
{ "+1": 2 }
CONTRIBUTOR
vuejs
docs
778,802,835
659
NataliaTepluhina
@takatama @skirtles-code even with the fixed code, CodePen still limits us with the hashtag navigation. It shows up on @takatama sandbox as well, there is no URL hash changes on routing (visible on the full page version). Maybe we just need to move this example over to CodeSandbox where navigation seems to work like on...
2021-02-14T16:36:38
2021-02-14T16:36:38
{}
MEMBER
vuejs
docs
779,353,398
859
mgibas
@NataliaTepluhina so in discussed example parent binds whole object but expects updates on a single property ? I can understand that this is not a full example but can’t find any scenario that would let me satisfy this recommendation without breaking other patterns.
2021-02-15T17:09:15
2021-02-15T17:09:15
{}
NONE
vuejs
docs
791,474,950
928
skirtles-code
Thanks for the PR. Based on line 51, I think the intention is that you would call it as: ```html {{ $translate('greetings.hello') }} ``` As far as I can tell this is working correctly.
2021-03-05T15:03:08
2021-03-05T15:04:06
{}
CONTRIBUTOR
vuejs
docs
803,299,455
955
demahom18
I fixed all the issues you mentionned
2021-03-20T12:12:01
2021-03-20T12:12:01
{}
CONTRIBUTOR
vuejs
docs
784,901,230
828
NataliaTepluhina
Closing as related PR was merged
2021-02-24T08:28:37
2021-02-24T08:28:37
{}
MEMBER
vuejs
docs
788,061,346
917
skirtles-code
Looks good, thanks for the fix.
2021-03-01T15:58:17
2021-03-01T15:58:17
{}
CONTRIBUTOR
vuejs
docs
789,318,068
805
narusas
@skirtle What permission is needed on vuejs-kr/docs-next ?
2021-03-03T00:14:51
2021-03-03T00:14:51
{}
CONTRIBUTOR
vuejs
docs
791,463,648
927
ITenthusiasm
Thanks for opening this! I'll pop back in soon!
2021-03-05T14:45:30
2021-03-05T14:45:30
{}
NONE