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
1,309,350,014
2,069
skirtles-code
@JohnnyEvo Thanks for making those changes. I've just had another read through and I think we now have a problem with the section about `watchEffect()`. The wording of that section no longer makes sense now that it's preceded by this new section about `immediate: true`. Would you like to attempt that rewording yo...
2022-11-09T20:40:32
2022-11-09T20:40:32
{}
CONTRIBUTOR
vuejs
docs
1,311,291,955
2,054
skirtles-code
This was merged into `main` a week ago, but GitHub is still showing it as unmerged. I'm going to merge it again to ensure that the change is detected by the translation workflow.
2022-11-11T06:43:32
2022-11-11T06:43:32
{}
CONTRIBUTOR
vuejs
docs
1,313,594,365
2,080
23olddog
> Thanks for the PR! > > > and the out of memory problem will be solved after modification > > I'm not sure what you mean by this. Could you explain this part? > Thanks for the PR! > > > and the out of memory problem will be solved after modification > > I'm not sure what you mean by this. Could you ...
2022-11-14T12:15:45
2022-11-14T12:15:45
{}
NONE
vuejs
docs
1,315,004,929
2,087
skirtles-code
See discussion at <https://github.com/vuejs/docs/pull/2086#discussion_r1022404477>.
2022-11-15T09:08:31
2022-11-15T09:08:31
{}
CONTRIBUTOR
vuejs
docs
1,310,466,721
2,075
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 83d3a9a5729f4fb009fa644dfcbb22ca10ff2ead | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2022-11-10T15:30:54
2022-11-18T20:46:35
{}
NONE
vuejs
docs
1,302,855,224
2,049
wxsms
I just removed the script related things from my branch. And fixed the duplicated anchor as @Jinjiang suggested. the script posted here, and you may use it at will. <details> ```js /** * slugify function taken from vitepress */ // string.js slugify drops non ascii chars so we have to // use a custom imp...
2022-11-04T01:39:47
2022-11-04T01:39:47
{}
MEMBER
vuejs
docs
1,309,085,201
2,074
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 0c81091d273086b3ac1bb78bb77fcdd994b83045 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2022-11-09T17:18:49
2022-11-09T17:19:59
{}
NONE
vuejs
docs
1,313,447,534
2,063
skirtles-code
I think the sentence is maybe a bit lengthy. I also think it would be better if it ended '*as* the host application', rather than 'from'. But neither of those problems were addressed by your change. The part you changed appears to be fine to me. From a grammatical perspective I think either would wording would work,...
2022-11-14T10:31:23
2022-11-14T10:31:23
{}
CONTRIBUTOR
vuejs
docs
751,350,331
758
palant
Heh, I actually looked at the API reference first but didn’t realize that I need to look at `application.directive()`… Either way, it definitely needs documenting in the migration guide.
2020-12-26T12:14:30
2020-12-26T12:15:16
{}
NONE
vuejs
docs
755,465,105
506
NataliaTepluhina
Closing this one as stale
2021-01-06T18:07:33
2021-01-06T18:07:33
{}
MEMBER
vuejs
docs
757,456,524
763
Alex-Sokolov
@NataliaTepluhina @hitautodestruct there is a problem with this change — `{{ item }}` not showing <img width="851" alt="Снимок экрана 2021-01-10 в 14 00 49" src="https://user-images.githubusercontent.com/4497128/104121014-52667b80-534c-11eb-90f9-68ef43b269db.png">
2021-01-10T11:01:37
2021-01-10T11:01:37
{}
CONTRIBUTOR
vuejs
docs
758,168,299
798
aliataf
@NataliaTepluhina @skirtles-code There is nothing wrong with giving `overflow-x: hidden` to the root tag because generally, no one wants to see horizontal scrolling on web pages so all the elements will inherit this property from the root tag, and when you want a specific element to have its own `overflow-x` property...
2021-01-11T19:22:28
2021-01-11T21:23:59
{}
NONE
vuejs
docs
761,527,329
533
raukaute
@glopezep Thank you for your reply. Can you give a little more detail? I am not 100% sure I know what you mean. Cheers
2021-01-16T08:28:12
2021-01-16T08:28:12
{}
NONE
vuejs
docs
770,330,739
827
skirtles-code
Done. Closing this for now but we should probably switch it back once the bug is fixed.
2021-01-31T05:39:40
2021-01-31T05:39:40
{}
CONTRIBUTOR
vuejs
docs
770,620,922
787
skirtles-code
I'm currently working on some other changes to this page, including #524, so I'll try to address some of these points as part of that.
2021-02-01T06:58:37
2021-02-01T06:58:37
{ "+1": 1 }
CONTRIBUTOR
vuejs
docs
749,999,432
478
narusas
#756 Hello, I just finished translate in Korean. https://github.com/narusas/docs-next and We run it at https://v3.vuejs-korea.org/ko-KR/ Please add v3.vuejs.org :)
2020-12-23T08:10:03
2020-12-23T08:10:03
{ "+1": 2 }
CONTRIBUTOR
vuejs
docs
751,264,732
758
palant
I noticed the same issue. It seems that `binding.expression` is gone in Vue 3, presumably to avoid the ambiguity here – the value is always evaluated, so you only have `binding.value` which is the evaluated expression result. I’d say that you need to use directive argument if you don’t want evaluation, it will be avail...
2020-12-25T15:42:56
2020-12-25T15:42:56
{}
NONE
vuejs
docs
751,481,817
751
sdras
This should be an SVG anyways- I can take this one @NataliaTepluhina
2020-12-27T15:37:35
2020-12-27T15:37:49
{}
MEMBER
vuejs
docs
756,230,082
786
skirtles-code
I'm not sure what you mean. It should be much the same as using it with ESM/SFC, but with the composition functions exposed via the global `Vue`. e.g.: ```js const { ref } = Vue ```
2021-01-07T16:38:46
2021-01-07T16:38:46
{}
CONTRIBUTOR
vuejs
docs
757,063,086
793
skirtles-code
Thanks, I can reproduce it now. For me it kicks in below 1376px or 1300px depending on the page. There are some media queries for the ads that seem to be causing it. I'm still digging to understand it properly.
2021-01-09T00:37:08
2021-01-09T00:37:08
{}
CONTRIBUTOR
vuejs
docs
757,088,602
486
bencodezen
At this time the team is reviewing how videos should be best implemented on the docs site, closing this PR for now and will reach out when we're ready for another PR.
2021-01-09T03:37:30
2021-01-09T03:37:30
{}
MEMBER
vuejs
docs
757,090,208
786
bencodezen
Hi @macdevign anad @woodz-! The CDN installation method is mentioned here: https://v3.vuejs.org/guide/installation.html#cdn If we were to use the CDN method, the page would look something like: ```html <html> <body> <div id="app"> <h1>{{ count }}</h1> <button @click="increment">Increment...
2021-01-09T03:53:07
2021-01-10T15:52:27
{ "+1": 9, "heart": 2, "hooray": 2 }
MEMBER
vuejs
docs
765,202,082
816
LinusBorg
@skirtles-code Thanks for the detailed writeup. I'll try and look into this. But my first intuition is that not flushing pre-effects that were added to the scheduler queue during an update is done on purpose and with a reason. After all, `pre` effects expect to have their changes reflected in the render update that ...
2021-01-22T07:37:55
2021-01-22T07:53:33
{}
MEMBER
vuejs
docs
766,156,377
195
skirtles-code
There was a bug that *could* cause the transition to occur at the wrong point, though it only happened in specific circumstances. That should now be fixed. The transition should occur when the sponsors block is 100px below the top of the viewport: ![sponsors](https://user-images.githubusercontent.com/65301168/105606...
2021-01-23T18:24:03
2021-01-23T18:24:03
{}
CONTRIBUTOR
vuejs
docs
770,513,260
476
skirtles-code
`useCssModule` is now documented: https://v3.vuejs.org/api/global-api.html#usecssmodule I'm unclear whether `useCssVars` is part of the public API. It seems to be related to the `v-bind`-in-`<style>` feature but from what I can tell from [the RFC](https://github.com/vuejs/rfcs/blob/style-vars-2/active-rfcs/0000-sfc-...
2021-02-01T02:00:03
2021-02-01T02:00:03
{ "+1": 1, "heart": 1 }
CONTRIBUTOR
vuejs
docs
749,687,248
756
NataliaTepluhina
Thank you for your work! So far we don't have translations added to v3 website, in order to have a single source of truth about community translations, could you please add a comment to https://github.com/vuejs/docs-next/issues/478 ?
2020-12-22T17:51:00
2020-12-22T17:51:00
{}
MEMBER
vuejs
docs
751,238,025
765
skirtles-code
There does seem to be an open discussion about how exactly this should work: https://github.com/vuejs/vue-next/issues/2827#issuecomment-748457821. See also https://github.com/vuejs/vue-next/issues/2821.
2020-12-25T11:48:29
2020-12-25T11:48:29
{}
CONTRIBUTOR
vuejs
docs
755,110,354
773
NataliaTepluhina
@skirtles-code I think the third one while being large, is also the most preferable. For the first several examples we could also add more verbosity: ```js // for CDN build const { createApp } = Vue // or, if you are using ESM import { createApp } from 'vue' createApp({}) ``` What do you think? P.S. ...
2021-01-06T06:27:27
2021-01-06T06:29:14
{}
MEMBER
vuejs
docs
757,054,050
793
aliataf
@skirtles-code It happens on the homepage no matter what the size of the browser window and I have tested it on Chrome 87.0.4280.88 and Firefox 84.0.2 as shown in the screenshot. ![vuedocs](https://user-images.githubusercontent.com/26071876/104076237-28af3680-521e-11eb-9389-e065ea24c115.png)
2021-01-08T23:58:33
2021-01-08T23:58:33
{}
NONE
vuejs
docs
757,087,441
311
bencodezen
Thanks for this @rahaug. After reviewing all of the videos, we unfortunately cannot merge this PR. While the concepts are similar from Vue 2 to Vue 3, the code examples and syntax in the lessons reflect an old syntax which would be confusing for users new to the ecosystem.
2021-01-09T03:27:35
2021-01-09T03:27:35
{}
MEMBER
vuejs
docs
757,437,920
763
hitautodestruct
Hey Yes, I think that will do it. I know I had a hard time with slots in the beginning and this stage always confused me, especially with the example code. Why would `<slot>{{ item }}</slot>`, not work? That would just give me the option to overwrite the `{{ item }}` with a custom slot, wouldn't it?
2021-01-10T08:25:47
2021-01-10T08:25:47
{}
CONTRIBUTOR
vuejs
docs
757,487,111
763
skirtles-code
@Alex-Sokolov I'll put in a PR shortly to fix that. VuePress interprets template syntax in inline code so it needs escaping. Something similar was required to document the `delimiters` option.
2021-01-10T14:39:49
2021-01-10T14:39:49
{}
CONTRIBUTOR
vuejs
docs
758,091,467
478
AlexRMU
@bencodezen, how about https://crowdin.com/?
2021-01-11T17:06:58
2021-01-11T17:06:58
{}
NONE
vuejs
docs
759,916,381
809
skirtles-code
This issues list is for reporting problems with the documentation. Your question doesn't seem to be about the documentation. There are alternative resources available if you need help debugging your application. I notice that you've already asked this same question on Discord, so hopefully someone on there will be a...
2021-01-14T04:23:59
2021-01-14T04:23:59
{}
CONTRIBUTOR
vuejs
docs
760,526,130
478
demahom18
### French translation Repo: https://github.com/demahom18/docs-next
2021-01-14T22:49:43
2021-01-14T22:49:43
{ "+1": 2, "rocket": 1 }
CONTRIBUTOR
vuejs
docs
768,306,959
826
NataliaTepluhina
When creating an application with Vue 3, you should use [createApp](https://v3.vuejs.org/api/global-api.html#createapp) method, not `new Vue()` Also, docs repository is not a correct place to ask for code help, please check [VueLand Discord](http://chat.vuejs.org/) for this.
2021-01-27T14:04:32
2021-01-27T14:04:32
{}
MEMBER
vuejs
docs
772,463,493
839
NataliaTepluhina
I don't think this issue is related to docs repository. Could you please create one on [vue-cli repo](https://github.com/vuejs/vue-cli)
2021-02-03T12:12:44
2021-02-03T12:12:44
{}
MEMBER
vuejs
docs
751,374,172
664
sdras
I've thought a lot about this entry, and I think enough has changed is new, that it can't simply be migrated, we need to rewrite it. I'm going to close it out now.
2020-12-26T16:54:24
2020-12-26T16:54:24
{}
MEMBER
vuejs
docs
753,618,650
775
veaba
> Could you add a note to #478, including the GitHub repo details, to ensure all translations are tracked there? Already added, thank you!
2021-01-03T13:40:13
2021-01-03T13:40:13
{}
MEMBER
vuejs
docs
757,052,259
793
skirtles-code
I've not seen this problem myself. Does it only happen on particular pages? Do I need to resize my browser window to a particular size to see it? Does it only happen in a specific browser? Could you maybe include a screenshot?
2021-01-08T23:49:33
2021-01-08T23:49:33
{}
CONTRIBUTOR
vuejs
docs
758,408,663
524
skirtles-code
I'm looking into updating this now. I think there are a few other tweaks required to that section too, so it may take a few days to get this ready for PR.
2021-01-12T05:18:41
2021-01-12T05:18:41
{}
CONTRIBUTOR
vuejs
docs
751,238,459
762
skirtles-code
The image seems to be there for me. Could you try again, maybe it was just a temporary problem?
2020-12-25T11:52:45
2020-12-25T11:52:45
{}
CONTRIBUTOR
vuejs
docs
753,367,864
713
sdras
@skirtles-code thanks! I'll go find you there.
2021-01-01T18:55:03
2021-01-01T18:55:03
{}
MEMBER
vuejs
docs
763,261,113
533
glopezep
@raukaute sure, the problem is that in SSR the styles can't be rendered using the link tag for example <link ref="example.css" ... />. it should be rendered in inline CSS using the style tag, this is because we need more information about this. because maybe vue has a webpack plugin or loader for that to avoid doing th...
2021-01-20T01:28:38
2021-01-20T01:28:38
{}
NONE
vuejs
docs
750,390,319
761
igorvolnyi
The culprit is the [Smart Referer](https://addons.mozilla.org/en-US/firefox/addon/smart-referer/) FF addon. I can't figure out what to write into my whitelist, so for now I'm resorting to disable the addon in order to view the content. So maybe instead of just closing the issue could somebody find the right whitelist...
2020-12-23T17:04:24
2020-12-23T17:04:24
{}
NONE
vuejs
docs
757,427,058
763
NataliaTepluhina
I've made a change recommended with @skirtles-code 👍🏻
2021-01-10T06:47:33
2021-01-10T06:47:33
{}
MEMBER
vuejs
docs
757,472,072
763
hitautodestruct
@Alex-Sokolov What if we remove the spaces around item making it `{{item}}`?
2021-01-10T12:56:48
2021-01-10T12:56:56
{}
CONTRIBUTOR
vuejs
docs
748,582,952
478
narusas
vue 3 korean translation is here!! https://v3.vuejs-korea.org/ko-KR/ Vue3 문서 한글화 사이트 임시 오픈 했습니다 !!! https://v3.vuejs-korea.org/ko-KR/ @bencodezen Can I make PR to origin?
2020-12-20T09:19:21
2020-12-20T09:19:57
{}
CONTRIBUTOR
vuejs
docs
749,686,336
757
NataliaTepluhina
Sorry, but I don't think this issue is related to the documentation. Please post questions to the [Vue Discord chat](https://chat.vuejs.org/), the [Vue Forum](https://forum.vuejs.org/) or [Stack Overflow](https://stackoverflow.com/). This issues list is for reporting problems with the documentation.
2020-12-22T17:49:13
2020-12-22T17:49:13
{}
MEMBER
vuejs
docs
751,186,704
754
NataliaTepluhina
@skirtles-code thank you for the suggestion! I better trust a native speaker on this matter 😅 I believe we should add the entry to styleguide, next to props section, I will add one there
2020-12-25T06:35:51
2020-12-25T06:35:51
{}
MEMBER
vuejs
docs
753,326,696
710
max-hk
> There is some discussion of this on the previous page of the documentation: > > https://v3.vuejs.org/guide/instance.html#component-instance-properties > > All of the properties of `this` (also referred to as `vm`) are available in the template. The section I referenced lists the component options that are typic...
2021-01-01T15:01:58
2021-01-01T15:01:58
{}
NONE
vuejs
docs
757,427,438
793
NataliaTepluhina
Closing this in favor of https://github.com/vuejs/docs-next/pull/798
2021-01-10T06:52:19
2021-01-10T06:52:19
{}
MEMBER
vuejs
docs
759,323,116
806
NataliaTepluhina
If Google Translate is correct, I don't think this issue is relevant for the documentation repository. Please open an issue on [vue-next](https://github.com/vuejs/vue-next)
2021-01-13T09:29:00
2021-01-13T09:29:00
{}
MEMBER
vuejs
docs
759,929,325
809
icey148
这个应该是框架内部的问题吧
2021-01-14T05:08:40
2021-01-14T05:08:40
{}
NONE
vuejs
docs
770,163,559
827
skirtles-code
I've done some preliminary investigation. It seems this worked in 3.0.3 but is broken in 3.0.4 and 3.0.5. Wrapping the `<slot>` in another element, such as a `<div>`, and moving the `v-if` to that element fixes it. However, that shouldn't be necessary. `filterSingleRoot` is being passed `null` for its `childre...
2021-01-30T05:57:41
2021-01-30T05:57:41
{}
CONTRIBUTOR
vuejs
docs
751,432,865
751
daguitosama
I can add it seem blurry at 1600x900 too
2020-12-27T06:40:32
2020-12-27T06:40:32
{}
NONE
vuejs
docs
752,376,854
769
skirtles-code
Thank you for the PR. I agree that this could be clearer but I don't think adding the `binding` is appropriate here. That example is supposed to be part of the explanation of `dir`, not `binding`. The example follows on from the text that precedes it and runs into the next example. The two examples need to match as ...
2020-12-30T08:43:39
2020-12-30T08:43:39
{}
CONTRIBUTOR
vuejs
docs
755,465,436
528
NataliaTepluhina
Closing this one as stale
2021-01-06T18:08:08
2021-01-06T18:08:08
{}
MEMBER
vuejs
docs
759,380,845
802
narusas
Yes. Thank you :)
2021-01-13T11:13:28
2021-01-13T11:13:28
{}
CONTRIBUTOR
vuejs
docs
759,428,859
802
bencodezen
Hi @narusas! Thanks for the PR. It looks like you're trying to merge into the master branch here, but this repo manages the English translation, so we have to decline this one. Let's continue our conversation in https://github.com/vuejs/docs-next/pull/805
2021-01-13T12:51:46
2021-01-13T12:51:46
{}
MEMBER
vuejs
docs
761,299,821
533
glopezep
@raukaute for some reason the styles are not working in the SSR, They are injected but on the client-side
2021-01-16T02:53:42
2021-01-16T02:53:42
{}
NONE
vuejs
docs
765,708,926
805
bencodezen
> Hello @bencodezen , I am owner of [vuejs-kr](https://github.com/vuejs-kr) org. @narusas moves Vue.js 3 Korean docs into vuejs-kr. Can you set a domain **https://v3.ko.vuejs.org/** for **https://v3-vuejs-korea.netlify.app/** ? Hey @ChangJoo-Park! Thanks for the comment. I'll take a look to get those things moved ov...
2021-01-22T22:01:04
2021-01-22T22:01:04
{ "heart": 1 }
MEMBER
vuejs
docs
770,193,600
827
NataliaTepluhina
@Vac1911 thank you for reporting this! I've fixed a codepen with @skirtles-code recommended solution as a workaround. @skirtles-code do you think this is rather a bug than a feature? Should we open an issue on core repo?
2021-01-30T10:54:36
2021-01-30T10:54:36
{}
MEMBER
vuejs
docs
750,396,144
532
igorvolnyi
If you have [Smart Referer](https://addons.mozilla.org/en-US/firefox/addon/smart-referer/) addon installed in your FF, you should add one row into it's whitelist: Source: codepen.io Destination: cdpn.io See also #761
2020-12-23T17:20:14
2020-12-23T17:20:14
{}
NONE
vuejs
docs
757,114,566
786
macdevign
Thank for everyone's help here. Ben, thank for that sample. I find CDN version is very useful as not every project needs transpilation, and hence thank for adding doc for it. For example, I using CDN vue.js in Keyboard maestro's Custom HTML Prompt action (it basically a webview wrapper that can accept html file) ...
2021-01-09T08:12:50
2021-01-09T08:12:50
{}
NONE
vuejs
docs
757,587,022
801
skirtles-code
I suggest asking questions on the [Vue Discord](https://chat.vuejs.org/). You'll usually get a quicker response that way. Generally this issues list is just for reporting problems with the documentation. There is a good reason for using both `ref` and `reactive` in that example. When you write `reactive([])` you ...
2021-01-11T01:52:37
2021-01-11T01:52:37
{ "+1": 40, "hooray": 6, "laugh": 3, "rocket": 3 }
CONTRIBUTOR
vuejs
docs
758,414,488
773
skirtles-code
I'm going to break this down into multiple PRs, there are too many examples to change them all in one go. I agree that some of the earlier pages should mention both styles. I'll need to be careful though as it could prove a distraction from whatever topic is being discussed.
2021-01-12T05:33:46
2021-01-12T05:33:46
{}
CONTRIBUTOR
vuejs
docs
759,276,517
802
narusas
Hi. Can I use .vuejs.org ?
2021-01-13T08:02:02
2021-01-13T08:02:02
{}
CONTRIBUTOR
vuejs
docs
762,081,522
805
skirtles-code
Closes #756.
2021-01-18T08:35:48
2021-01-18T08:35:48
{}
CONTRIBUTOR
vuejs
docs
751,962,387
328
softboy99
+1
2020-12-29T06:19:52
2020-12-29T06:19:52
{}
NONE
vuejs
docs
752,984,179
328
softboy99
Hi, i just want to use aync setup. after google, it said,it should be used with suspense together. However, currently, there is little documentation about suspense. please update docs about how to use suspense. i find the following: https://github.com/vuejs/vue-next/pull/2099 but, it too little
2020-12-31T15:08:58
2020-12-31T15:08:58
{}
NONE
vuejs
docs
757,427,235
769
NataliaTepluhina
Thank you for the PR! I agree with @skirtles-code here, I don't think this change is necessary to explain what `dir` is
2021-01-10T06:49:28
2021-01-10T06:49:28
{}
MEMBER
vuejs
docs
758,226,562
798
skirtles-code
@aliataf There's a lot more work required to make all of the pages properly responsive. Currently there are some pages that need the horizontal scrollbar to access their content on a narrow viewport. Having a scrollbar is preferable to content being inaccessible. More generally, if a scrollbar is showing unnecessari...
2021-01-11T21:09:51
2021-01-11T21:09:51
{ "+1": 1 }
CONTRIBUTOR
vuejs
docs
758,387,114
761
skirtles-code
I can now reproduce this in Chrome. It works fine the first time but I see the error when I click on the green Replay button at the end. I don't see any problems with Firefox. The button just calls `location.reload()`. It seems that reloading changes the `referer` in Chrome but I haven't debugged this in detail.
2021-01-12T04:19:36
2021-01-12T04:19:36
{}
CONTRIBUTOR
vuejs
docs
772,505,271
839
LLIAMAH
Do I understanding right: to install @vue/cli solution globally - I must RUN some commands under Admin privileges and it is NOT problem of the of vue cli? Nodejs - installs with special permission requests - it is normally. It has installer (ion Win) requests them, and user could agree or disagree and continue or r...
2021-02-03T13:27:27
2021-02-03T13:27:27
{}
NONE
vuejs
docs
751,236,016
764
skirtles-code
It's mentioned as part of https://v3.vuejs.org/guide/migration/v-model.html. I think we might want to improve the wording of the link from the introduction page so that it acknowledges the removed features. If you don't know that it's replaced by `v-model` then there's nothing to hint that the `v-model` page is the one...
2020-12-25T11:29:35
2020-12-25T11:29:35
{ "+1": 1 }
CONTRIBUTOR
vuejs
docs
751,373,971
713
sdras
> A couple of observations, neither of which prevent this from being merged: > > 1. There's a certain amount of overlap between the Composition API and Reactivity guides. To me it seems more natural to introduce reactivity prior to composition, though the way the guides are currently written it doesn't seem to rely ...
2020-12-26T16:52:12
2020-12-26T16:52:12
{}
MEMBER
vuejs
docs
753,608,734
775
skirtles-code
Could you add a note to #478, including the GitHub repo details, to ensure all translations are tracked there?
2021-01-03T12:18:49
2021-01-03T12:18:49
{}
CONTRIBUTOR
vuejs
docs
760,073,371
796
NataliaTepluhina
We discussed this a bit with Vue team. @skirtles-code brought a few great points, and they are correct: technically `key` is not required on elements, ESLint is too strict with this warning. However, after some discussion we came up with the point `it's safer to always add a key - overall it results in less mental over...
2021-01-14T09:29:14
2021-01-14T09:29:14
{}
MEMBER
vuejs
docs
750,394,425
761
igorvolnyi
I found the solution. In whitelist settings of the addon one should add the following: Source: codepen.io Destination: cdpn.io
2020-12-23T17:15:42
2020-12-23T17:15:42
{}
NONE
vuejs
docs
754,884,732
311
rahaug
The PR is updated with links to free video lessons that were added to the Vue 2 docs in [PR 2177](https://github.com/vuejs/vuejs.org/pull/2177). I've also refactored to use the new `VideoLesson` component. [Visuals of all links can be seen here](https://imgur.com/a/hfRc4mF) **Lessons** [Class Binding](https:/...
2021-01-05T20:37:39
2021-01-06T13:32:07
{}
CONTRIBUTOR
vuejs
docs
757,606,730
796
skirtles-code
Thanks for the PR. You raise an interesting point. Personally I'm caught in two minds about whether to add the `key` or not. Some observations: 1. Vue itself doesn't require a `key` on elements, only components. The error you mentioned is coming from the linter, which enforces some optional best practices. 2. Ge...
2021-01-11T03:31:20
2021-01-11T03:31:20
{}
CONTRIBUTOR
vuejs
docs
759,302,235
806
icey148
整个项目都没有用到'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.中任何一个
2021-01-13T08:51:55
2021-01-13T08:51:55
{}
NONE
vuejs
docs
759,323,684
802
NataliaTepluhina
@narusas I think it should be a preferred option. @bencodezen would you mind if I chime you in as you have an access to the domain?
2021-01-13T09:29:57
2021-01-13T09:29:57
{}
MEMBER
vuejs
docs
759,844,818
805
ChangJoo-Park
Hello @bencodezen , I am owner of [vuejs-kr](https://github.com/vuejs-kr) org. @narusas moves Vue.js 3 Korean docs into vuejs-kr. Can you set a domain **https://v3.ko.vuejs.org/** for **https://v3-vuejs-korea.netlify.app/** ?
2021-01-14T00:30:34
2021-01-14T00:30:34
{}
NONE
vuejs
docs
770,671,709
436
skirtles-code
The documentation has been changed but I'm still not sure whether it's quite right. I had a play and it looks like there are two ways to create comments: 1. Using `null` in the array of children. 2. Returning `null` from a `render` function. There are a couple of places where the documentation suggests creati...
2021-02-01T08:29:21
2021-02-01T08:29:21
{}
CONTRIBUTOR
vuejs
docs
750,325,415
761
skirtles-code
Similar to #532. @igorvolnyi Do you have any browser plugins or unusual security settings that might explain why you're seeing this message? Do you see the same thing in other browsers or in Incognito/Private mode?
2020-12-23T14:32:00
2020-12-23T14:32:00
{}
CONTRIBUTOR
vuejs
docs
753,874,883
779
Xenonym
Hmm, I am not quite sure if it's an issue with my PR or the CI job that tags alert blocks - is it because I am not a member of the @vuejs org?
2021-01-04T09:51:09
2021-01-04T09:51:09
{}
CONTRIBUTOR
vuejs
docs
756,160,620
784
NataliaTepluhina
Closing as a duplicate of https://github.com/vuejs/docs-next/issues/533
2021-01-07T14:46:56
2021-01-07T14:46:56
{}
MEMBER
vuejs
docs
757,045,434
786
woodz-
Aloha, I guess @macdevign means a sample on how to include vv3 into a html file via the `<script>` tag. Since one of the very first steps in the vv2 doc is: <!-- development version, includes helpful console warnings --> <script src="https://cdn.jsdelivr.net/npm/vue@2/dist/vue.js"></script> it is missin...
2021-01-08T23:23:11
2021-01-08T23:23:11
{}
NONE
vuejs
docs
758,640,452
802
NataliaTepluhina
@narusas thank you so much for the translation work! 🙇🏻 I believe we don't need all the translated changes in diffs, could you please edit the PR to have only a link to the hosted translation website like here? https://github.com/vuejs/docs-next/pull/775/files#diff-9b73f4a12efe0be8829d902ad280c132505c19c2f41c0463375...
2021-01-12T13:01:21
2021-01-12T13:02:52
{}
MEMBER
vuejs
docs
759,864,973
805
skirtles-code
Is this the new repo? https://github.com/vuejs-kr/docs-next If so, could someone enable *Issues* for that repository?
2021-01-14T01:30:47
2021-01-14T01:30:47
{}
CONTRIBUTOR
vuejs
docs
772,560,999
839
LinusBorg
> Do I understanding right: to install @vue/cli solution globally - I must RUN some commands under Admin privileges and it is NOT problem of the of vue cli? No, that's not what I was trying to say. > Error: EPERM: operation not permitted, mkdir 'C:\Program Files\nodejs\node_modules.staging' that means: the `np...
2021-02-03T14:43:17
2021-02-03T14:53:03
{}
MEMBER
vuejs
docs
773,885,353
842
skirtles-code
I suggest using [Vue Discord](https://chat.vuejs.org/) for questions, you'll usually get a pretty quick response on there. The Vue 3 guide introduces the options API first, which is the API from Vue 2. This API is alive and well and is what a lot of projects are using. I'm not sure what you saw in the migration guid...
2021-02-05T08:41:37
2021-02-05T08:41:37
{}
CONTRIBUTOR
vuejs
docs
748,226,570
740
NataliaTepluhina
@skirtles-code seems there are no objections so let's merge it 🎉
2020-12-18T17:45:30
2020-12-18T17:45:30
{}
MEMBER
vuejs
docs
748,475,365
478
narusas
@bencodezen Hi Korean translation is almost done. If we finished, How to submit ? or Some kind of Rule for Translation PR?
2020-12-19T13:31:45
2020-12-19T13:31:45
{}
CONTRIBUTOR
vuejs
docs
751,529,115
618
skirtles-code
This should be fixed by #767.
2020-12-27T23:35:09
2020-12-27T23:35:09
{}
CONTRIBUTOR
vuejs
docs
753,618,446
478
veaba
Chinese translation for v3: - repo: https://github.com/vuejs/docs-next-zh-cn - website: https://v3.cn.vuejs.org - status: is ready.
2021-01-03T13:38:23
2021-01-03T13:38:23
{ "+1": 4 }
MEMBER
vuejs
docs
758,563,318
478
AlexRMU
> how about https://crowdin.com/? It is a bit paid, but maybe there are analogues? So that everything is centralized and organized
2021-01-12T10:31:48
2021-01-12T10:31:48
{}
NONE
vuejs
docs
772,470,658
839
LinusBorg
It's not related to Vue CLI either. it's realted to the OPs local user priviliges. Likely node was installed with admin privileges, but run without them.
2021-02-03T12:26:12
2021-02-03T12:26:12
{}
MEMBER