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
696,786,270
505
garygreen
I too find the current "migration guide" to be a little unhelpful. The first steps of the migration guide are detailing steps on how to *scaffold a new project* which is completely irrevelate to a *migration guide* where you want to update an existing app. There is also an overwhelming amount of links to seperate pa...
2020-09-22T15:12:43
2020-09-22T15:17:20
{ "+1": 8, "eyes": 1 }
NONE
vuejs
docs
697,841,031
528
yyx990803
Hmm, the extension looks more like a cheatsheet. Maybe we can indeed have something like that built-in (by programmatically building on top of sidebar data in a VuePress component).
2020-09-23T18:26:02
2020-09-23T18:26:02
{ "+1": 1 }
MEMBER
vuejs
docs
698,208,628
542
NataliaTepluhina
@Mister-Hope thank you for the issue! Yes, I believe we can enable PWA plugin easily 👍🏻
2020-09-24T08:48:00
2020-09-24T08:48:00
{}
MEMBER
vuejs
docs
698,290,111
545
skirtles-code
I don't believe `package-lock.json` should be included in this PR.
2020-09-24T11:40:28
2020-09-24T11:40:28
{}
CONTRIBUTOR
vuejs
docs
698,870,620
550
SaraVieira
🎉🎉🎉🎉
2020-09-25T11:11:40
2020-09-25T11:11:40
{}
CONTRIBUTOR
vuejs
docs
699,584,428
555
NataliaTepluhina
@iamsanteri I share your concern regarding SFCs. Would it make sense to enhance https://v3.vuejs.org/guide/single-file-component.html#introduction and make it more detailed?
2020-09-27T04:39:07
2020-09-27T04:39:07
{}
MEMBER
vuejs
docs
700,710,325
569
indranilstn
External event emitter would be a good replacement for an event bus. Let me give an example of the scenario where it would look forced. var CompA = { ... } // extend CompA without having to call `Vue.extend` on either var CompB = { extends: CompA, ... } CompC is a parent component that has CompB as a c...
2020-09-29T13:39:47
2020-09-29T13:39:47
{}
NONE
vuejs
docs
701,171,159
569
NataliaTepluhina
@indranilstn unfortunately, I don't see an alternative in this case. I would also recommend asking on [Vue Forum](https://forum.vuejs.org/) or [VueLand Discord channel](http://chat.vuejs.org) to get more support.
2020-09-30T05:50:40
2020-09-30T05:50:40
{}
MEMBER
vuejs
docs
1,034,158,465
1,502
lukashroch
Thanks, already using composition plugin and trying to have new work vue3 forward compatible. Though these are approaches how to do the rewrites to composition API, not to keep types for existing Options API which is still supported, but weirdly types are not. So once vue2 to vue3 is swapped, `Vue.extend` used for T...
2022-02-09T20:21:50
2022-02-09T20:39:50
{}
NONE
vuejs
docs
1,034,477,389
478
dev-oiram
@maogongzi its ok if i start checking the files for any error or you want me to start translate the new ones. I´m going to start in a week from the date of this post since I´m finishing a project I want to help as much as I can.
2022-02-10T04:19:07
2022-02-10T04:19:07
{}
NONE
vuejs
docs
1,034,944,669
1,502
lukashroch
@pikax, @LinusBorg thank you, really helpful to have these answers! Does the TS inference work for `defineComponent` in composition plugin or only in vue3? I already use composition plugin for newer code, but not yet with mixins inference. So just did a quick test and it resolves to unknown. Am I missing something? ...
2022-02-10T13:50:26
2022-02-10T13:50:26
{}
NONE
vuejs
docs
1,039,036,969
1,544
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: b4bb05170c9d2abba4473af1d5c6c8056e5f10cf 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/620a4cb7a293d100079cc6fa](https://app.netlify.com/sites/vuejs/deploys/620a4cb7a293d100079cc6fa) 😎 Browse the preview: [https://deploy-...
2022-02-14T12:36:13
2022-02-14T12:38:21
{}
NONE
vuejs
docs
1,041,204,989
1,553
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: 6d604bd0c04d381a9792523607b46ad88da1c13f 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/620cabeaae443e0007750b65](https://app.netlify.com/sites/vuejs/deploys/620cabeaae443e0007750b65) 😎 Browse the preview: [https://deploy-...
2022-02-16T07:46:57
2022-02-16T07:48:53
{}
NONE
vuejs
docs
1,034,700,004
1,461
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: 49621c35f9545820c95c75136812c8f863a8515f 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/6204dd63bc45550008d18e59](https://app.netlify.com/sites/vuejs/deploys/6204dd63bc45550008d18e59) 😎 Browse the preview: [https://deploy-...
2022-02-10T09:39:59
2022-02-10T09:41:54
{}
NONE
vuejs
docs
1,038,809,763
1,540
xgqfrms
# my suggestion ```diff .aside { width: 320px; } .content { - max-width: 688px; + max-width: cacl(100vw - 2 * 320px); } ```
2022-02-14T08:46:20
2022-02-14T08:46:20
{ "eyes": 1 }
NONE
vuejs
docs
1,039,806,524
1,547
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: ad8c55ad67c224220abc1ff6b76c75d51eaf141d 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/620b1a2acb6227000764c545](https://app.netlify.com/sites/vuejs/deploys/620b1a2acb6227000764c545) 😎 Browse the preview: [https://deploy-...
2022-02-15T03:12:47
2022-02-15T03:14:43
{}
NONE
vuejs
docs
1,039,871,941
1,547
skirtles-code
Thanks for the PR! In this context, *even* is being used as an adverb. It doesn't have a specific meaning of its own in this usage, but it acts as a modifier, emphasising that the point being discussed is something that the reader might have not expected.
2022-02-15T05:23:23
2022-02-15T05:23:23
{}
CONTRIBUTOR
vuejs
docs
1,040,030,177
1,522
NataliaTepluhina
@skirtles-code thank you for catching this! I've simplified a diagram to match the code, would you mind taking a second look? 🙏🏻
2022-02-15T09:10:27
2022-02-15T09:10:27
{}
MEMBER
vuejs
docs
1,046,028,116
1,218
NataliaTepluhina
@orlyohreally currently, the Cookbook section is under refactoring. After we add it back to the website, the PRs are very welcome
2022-02-19T14:22:04
2022-02-19T14:22:04
{}
MEMBER
vuejs
docs
1,034,087,954
1,502
LinusBorg
So let's approach this gradually and identify how far we can get: ~~Concerning a gradual approach, you could use the Vue 2 composition API plugin to be able to use `defineComponent()` in Vue 2 already, making it possible to switch your components over one by one before moving on to Vue 3.~~~ Edit: Unfortunately, ...
2022-02-09T18:52:56
2022-02-09T19:16:00
{}
MEMBER
vuejs
docs
1,036,381,321
1,341
cecilphillip
@simon04 doing a hard refresh does fix it for me
2022-02-11T16:20:17
2022-02-11T16:20:17
{ "+1": 1 }
NONE
vuejs
docs
1,037,734,990
1,493
JessicaSachs
@lmiller1990 FYI this is the first paragraph in the first page of the react docs about testing. <img width="420" alt="Screen Shot 2022-02-12 at 7 03 53 PM" src="https://user-images.githubusercontent.com/2801156/153732827-67bd5b3e-5443-4d21-8fda-05b2c8111261.png"> Like React, Vue does have recommendations. We **d...
2022-02-13T03:48:51
2022-02-13T03:48:51
{}
CONTRIBUTOR
vuejs
docs
1,037,925,511
1,493
JessicaSachs
<img width="420" alt="Screen Shot 2022-02-13 at 3 30 40 AM" src="https://user-images.githubusercontent.com/2801156/153745376-3b5f47d9-6a5b-405b-9637-7af43312cef4.png"> <img width="420" alt="Screen Shot 2022-02-13 at 3 31 01 AM" src="https://user-images.githubusercontent.com/2801156/153745377-5627222b-4c84-4268-b1ba-d2...
2022-02-13T08:33:19
2022-02-13T08:33:19
{}
CONTRIBUTOR
vuejs
docs
1,038,629,415
1,529
JessicaSachs
It just doesn't match the real-world data model... we're hardcoding the GitHub right now, but people have Open Collectives, Ko-fi, etc. There's no harm in keeping it really. On Sun, Feb 13, 2022 at 9:11 PM skirtle ***@***.***> wrote: > ***@***.**** commented on this pull request. > ------------------------------ > > ...
2022-02-14T04:29:52
2022-02-14T04:29:52
{}
CONTRIBUTOR
vuejs
docs
1,039,390,845
1,545
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: e082cce53be3c918af24b8f1800dac6669ea0921 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/620a99c132021c0007ff779d](https://app.netlify.com/sites/vuejs/deploys/620a99c132021c0007ff779d) 😎 Browse the preview: [https://deploy-...
2022-02-14T18:04:55
2022-02-14T18:06:44
{}
NONE
vuejs
docs
1,034,711,077
1,502
lukashroch
@pikax, I'm not questioning superiority of the vue3 & ts support. It works like a charm in vue3. And I agree this `Vue.extend` syntax is not great, but that's just how it was vue2 & vuex etc... I'd like to get rid of it, but for large code bases it will take time. So if we could we do this gradually, that would be grea...
2022-02-10T09:50:36
2022-02-10T09:50:36
{}
NONE
vuejs
docs
1,036,987,153
1,521
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: 6db709843bef75e59bbd8889ef7b0f09aad1346d 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/6207376bd81e040008207ff7](https://app.netlify.com/sites/vuejs/deploys/6207376bd81e040008207ff7) 😎 Browse the preview: [https://deploy-...
2022-02-12T04:28:32
2022-02-12T04:30:26
{}
NONE
vuejs
docs
1,037,704,215
1,211
skirtles-code
This wording is no longer present in the new docs.
2022-02-13T02:58:17
2022-02-13T02:58:17
{}
CONTRIBUTOR
vuejs
docs
1,037,039,839
1,522
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: 3e56a0533a2ea5963af7f4aeb07a9a5df0d61c08 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/620b6de6c12a1b0007e33f51](https://app.netlify.com/sites/vuejs/deploys/620b6de6c12a1b0007e33f51) 😎 Browse the preview: [https://deploy-...
2022-02-12T07:25:45
2022-02-15T09:11:54
{}
NONE
vuejs
docs
1,036,082,286
1,515
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: 8f4b2fccbeec096ee07763ce443293351b5ee1cb 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/62064081295ecf00073d1681](https://app.netlify.com/sites/vuejs/deploys/62064081295ecf00073d1681) 😎 Browse the preview: [https://deploy-...
2022-02-11T10:55:02
2022-02-11T10:56:57
{}
NONE
vuejs
docs
1,044,485,694
1,563
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: 19a3f5fd22f4db181d3efdfd8e6a3d19afbdae91 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/620f97774cee540007b4fac9](https://app.netlify.com/sites/vuejs/deploys/620f97774cee540007b4fac9) 😎 Browse the preview: [https://deploy-...
2022-02-18T12:56:27
2022-02-18T12:58:24
{}
NONE
vuejs
docs
1,034,703,743
1,502
pikax
Thank you @LinusBorg Now I understand the issue that OP is facing. Extending `this` type on `defineComponent` is not possible (at the least without major hacks), this is because we already override the `this` on the `defineComponent` argument, Vue3 does not support `extend` API (only with compat, but there's no...
2022-02-10T09:43:29
2022-02-10T09:43:29
{}
MEMBER
vuejs
docs
1,034,744,337
1,502
pikax
> The issue is that Options API & TS works with `defineComponent`, but only if you convert everything. I don't think you can mix & match `defineComponent` and `Vue.extend` with injected types like in the example. So you got to jump the boat, find and replace everything with defineComponent... That's correct, they wo...
2022-02-10T10:23:29
2022-02-10T10:23:29
{}
MEMBER
vuejs
docs
1,035,662,342
1,512
yyx990803
Could be caused by a network error when dynamically fetching the page, or due to non-cleared service worker from v2? Either way this should not happen once you refresh the page. Please open new issue if this happens again.
2022-02-11T00:05:55
2022-02-11T00:05:55
{}
MEMBER
vuejs
docs
1,036,983,614
1,519
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: 111796ef431d2ca1f16ef8981e5fffd91153a9d5 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/620733c02313010007c251e2](https://app.netlify.com/sites/vuejs/deploys/620733c02313010007c251e2) 😎 Browse the preview: [https://deploy-...
2022-02-12T04:12:53
2022-02-12T04:14:46
{}
NONE
vuejs
docs
1,037,192,373
1,525
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: 50bfa9c36c5b0f7004c8e55897c401d6c00cceaf 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/6207a4c24ae49a00075e2ec3](https://app.netlify.com/sites/vuejs/deploys/6207a4c24ae49a00075e2ec3) 😎 Browse the preview: [https://deploy-...
2022-02-12T12:15:06
2022-02-12T12:17:05
{}
NONE
vuejs
docs
1,038,994,370
1,349
tarrow
Just wondering if there were any more thoughts about how to get back to the `v2` docs from the `v3` ones? One of my colleagues today pointed out that right now links with `v2` in the URL redirect back to the old `v2` site but that there is a warning that in the future they will automatically go to the `v3` one. e.g....
2022-02-14T11:52:12
2022-02-14T11:52:12
{}
NONE
vuejs
docs
1,040,348,905
1,546
danielkellyio
hey @skirtles-code my apologies on the merge conflict, I've now resolved that. As far as discussing these links with Evan, these are not all the exact same links as before. In fact, many of them have been reproduced for better quality and cohesion with the new docs. Evan and I corresponded on discord and in a not...
2022-02-15T14:37:25
2022-02-16T19:52:06
{}
CONTRIBUTOR
vuejs
docs
1,043,760,699
1,556
zetaraku
It seems that the picture is a manual replica of the diagram image. As a link to the source Figma file is provided in the comment, should we just ask the author to edit it? https://github.com/vuejs/docs/blob/38d8292e74ea27d22dc58056a0a4cb171b664075/src/guide/essentials/lifecycle.md?plain=1#L58-L66
2022-02-18T02:33:56
2022-02-18T02:33:56
{}
NONE
vuejs
docs
1,034,670,356
1,502
LinusBorg
@pikax let me try and give you a quick recap of the problem: As we know in Vue 2 Options API, there are a bunch of things that are not straightforward to get type inference for when usign `Vue.extend()` which is the default approach to get some level oft ype hints. Among these are: * properties from mixins * $re...
2022-02-10T09:10:40
2022-02-10T09:10:40
{}
MEMBER
vuejs
docs
1,037,055,475
1,524
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: d6e2153288029c6523492ccc23789dc78c05f55a 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/62076a2d7a7e3000078b35b1](https://app.netlify.com/sites/vuejs/deploys/62076a2d7a7e3000078b35b1) 😎 Browse the preview: [https://deploy-...
2022-02-12T08:05:06
2022-02-12T08:07:03
{}
NONE
vuejs
docs
1,037,804,468
1,405
skirtles-code
I've consulted with @johnsoncodehk and @pikax about this. As I understand it, https://github.com/vuejs/core/pull/3399 is actively being worked on and once that is merged it will be added to the documentation. Until then, Volar has support for a workaround that uses `GlobalComponents`. That is documented in the Volar...
2022-02-13T05:43:48
2022-02-13T05:43:48
{}
CONTRIBUTOR
vuejs
docs
1,037,983,332
1,529
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: 70c5e9eb863dc427ed050492f294aec8cded09c0 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/6208d87dfcf02c00072871a3](https://app.netlify.com/sites/vuejs/deploys/6208d87dfcf02c00072871a3) 😎 Browse the preview: [https://deploy-...
2022-02-13T10:08:02
2022-02-13T10:10:04
{}
NONE
vuejs
docs
1,038,181,068
1,531
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: 8a0559e18c68eb69aa9fa970bf6aa9208c4e18af 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/62091e6195e22500084a07fd](https://app.netlify.com/sites/vuejs/deploys/62091e6195e22500084a07fd) 😎 Browse the preview: [https://deploy-...
2022-02-13T15:06:13
2022-02-13T15:08:12
{}
NONE
vuejs
docs
1,038,824,995
1,541
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: 948a7135a0b079550bff5d6c3ff4b54dfad5e704 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/620a1ae0aecf4700084a4c2c](https://app.netlify.com/sites/vuejs/deploys/620a1ae0aecf4700084a4c2c) 😎 Browse the preview: [https://deploy-...
2022-02-14T09:03:33
2022-02-14T09:05:23
{}
NONE
vuejs
docs
1,039,894,895
1,547
wxsms
> Thanks for the PR! > > In this context, _even_ is being used as an adverb. It doesn't have a specific meaning of its own in this usage, but it acts as a modifier, emphasising that the point being discussed is something that the reader might have not expected. @skirtles-code Sry, my bad. should I create an...
2022-02-15T06:10:06
2022-02-15T06:10:17
{}
MEMBER
vuejs
docs
1,043,112,372
1,548
skirtles-code
Fixed in #1556.
2022-02-17T15:56:37
2022-02-17T15:56:37
{}
CONTRIBUTOR
vuejs
docs
1,034,178,212
1,502
LinusBorg
@pikax do you have any bright ideas on how we could enable that?
2022-02-09T20:48:28
2022-02-09T20:48:28
{}
MEMBER
vuejs
docs
1,035,978,094
1,341
PuruVJ
I also found this when searching for onMounted in the cmd+k bar Edit: It's happening due to caching of pages. Doing a hard reload fixes it <img width="1496" alt="CleanShot 2022-02-11 at 14 01 45@2x" src="https://user-images.githubusercontent.com/47742487/153559899-231685ed-323e-479a-9a13-204fb8b031b7.png">
2022-02-11T08:32:50
2022-02-11T11:20:34
{}
CONTRIBUTOR
vuejs
docs
1,037,047,393
1,523
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: 9134cb9877bbea971a40da102f41cf02ee2f6a0a 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/620764ee3db0710007910465](https://app.netlify.com/sites/vuejs/deploys/620764ee3db0710007910465) 😎 Browse the preview: [https://deploy-...
2022-02-12T07:42:43
2022-02-12T07:45:09
{}
NONE
vuejs
docs
1,037,922,589
1,493
JessicaSachs
Okay I thiiiink I did it. Just give edits to the copy if it's not right -- I tried to adjust correctly. Also, the Testing API Switcher should probably just be a Code Group inside of https://github.com/vuejs/theme. It's looking pretty good though, I think!
2022-02-13T08:28:33
2022-02-13T08:28:33
{}
CONTRIBUTOR
vuejs
docs
1,040,502,013
1,550
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: f511e85a54baaf931b149a372058cdb81f9af49a 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/620bd7d9104c52000712f87f](https://app.netlify.com/sites/vuejs/deploys/620bd7d9104c52000712f87f) 😎 Browse the preview: [https://deploy-...
2022-02-15T16:42:06
2022-02-15T16:44:07
{}
NONE
vuejs
docs
1,042,105,478
1,546
danielkellyio
@skirtles-code to clarify my above comment @yyx990803 has approved the links in this PR via the notion doc. Thanks!
2022-02-16T19:53:50
2022-02-16T19:53:50
{}
CONTRIBUTOR
vuejs
docs
1,034,556,997
1,509
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: e4d5d51e21ecd90c079a0ae41377d65446fff1e0 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/6204b64fe2dc980007991175](https://app.netlify.com/sites/vuejs/deploys/6204b64fe2dc980007991175) 😎 Browse the preview: [https://deploy-...
2022-02-10T06:53:08
2022-02-10T06:54:19
{}
NONE
vuejs
docs
1,036,579,998
1,449
edimitchel
I use keyCode as key doesn't result to `a` or `t` but Dead and a cross symbol.
2022-02-11T20:10:09
2022-02-11T20:10:09
{}
CONTRIBUTOR
vuejs
docs
1,036,798,947
1,341
skirtles-code
There are a number of different issues being discussed here, but just to confirm we are looking into them.
2022-02-11T23:57:00
2022-02-11T23:57:00
{ "hooray": 2 }
CONTRIBUTOR
vuejs
docs
1,039,986,932
1,475
skirtles-code
Thanks for the PR! I've recreated this change in the new repo for the migration guide: https://github.com/vuejs/v3-migration-guide/pull/8.
2022-02-15T08:21:10
2022-02-15T08:21:10
{ "+1": 1, "hooray": 1 }
CONTRIBUTOR
vuejs
docs
1,040,058,715
1,475
dpschen
Thanks! I was not aware of https://github.com/vuejs/v3-migration-guide in the moment =)
2022-02-15T09:40:19
2022-02-15T09:40:19
{}
NONE
vuejs
docs
1,034,180,683
1,224
skirtles-code
The new docs have a link to the changelog at the top of About / Releases.
2022-02-09T20:51:46
2022-02-09T20:51:46
{}
CONTRIBUTOR
vuejs
docs
1,034,712,388
1,511
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: 19fdb8163ab89884edafa26b074db1027dcc79c2 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/6204e035beec8a0007ee4656](https://app.netlify.com/sites/vuejs/deploys/6204e035beec8a0007ee4656) 😎 Browse the preview: [https://deploy-...
2022-02-10T09:51:54
2022-02-10T09:53:46
{}
NONE
vuejs
docs
1,036,075,187
1,514
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: 2438cfa5d8bf4cd52ae8b0204878b78b80dc9e68 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/62063e7593b6fc00092ed358](https://app.netlify.com/sites/vuejs/deploys/62063e7593b6fc00092ed358) 😎 Browse the preview: [https://deploy-...
2022-02-11T10:46:17
2022-02-11T10:48:04
{}
NONE
vuejs
docs
1,036,277,762
1,517
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: 704bc768d9f4bfa2a8c3aed8f79da22fdb0b5e2b 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/6206750e9a73070008773b22](https://app.netlify.com/sites/vuejs/deploys/6206750e9a73070008773b22) 😎 Browse the preview: [https://deploy-...
2022-02-11T14:39:17
2022-02-11T14:41:04
{}
NONE
vuejs
docs
1,038,069,627
1,493
NataliaTepluhina
@JessicaSachs thank you for the patience and for implementing all the changes and tweaks! I believe the testing API switcher looks great now so let's merge this PR and make any changes involving Code Group (if necessary) in the follow-ups 👍🏻
2022-02-13T12:20:08
2022-02-13T12:20:08
{}
MEMBER
vuejs
docs
1,038,621,422
1,537
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: 6e089e67983083c3adb15cf39716662391717a4c 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/6209d7dd4ae49a00078e8e12](https://app.netlify.com/sites/vuejs/deploys/6209d7dd4ae49a00078e8e12) 😎 Browse the preview: [https://deploy-...
2022-02-14T04:17:37
2022-02-14T04:19:34
{}
NONE
vuejs
docs
1,044,727,879
1,564
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: ebaa98586726b684dd34fec7486495836804dccc 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/62104eee1ee4490008d2a1ca](https://app.netlify.com/sites/vuejs/deploys/62104eee1ee4490008d2a1ca) 😎 Browse the preview: [https://deploy-...
2022-02-18T15:45:59
2022-02-19T02:01:20
{}
NONE
vuejs
docs
1,034,483,491
1,508
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: 2c17814fac045f8be54062b3b804845b303daf79 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/62049596646352000797ce6f](https://app.netlify.com/sites/vuejs/deploys/62049596646352000797ce6f) 😎 Browse the preview: [https://deploy-...
2022-02-10T04:33:32
2022-02-10T04:35:44
{}
NONE
vuejs
docs
1,035,513,762
1,502
lukashroch
@pikax thanks for confirming!
2022-02-10T21:02:45
2022-02-10T21:02:45
{}
NONE
vuejs
docs
1,036,301,757
1,518
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: 7ff8c24b74b4c2577b3370a6c464a4281f1869ca 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/620679e224f78c00085afc64](https://app.netlify.com/sites/vuejs/deploys/620679e224f78c00085afc64) 😎 Browse the preview: [https://deploy-...
2022-02-11T14:59:50
2022-02-11T15:02:08
{}
NONE
vuejs
docs
1,039,900,974
1,547
skirtles-code
It's all good, Natalia's already reverted it. Thanks.
2022-02-15T06:21:15
2022-02-15T06:21:15
{ "heart": 1 }
CONTRIBUTOR
vuejs
docs
1,041,119,032
1,551
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: 67e4b1c5a03f73be9d8f31f4ce9eee721dd39fa1 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/620c8cabe9bd42000832fa1a](https://app.netlify.com/sites/vuejs/deploys/620c8cabe9bd42000832fa1a) 😎 Browse the preview: [https://deploy-...
2022-02-16T05:18:56
2022-02-16T05:35:16
{}
NONE
vuejs
docs
1,034,672,498
1,508
NataliaTepluhina
Thank you for the contribution!
2022-02-10T09:12:43
2022-02-10T09:12:43
{}
MEMBER
vuejs
docs
1,031,244,498
1,493
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: a15b394f52b79f7adf38c81249726da9879723e3 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/6208c39e0f65650007abca41](https://app.netlify.com/sites/vuejs/deploys/6208c39e0f65650007abca41) 😎 Browse the preview: [https://deploy-...
2022-02-07T09:23:13
2022-02-13T08:40:45
{}
NONE
vuejs
docs
1,037,963,196
1,528
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: 2dc67c4506e56b9dba34c7b4d2d44341c0c65f66 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/6208d0d4036016000718ec7f](https://app.netlify.com/sites/vuejs/deploys/6208d0d4036016000718ec7f) 😎 Browse the preview: [https://deploy-...
2022-02-13T09:35:20
2022-02-13T09:37:14
{}
NONE
vuejs
docs
1,042,910,719
1,557
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: 65969605ebc7720873efa2ec5134e9e7b69c2e12 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/620e42af49433f0007f482af](https://app.netlify.com/sites/vuejs/deploys/620e42af49433f0007f482af) 😎 Browse the preview: [https://deploy-...
2022-02-17T12:42:29
2022-02-17T12:44:14
{}
NONE
vuejs
docs
1,034,965,937
1,502
pikax
@lukashroch yes only on Vue3
2022-02-10T14:09:59
2022-02-10T14:09:59
{}
MEMBER
vuejs
docs
1,036,015,387
1,513
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: f754388914d0004aa026aedffdc050c9edd57c12 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/62062bd5b579ac0007102ce2](https://app.netlify.com/sites/vuejs/deploys/62062bd5b579ac0007102ce2) 😎 Browse the preview: [https://deploy-...
2022-02-11T09:26:51
2022-02-11T09:28:59
{}
NONE
vuejs
docs
1,036,097,659
1,341
unickhow
I also encounter this issue recently, in my case, I was browsing other tabs and put Vue docs tab in idle, then some pages will be Not Found when I came back, not sure how long would it take to reproduce, before that was working fine. and I found this closed [issue](https://github.com/vuejs/docs/issues/1512) about de...
2022-02-11T11:14:13
2022-02-11T11:14:13
{ "+1": 1 }
NONE
vuejs
docs
1,036,545,281
1,341
Modjular
<img width="534" alt="Screen Shot 2022-02-11 at 11 27 16 AM" src="https://user-images.githubusercontent.com/8238329/153656783-11507cb6-10d0-48ff-bda9-3124fdd87c6b.png"> I'm experiencing issues with the site right now as well. That link above led me to the desired page, then re-routed me to the homepage for some reas...
2022-02-11T19:29:33
2022-02-11T19:29:33
{}
NONE
vuejs
docs
1,037,792,767
1,353
skirtles-code
Sorry for the delay. I believe this example has been removed from the new docs, so I'm going to close this.
2022-02-13T05:25:26
2022-02-13T05:25:26
{}
CONTRIBUTOR
vuejs
docs
1,038,074,678
1,526
NataliaTepluhina
@ggjulio thank you for reporting the issue! Most of the articles in the old cookbook were outdated and needed a rewrite. We plan to add the cookbook back after updating entries there.
2022-02-13T12:27:13
2022-02-13T12:27:13
{ "+1": 1 }
MEMBER
vuejs
docs
1,039,411,411
1,522
skirtles-code
I'm wondering about the small differences from the code that comes just before the picture. e.g. The use of `#default` rather than `v-slot` and the extra `<template>` tag. The text just before the example emphasises that the example is showing a single default slot with `v-slot`, but the code style in the picture is mo...
2022-02-14T18:24:43
2022-02-14T18:24:43
{}
CONTRIBUTOR
vuejs
docs
1,039,577,955
1,539
lidlanca
works - implicit unref in `toDisplayString` ```js {{ object.foo }} ``` won't work ```js <button @click='object.foo++'>increment</button> ``` so it might be worth changing the example to better explain where it might fail and where not.
2022-02-14T21:24:47
2022-02-14T21:24:47
{}
NONE
vuejs
docs
1,042,525,494
1,553
rictic
Closing this for now, we're evaluating whether the suggested v-event: custom directive satisfies the event name requirement for custom-elements-everywhere
2022-02-17T03:10:49
2022-02-17T03:10:49
{}
NONE
vuejs
docs
1,046,278,790
1,566
NataliaTepluhina
@warrior-dev the guide is written in this way intentionally. We explain different API styles in the `Introduction` right after showing the initial example (that uses Options API indeed). For Quick Start, we can add a Composition API alternative to code snippets like it was done for the rest of the guide.
2022-02-20T16:58:11
2022-02-20T16:58:11
{ "+1": 1 }
MEMBER
vuejs
docs
1,034,273,242
1,502
pikax
> @pikax do you have any bright ideas on how we could enable that? @LinusBorg maybe providing an `Vue.extend` on `@vue/compat`, basically `defineComponent` but with a different name. --- Vue3 provides superior typescript support than vue2, with full support for Options API. @lukashroch do you mind provid...
2022-02-09T22:42:55
2022-02-09T22:42:55
{}
MEMBER
vuejs
docs
1,034,374,086
1,493
lmiller1990
I looked at how React solves this problem. They have three pages: 1. Testing https://reactjs.org/docs/testing.html 2. Recipes https://reactjs.org/docs/testing-recipes.html 2. Frameworks https://reactjs.org/docs/testing-environments.html ___ Here's what they say. 1. Testing - extremely short. "Here are so...
2022-02-10T01:03:21
2022-02-10T01:04:45
{ "+1": 1 }
MEMBER
vuejs
docs
1,036,985,289
1,520
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: dde1c3baffce326b910713fe8e9720da0a514fd1 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/6207357651a6820007b3a5d8](https://app.netlify.com/sites/vuejs/deploys/6207357651a6820007b3a5d8) 😎 Browse the preview: [https://deploy-...
2022-02-12T04:20:11
2022-02-12T04:22:10
{}
NONE
vuejs
docs
1,037,861,691
1,493
NataliaTepluhina
@JessicaSachs I believe the points from https://github.com/vuejs/docs/pull/1493#issuecomment-1033020045 are still not addressed (especially the connection between shallow/non-shallow mounting and whitebox/blackbox testing). Addressing this and adding tabbed UI remove the last blockers for merging the PR 👍🏻
2022-02-13T06:50:17
2022-02-13T06:50:17
{}
MEMBER
vuejs
docs
1,038,288,175
1,535
netlify[bot]
❌ Deploy Preview for *vuejs* failed. 🔨 Explore the source changes: fd8f7db8dbf91c1bb3d6b733d24e686f6cd3bfde 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/62094211354aa3000705a10b](https://app.netlify.com/sites/vuejs/deploys/62094211354aa3000705a10b)
2022-02-13T17:38:29
2022-02-13T17:39:05
{}
NONE
vuejs
docs
1,038,402,334
1,536
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: 33e17347ed4c0685f82858ace0fa6f82085d6cea 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/620967ee71a4ed0007abcaf8](https://app.netlify.com/sites/vuejs/deploys/620967ee71a4ed0007abcaf8) 😎 Browse the preview: [https://deploy-...
2022-02-13T20:20:03
2022-02-13T20:21:59
{}
NONE
vuejs
docs
1,039,226,642
1,535
NataliaTepluhina
Closing this PR in favor of https://github.com/vuejs/docs/pull/1544
2022-02-14T15:33:07
2022-02-14T15:33:07
{}
MEMBER
vuejs
docs
1,042,048,664
1,555
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: bf0b6adab48f27307501eb974a0654f020777a64 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/620d4b28e34868000710dc3e](https://app.netlify.com/sites/vuejs/deploys/620d4b28e34868000710dc3e) 😎 Browse the preview: [https://deploy-...
2022-02-16T19:06:21
2022-02-16T19:08:21
{}
NONE
vuejs
docs
1,044,286,345
1,560
milos018
Thanks for the comment. I believe this is fixed now. Happy to make any other changes if needed.
2022-02-18T10:26:13
2022-02-18T10:26:13
{}
CONTRIBUTOR
vuejs
docs
1,034,399,885
1,507
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: 4f20c1717655efd9b59459bd0f10ab66178274ea 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/6205c91745aff00008c561e1](https://app.netlify.com/sites/vuejs/deploys/6205c91745aff00008c561e1) 😎 Browse the preview: [https://deploy-...
2022-02-10T01:45:31
2022-02-11T02:27:36
{}
NONE
vuejs
docs
1,037,783,019
1,506
skirtles-code
Thanks for the PR! I believe `v-text` is intentionally omitted from this page. It's only really used for handling edge cases and not something that newcomers needs to meet in the initial guides. The `{{ ... }}` feature is known as 'text interpolation'. That is used as the heading on the section. The term 'mustach...
2022-02-13T05:08:59
2022-02-13T05:08:59
{}
CONTRIBUTOR
vuejs
docs
1,038,554,825
1,532
skirtles-code
It seems that all the CodePens in that file have been commented out and not replaced with anything.
2022-02-14T02:15:32
2022-02-14T02:15:32
{}
CONTRIBUTOR
vuejs
docs
1,039,965,668
1,549
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: ec442ca3065c77c03b4b1393831f123751618a03 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/620b5c94d8cde30007f2e496](https://app.netlify.com/sites/vuejs/deploys/620b5c94d8cde30007f2e496) 😎 Browse the preview: [https://deploy-...
2022-02-15T07:56:10
2022-02-15T07:57:57
{}
NONE
vuejs
docs
1,041,135,724
1,552
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: 2f9dd2a16c7a8411356541a4d6ebe24e4e608e65 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/620c9189cb661200073ada71](https://app.netlify.com/sites/vuejs/deploys/620c9189cb661200073ada71) 😎 Browse the preview: [https://deploy-...
2022-02-16T05:54:21
2022-02-16T05:56:15
{}
NONE
vuejs
docs
1,042,626,462
1,556
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: 1b0ce5fcf2770726689e293c85bdab9abe1b565b 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/620def828b07cf0008f6d2a5](https://app.netlify.com/sites/vuejs/deploys/620def828b07cf0008f6d2a5) 😎 Browse the preview: [https://deploy-...
2022-02-17T06:47:35
2022-02-17T06:49:27
{}
NONE
vuejs
docs
1,034,215,370
404
skirtles-code
The new guide at https://vuejs.org/guide/reusability/composables.html covers this topic. I think we can use #1293 for further discussion.
2022-02-09T21:37:21
2022-02-09T21:37:21
{}
CONTRIBUTOR