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,001,351,507 | 1,396 | vercel[bot] | This pull request is being automatically deployed with Vercel ([learn more](https://vercel.link/github-learn-more)).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: [https://vercel.com/vuejs/docs/29Xdw4jU6hz6nJAU1zVxn2T99GYb](https://vercel.com/vuejs/docs/29Xdw4jU6hz... | 2021-12-27T05:58:12 | 2021-12-27T05:59:14 | {} | NONE |
vuejs | docs | 1,001,357,680 | 1,398 | vercel[bot] | This pull request is being automatically deployed with Vercel ([learn more](https://vercel.link/github-learn-more)).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: [https://vercel.com/vuejs/docs/8yBeK62mo22W7UdCxBpoTK8ihPwA](https://vercel.com/vuejs/docs/8yBeK62mo22... | 2021-12-27T06:14:25 | 2021-12-27T06:15:34 | {} | NONE |
vuejs | docs | 1,002,183,215 | 1,407 | netlify[bot] | ✔️ Deploy Preview for *vue-docs-preview* ready!
🔨 Explore the source changes: 83a5cf9a2736905e14fc07f70a199b6a81ba7494
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vue-docs-preview/deploys/61cb3a12cc22870007552dfd](https://app.netlify.com/sites/vue-docs-preview/deploys/61cb3a12cc22870007552dfd)
😎 Bro... | 2021-12-28T16:23:51 | 2021-12-28T16:26:07 | {} | NONE |
vuejs | docs | 987,547,872 | 1,364 | stafyniaksacha | Hello! The link https://www.vuemastery.com/free-weekend-december-2021 point to a 404 | 2021-12-07T04:03:35 | 2021-12-07T04:03:35 | {} | NONE |
vuejs | docs | 993,874,955 | 1,032 | LinusBorg | @berzi The [API Dcos for script-setup](https://v3.vuejs.org/api/sfc-script-setup.html#top-level-await) tell you it only works when nested in a Suspense component - like using `await` in a normal setup function. | 2021-12-14T18:46:10 | 2021-12-14T18:46:19 | {} | MEMBER |
vuejs | docs | 998,575,313 | 927 | anburocky3 | > Is there some way to do inline from html ?. I say this to take advantage of the new way that Vue can v-model a prop.
>
> ```
> <input type="text" :value="mypropparam" @input="$emit('update:mypropparam', $event.target.value)" />
> // Lint error: The property 'value' doesn't exist in type EventTarget.
> ```
Ha... | 2021-12-21T08:34:04 | 2021-12-21T08:34:04 | {} | NONE |
vuejs | docs | 1,001,829,479 | 1,403 | netlify[bot] | ✔️ Deploy Preview for *vue-docs-preview* ready!
🔨 Explore the source changes: 736b8003a50cc9445dbfe2be2c0d1e9d5bddc8fc
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vue-docs-preview/deploys/61ca6f8ff85da800093c4e94](https://app.netlify.com/sites/vue-docs-preview/deploys/61ca6f8ff85da800093c4e94)
😎 Bro... | 2021-12-28T01:59:48 | 2021-12-28T02:02:08 | {} | NONE |
vuejs | docs | 1,002,449,419 | 1,408 | vercel[bot] | This pull request is being automatically deployed with Vercel ([learn more](https://vercel.link/github-learn-more)).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: [https://vercel.com/vuejs/docs/HgNh37gx92oz3m16nZTh1vMMsM4X](https://vercel.com/vuejs/docs/HgNh37gx92o... | 2021-12-29T08:11:54 | 2021-12-29T08:13:08 | {} | NONE |
vuejs | docs | 1,030,302,177 | 1,484 | netlify[bot] | ✔️ Deploy Preview for *vue-docs-preview* ready!
🔨 Explore the source changes: 1a05f5f6d7515501787b13eb5deb4f82a292bbb3
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vue-docs-preview/deploys/61ffd2dfad3e410007a13076](https://app.netlify.com/sites/vue-docs-preview/deploys/61ffd2dfad3e410007a13076)
😎 Bro... | 2022-02-04T19:53:03 | 2022-02-06T13:56:17 | {} | NONE |
vuejs | docs | 1,031,365,714 | 786 | NataliaTepluhina | Closing as we have the example with API set to Composition API + HTML | 2022-02-07T11:31:35 | 2022-02-07T11:31:35 | {} | MEMBER |
vuejs | docs | 1,031,394,486 | 1,293 | NataliaTepluhina | I believe this chapter partly covers the request for Composables section: https://vuejs.org/guide/reusability/composables.html#async-state-example | 2022-02-07T12:06:25 | 2022-02-07T12:06:25 | {} | MEMBER |
vuejs | docs | 1,033,890,965 | 1,502 | lukashroch | Let's assume vue2 is swapped to vue3 and we deal with local mixins in local components (!no global vue instance augmentation!).
- you have large code base written in vue2 & TS, so most of the components are probably using Vue.extend
- syntax `export default (Vue as VueConstructor<Vue & InstanceType<typeof someMixin... | 2022-02-09T15:35:13 | 2022-02-09T15:35:13 | {} | NONE |
vuejs | docs | 1,031,336,650 | 1,494 | netlify[bot] | ✔️ Deploy Preview for *vuejs* ready!
🔨 Explore the source changes: f6f58081d4b8ef667a1aa29b1b48dee99bc9cbe7
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/6200fb583f51f60007369706](https://app.netlify.com/sites/vuejs/deploys/6200fb583f51f60007369706)
😎 Browse the preview: [https://deploy-... | 2022-02-07T10:58:37 | 2022-02-07T11:00:36 | {} | NONE |
vuejs | docs | 1,031,360,857 | 448 | NataliaTepluhina | Closing as we have switched to new docs and this is not relevant anymore | 2022-02-07T11:26:13 | 2022-02-07T11:26:13 | {} | MEMBER |
vuejs | docs | 1,031,373,841 | 1,497 | netlify[bot] | ✔️ Deploy Preview for *vuejs* ready!
🔨 Explore the source changes: 3a2518e79e9776181df5641b719a9def1e2c8a36
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/620105583f51f600073847ea](https://app.netlify.com/sites/vuejs/deploys/620105583f51f600073847ea)
😎 Browse the preview: [https://deploy-... | 2022-02-07T11:41:17 | 2022-02-07T11:43:25 | {} | NONE |
vuejs | docs | 1,031,390,335 | 1,291 | NataliaTepluhina | As new docs are default now, this issue is not relevant anymore | 2022-02-07T12:01:40 | 2022-02-07T12:01:40 | {} | MEMBER |
vuejs | docs | 1,032,149,922 | 478 | maogongzi | @dev-oiram @omiras hello! sorry for replying late as I was on the Chinese New Year vacation, thank you friends for joining, definitely good news to push the translation progress forward, speaking of how do I manage the repo, currently I create one issue per file to be translated, and link one corresponding PR to transl... | 2022-02-08T02:31:58 | 2022-02-08T02:31:58 | {} | NONE |
vuejs | docs | 1,032,434,345 | 1,422 | Donskelle | Ahh thanks for your response and clarification.
Yeah the nested composables doesn't make much sense. We are trying to keep component setup code as short as possible. So we have a lot of code like this:
```ts
// setup example
return useCustomerTable(props, context);
```
This is where a lot of nested composables ... | 2022-02-08T10:11:09 | 2022-02-08T10:11:28 | {
"+1": 1
} | NONE |
vuejs | docs | 1,033,984,404 | 1,502 | leopiccionia | Anyway, after further research, it seems that `defineComponent` should correctly infer types in mixins also defined with `defineComponent` ([see PR](https://github.com/vuejs/core/pull/626)). I've never used mixins in Vue 3 + TS code, so I don't know if this assumption holds in real world.
The full suite of `defineCo... | 2022-02-09T17:00:29 | 2022-02-09T17:00:29 | {} | CONTRIBUTOR |
vuejs | docs | 1,030,750,368 | 1,487 | crystalfp | All pages from staging besides the top ones are missing. Has the new documentation found a new home? | 2022-02-06T04:34:56 | 2022-02-06T04:34:56 | {} | NONE |
vuejs | docs | 1,032,135,998 | 1,402 | yyx990803 | Closing as stale. | 2022-02-08T02:05:11 | 2022-02-08T02:05:11 | {} | MEMBER |
vuejs | docs | 1,022,061,646 | 1,461 | netlify[bot] | ✔️ Deploy Preview for *vue-docs-preview* ready!
🔨 Explore the source changes: 57ed528a6674359d6f1dbc46bc52527de407f136
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vue-docs-preview/deploys/61fe6ca4cf99390007a362ed](https://app.netlify.com/sites/vue-docs-preview/deploys/61fe6ca4cf99390007a362ed)
😎 Bro... | 2022-01-26T10:22:29 | 2022-02-05T12:27:25 | {} | NONE |
vuejs | docs | 1,031,337,798 | 1,494 | JessicaSachs | Fixes #1495 | 2022-02-07T11:00:07 | 2022-02-07T11:00:14 | {} | CONTRIBUTOR |
vuejs | docs | 1,031,358,600 | 116 | NataliaTepluhina | Added to API: https://vuejs.org/api/custom-renderer.html#createrenderer | 2022-02-07T11:23:50 | 2022-02-07T11:23:50 | {} | MEMBER |
vuejs | docs | 1,031,390,779 | 1,292 | NataliaTepluhina | Closing this issue as v3 docs are default now | 2022-02-07T12:02:09 | 2022-02-07T12:02:09 | {} | MEMBER |
vuejs | docs | 1,032,720,875 | 1,501 | dammy001 | @paparent yeah... 🤌🏽 | 2022-02-08T15:16:32 | 2022-02-08T15:16:32 | {} | CONTRIBUTOR |
vuejs | docs | 1,033,020,045 | 1,493 | NataliaTepluhina | @bencodezen @JessicaSachs
I believe multiple approaches are a good idea. However, I'd prefer pure VTU example over testing library there.
I'll bring a few more points within one comments so that the discussion is not spread:
- > Tests that are "Whitebox tests" are aware of the implementation details and depen... | 2022-02-08T20:14:04 | 2022-02-08T20:14:04 | {} | MEMBER |
vuejs | docs | 1,033,521,328 | 1,506 | netlify[bot] | ✔️ Deploy Preview for *vuejs* ready!
🔨 Explore the source changes: ec9ef1f97638564e145de9cf593ac2b4e73a82cc
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/6203840680f9fe0008ea759f](https://app.netlify.com/sites/vuejs/deploys/6203840680f9fe0008ea759f)
😎 Browse the preview: [https://deploy-... | 2022-02-09T09:06:19 | 2022-02-09T09:07:40 | {} | NONE |
vuejs | docs | 1,027,536,785 | 1,479 | netlify[bot] | ✔️ Deploy Preview for *vue-docs-preview* ready!
🔨 Explore the source changes: c20f1c1cb4403b65173d18c87125fe62d6c270d0
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vue-docs-preview/deploys/61f9f7f9d456f4000743849e](https://app.netlify.com/sites/vue-docs-preview/deploys/61f9f7f9d456f4000743849e)
😎 Bro... | 2022-02-02T03:18:23 | 2022-02-02T03:20:30 | {} | NONE |
vuejs | docs | 1,030,400,490 | 478 | dev-oiram | @omiras @maogongzi I can start by checking for mistakes on the files that have already been translated and of course start the translation with some new ones. I´m gona make pull request to see if someone @omiras @maogongzi can make a review before the merge to main branch by @maogongzi . If you have any questions i... | 2022-02-04T22:28:07 | 2022-02-04T22:28:07 | {} | NONE |
vuejs | docs | 1,031,366,831 | 823 | NataliaTepluhina | Closing an issue as we have switched to new docs | 2022-02-07T11:32:55 | 2022-02-07T11:32:55 | {} | MEMBER |
vuejs | docs | 1,031,375,042 | 1,079 | NataliaTepluhina | Closing the issue as the animation was removed in the new docs | 2022-02-07T11:42:45 | 2022-02-07T11:42:45 | {} | MEMBER |
vuejs | docs | 1,031,384,082 | 1,244 | NataliaTepluhina | Closing as now Transitions section has an both Options and Composition API | 2022-02-07T11:53:43 | 2022-02-07T11:53:43 | {} | MEMBER |
vuejs | docs | 1,031,389,307 | 1,279 | NataliaTepluhina | Closing as we have the mentioned switcher in new docs | 2022-02-07T12:00:30 | 2022-02-07T12:00:30 | {} | MEMBER |
vuejs | docs | 1,028,655,199 | 1,468 | yyx990803 | You should be using `createSSRApp()` in all cases when doing SSR, since the app creation code is shared between server and client. | 2022-02-03T06:54:44 | 2022-02-03T06:54:44 | {
"+1": 1
} | MEMBER |
vuejs | docs | 1,030,939,102 | 1,485 | skirtles-code | Thanks for the PR!
I think omitting the `<style>` is intentional. In the context of the API comparison, the `<style>` section just adds extra noise, making it trickier to compare the two APIs. The linked Playground examples also don't include the `<style>` section. The earlier example was trying to demonstrate SFC f... | 2022-02-06T23:23:57 | 2022-02-06T23:23:57 | {} | CONTRIBUTOR |
vuejs | docs | 1,031,359,678 | 350 | NataliaTepluhina | I believe we already have translations handled 😅 | 2022-02-07T11:24:57 | 2022-02-07T11:24:57 | {} | MEMBER |
vuejs | docs | 1,031,521,833 | 1,499 | netlify[bot] | ✔️ Deploy Preview for *vuejs* ready!
🔨 Explore the source changes: a00d03bd5eea47aa66876579cf72473eb6b0fce3
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/62012b0d9c5f4800074b4ffb](https://app.netlify.com/sites/vuejs/deploys/62012b0d9c5f4800074b4ffb)
😎 Browse the preview: [https://deploy-... | 2022-02-07T14:22:11 | 2022-02-07T14:23:58 | {} | NONE |
vuejs | docs | 1,033,735,013 | 1,502 | leopiccionia | I don't know the position of Vue team, but, as a user, if I aimed for optimal TypeScript support:
* instead of local mixins, I'd use the Composition API — it was originally created for composition-over-inheritance scenarios like this ([see comparison](https://vuejs.org/guide/reusability/composables.html#comparisons-... | 2022-02-09T12:59:17 | 2022-02-09T13:02:19 | {} | CONTRIBUTOR |
vuejs | docs | 1,029,692,863 | 478 | omiras | @dev-oiram @maogongzi @lagp0310 Same here. I would like to help but never really been involved in the past with projects translations. How should we start?
¿Cómo podemos ponernos de acuerdo sobre en qué repositorio continuar el trabajo de traducción e incorporarlo a Vue?
¿Quizás un meeting por Discord? | 2022-02-04T06:19:34 | 2022-02-04T06:20:48 | {} | NONE |
vuejs | docs | 1,031,379,574 | 1,151 | NataliaTepluhina | Added in new docs: https://vuejs.org/about/faq.html#what-browsers-does-vue-support | 2022-02-07T11:48:03 | 2022-02-07T11:48:03 | {
"+1": 3
} | MEMBER |
vuejs | docs | 1,031,381,206 | 1,167 | NataliaTepluhina | Closing as we have a new docs now that should have made the explanation more clear | 2022-02-07T11:50:04 | 2022-02-07T11:50:04 | {
"+1": 2
} | MEMBER |
vuejs | docs | 1,031,389,939 | 1,290 | NataliaTepluhina | Closing as new docs are default now and they cover most of the mentioned points | 2022-02-07T12:01:15 | 2022-02-07T12:01:15 | {} | MEMBER |
vuejs | docs | 1,031,433,897 | 1,498 | netlify[bot] | ✔️ Deploy Preview for *vuejs* ready!
🔨 Explore the source changes: d9a0ccd00643f9459232b1d9be4c2769d93e6963
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/62011563beb190000763e3c8](https://app.netlify.com/sites/vuejs/deploys/62011563beb190000763e3c8)
😎 Browse the preview: [https://deploy-... | 2022-02-07T12:49:45 | 2022-02-07T12:51:57 | {} | NONE |
vuejs | docs | 1,031,425,226 | 1,493 | JessicaSachs | Lots of comments (this is good!!!!).
So far what I'm hearing:
1. Representation of Unit Testing a component using `shallowMount` in Vitest by using `@vue/test-utils` directly. (Testing Library's philosophy explicitly against all mocking... I guess this feels a _little_ awkward because we're calling Vue Test Utils... | 2022-02-07T12:38:26 | 2022-02-07T13:20:28 | {} | CONTRIBUTOR |
vuejs | docs | 1,032,023,165 | 1,493 | xanf | @JessicaSachs sorry, it seems we're reading the same text, but understand it differently
I'm aware of Kent's position on mocking vs full-tree, but I can't say that for example svelte or even react socs says "as little as possible" (testing library obviously says that)
Based on my experience of maintaining gitlab ... | 2022-02-07T23:04:28 | 2022-02-07T23:04:28 | {} | NONE |
vuejs | docs | 1,032,057,572 | 1,493 | xanf | @JessicaSachs thank you for your cooperation! I really feel proposing all options to the users is really important for a health of community
Regarding your clarification: please could tou assume the same level of good intentions and awareness from others. I'm frontend testing expert in GitLab for years, i actively c... | 2022-02-07T23:50:13 | 2022-02-07T23:50:13 | {} | NONE |
vuejs | docs | 1,031,367,355 | 844 | NataliaTepluhina | Closing an issue as we have switched to new docs. | 2022-02-07T11:33:29 | 2022-02-07T11:33:29 | {} | MEMBER |
vuejs | docs | 1,031,367,598 | 847 | NataliaTepluhina | Closing an issue as we have switched to new docs. | 2022-02-07T11:33:46 | 2022-02-07T11:33:46 | {} | MEMBER |
vuejs | docs | 1,031,393,497 | 1,344 | NataliaTepluhina | Closing as we don't have the diagram in the new docs | 2022-02-07T12:05:16 | 2022-02-07T12:05:16 | {} | MEMBER |
vuejs | docs | 1,032,695,709 | 1,446 | lukashroch | Yeah, you can do this already with vue2 on global level in similar way. Though query was meant for component specific non-resolved mixins/refs etc. Am I missing something how this can be leveraged for single component-specific logic like in the example above? | 2022-02-08T14:53:00 | 2022-02-08T14:53:00 | {} | NONE |
vuejs | docs | 1,032,967,114 | 1,493 | bencodezen | Thanks everyone for the spirited discussion! Clearly, people are coming from different experiences and there are a lot of different opinions in terms of what is best. That said, I think It's great to see everyone being able to share their views on "best practices" while still trying to keep in mind what's best for the ... | 2022-02-08T19:12:23 | 2022-02-08T19:12:23 | {
"heart": 1
} | MEMBER |
vuejs | docs | 985,171,805 | 478 | anchan42 | Thai translation started as part of my learning process. :)
https://github.com/anchan42/Vue-3-Thai-docs
- [x] Essentials
- [ ] Components In-Depth
- [ ] Transitions & Animation
- [ ] Reusability & Composition
- [ ] Advanced Guides
- [ ] Tooling
- [ ] Scaling Up
- [ ] Accessibility
| 2021-12-03T02:52:36 | 2022-02-09T05:07:26 | {
"+1": 1
} | NONE |
vuejs | docs | 1,030,923,010 | 1,453 | skirtles-code | This change seems to impact some other elements too, such as the `<textarea>` example. | 2022-02-06T21:58:46 | 2022-02-06T21:58:46 | {} | CONTRIBUTOR |
vuejs | docs | 1,031,001,109 | 1,492 | netlify[bot] | ✔️ Deploy Preview for *vue-docs-preview* ready!
🔨 Explore the source changes: fd4f3b0432ffdcdee4107f3c267e9bf58a64fd92
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vue-docs-preview/deploys/62007ea028c5380008d5e342](https://app.netlify.com/sites/vue-docs-preview/deploys/62007ea028c5380008d5e342)
😎 Bro... | 2022-02-07T02:06:30 | 2022-02-07T02:08:47 | {} | NONE |
vuejs | docs | 1,031,223,821 | 1,487 | crystalfp | I remember something similar happened with [typescript ](https://www.typescriptlang.org/) site and was due to cookies. Anyway, I moved to Chrome and forgot the issue.
Thanks!
mario | 2022-02-07T09:02:21 | 2022-02-07T09:02:21 | {} | NONE |
vuejs | docs | 1,031,365,086 | 773 | NataliaTepluhina | Closing this one as we have an API switcher in the new docs, so the examples shouldn't be universal anymore | 2022-02-07T11:30:58 | 2022-02-07T11:30:58 | {} | MEMBER |
vuejs | docs | 1,031,368,055 | 865 | NataliaTepluhina | Closing an issue as we have switched to new docs. | 2022-02-07T11:34:19 | 2022-02-07T11:34:19 | {} | MEMBER |
vuejs | docs | 1,031,999,610 | 1,493 | JessicaSachs | Last night I was thinking more about the `shallowMount` discussion.
I realized that Svelte and React exclusively recommend full `mount`/`render` instead of `shallowMount`.
https://reactjs.org/docs/testing.html
https://svelte.dev/faq#how-do-i-test-svelte-apps
I did re-write the Unit Testing section to cover `s... | 2022-02-07T22:28:02 | 2022-02-07T22:28:15 | {} | CONTRIBUTOR |
vuejs | docs | 1,032,005,635 | 1,493 | xanf | @JessicaSachs sorry, maybe I'm missing somethif, but I can't find any guidance **against**mocking trees in both links you've provided. React router ne even mentions how one could achieve this, and svelte uses "mount" as an operation of putting xomponnent into dom.
Could you please point me to their opinion? | 2022-02-07T22:36:14 | 2022-02-07T22:36:14 | {} | NONE |
vuejs | docs | 1,028,678,671 | 1,473 | tanquar | Thank you for your comment.
The logic correction is in
[2ef65ff](https://github.com/vuejs/docs/pull/1473/commits/2ef65ff2ff1db702eb7498b62e14a5e3ccda0742)
where `!this.isReturn` is correct, previously `this.isReturn`.
Previous `this.isReturn` will show the warning message in unwanted situation,
i.e. choosing s... | 2022-02-03T07:24:52 | 2022-02-03T07:24:52 | {} | CONTRIBUTOR |
vuejs | docs | 1,030,599,069 | 1,486 | netlify[bot] | ✔️ Deploy Preview for *vue-docs-preview* ready!
🔨 Explore the source changes: 6f2126d23e82bb86cbc3c4954c7c643a38dce1c3
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vue-docs-preview/deploys/61fe561f7fe983000844d40a](https://app.netlify.com/sites/vue-docs-preview/deploys/61fe561f7fe983000844d40a)
😎 Bro... | 2022-02-05T10:49:11 | 2022-02-05T10:51:23 | {} | NONE |
vuejs | docs | 1,030,613,110 | 1,461 | dammy001 | @yyx990803 all updated. | 2022-02-05T12:26:18 | 2022-02-05T12:26:18 | {} | CONTRIBUTOR |
vuejs | docs | 1,030,854,095 | 1,489 | netlify[bot] | ✔️ Deploy Preview for *vue-docs-preview* ready!
🔨 Explore the source changes: 3b008cb1611cfc5f94594eef7a0f583281b40441
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vue-docs-preview/deploys/61ffe7c832ca040007e8afde](https://app.netlify.com/sites/vue-docs-preview/deploys/61ffe7c832ca040007e8afde)
😎 Bro... | 2022-02-06T15:22:55 | 2022-02-06T15:25:15 | {} | NONE |
vuejs | docs | 1,031,361,032 | 555 | NataliaTepluhina | Closing as we have switched to new docs and this is not relevant anymore | 2022-02-07T11:26:25 | 2022-02-07T11:26:25 | {} | MEMBER |
vuejs | docs | 1,031,364,298 | 721 | NataliaTepluhina | Added in new docs: https://vuejs.org/guide/typescript/options-api.html#augmenting-global-properties | 2022-02-07T11:30:07 | 2022-02-07T11:30:07 | {
"rocket": 1
} | MEMBER |
vuejs | docs | 1,032,011,095 | 1,493 | JessicaSachs | No problem. In general, there will always be a layer of mocking. I mean, JSDom mocks the browser, yknow? The idea is that it is kept to a minimum and is not the default behavior.
> React router ne even mentions how one could achieve this
React recommends React Testing Library with Jest. React Testing Library rec... | 2022-02-07T22:44:25 | 2022-02-07T22:46:52 | {} | CONTRIBUTOR |
vuejs | docs | 1,027,598,665 | 1,480 | W2AlharbiMe | never mind, i realized i have a browser extension that removes the referer header lol, i disabled that for vue site and it works now | 2022-02-02T05:26:19 | 2022-02-02T05:26:19 | {} | NONE |
vuejs | docs | 1,031,378,099 | 1,117 | NataliaTepluhina | Closing as the issue is not relevant after switching to new docs | 2022-02-07T11:46:20 | 2022-02-07T11:46:20 | {} | MEMBER |
vuejs | docs | 1,033,747,355 | 1,502 | lukashroch | I get that you can use for all of that composition API. We indeed want to use that in future. But for large codebases, that's not an easy path to rewrite suddenly everything in one go using composition API.
Especially if it was supported in Vue2 and as I understand Vue3 still fully supports Options API. So I'm hopin... | 2022-02-09T13:13:10 | 2022-02-09T13:13:10 | {} | NONE |
vuejs | docs | 1,033,858,134 | 1,502 | leopiccionia | You don't need to "rewrite suddenly everything in one go".
Composition API can be used [inside Options API](https://vuejs.org/guide/reusability/composables.html#using-composables-in-options-api).
You can migrate mixin by mixin, consumer by consumer, often without having to touch the rest of the component (if the ... | 2022-02-09T15:05:40 | 2022-02-09T15:05:40 | {} | CONTRIBUTOR |
vuejs | docs | 1,031,372,755 | 990 | NataliaTepluhina | Closing this as we have switched to new docs with a different design of the sidebar | 2022-02-07T11:39:53 | 2022-02-07T11:39:53 | {} | MEMBER |
vuejs | docs | 1,031,373,049 | 995 | NataliaTepluhina | Closing this as we have switched to new docs with a different design | 2022-02-07T11:40:16 | 2022-02-07T11:40:16 | {} | MEMBER |
vuejs | docs | 1,032,892,752 | 1,503 | netlify[bot] | ✔️ Deploy Preview for *vuejs* ready!
🔨 Explore the source changes: 5ae69f86cc5498551a0c9330eddf825ae6aa1348
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/6202acda0d946b0008094f81](https://app.netlify.com/sites/vuejs/deploys/6202acda0d946b0008094f81)
😎 Browse the preview: [https://deploy-... | 2022-02-08T17:48:15 | 2022-02-08T17:49:38 | {} | NONE |
vuejs | docs | 1,026,711,859 | 1,478 | netlify[bot] | ✔️ Deploy Preview for *vue-docs-preview* ready!
🔨 Explore the source changes: 91c04f5633692659f345143131f6e793d7ba4853
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vue-docs-preview/deploys/61f910e110f66600082befda](https://app.netlify.com/sites/vue-docs-preview/deploys/61f910e110f66600082befda)
😎 Bro... | 2022-02-01T10:52:22 | 2022-02-01T10:54:19 | {} | NONE |
vuejs | docs | 1,030,916,936 | 1,487 | skirtles-code | They seem to be working in Firefox for me.
Is it possible you're seeing a cached version of the site? | 2022-02-06T21:20:35 | 2022-02-06T21:20:35 | {} | CONTRIBUTOR |
vuejs | docs | 1,031,369,848 | 987 | NataliaTepluhina | Fixed in the new docs: https://vuejs.org/guide/essentials/lifecycle.html#lifecycle-diagram | 2022-02-07T11:36:22 | 2022-02-07T11:36:22 | {} | MEMBER |
vuejs | docs | 1,031,402,099 | 1,359 | NataliaTepluhina | Closing as new docs are default now | 2022-02-07T12:14:28 | 2022-02-07T12:14:28 | {} | MEMBER |
vuejs | docs | 1,032,044,582 | 1,493 | JessicaSachs | I'm really happy Gitlab had a good experience with VTU's shallowMount. That's awesome. It's a great success story, and I'm glad that you have the debugging and development experience to use shallow mounting to its full potential.
One point of clarification: Please understand that nothing I am proposing is
done so... | 2022-02-07T23:30:32 | 2022-02-07T23:30:49 | {} | CONTRIBUTOR |
vuejs | docs | 1,032,136,928 | 1,400 | yyx990803 | This doesn't seem to be related to the new docs. Current v3.vuejs.org is being retired and the template explorer has also moved to a new address at https://template-explorer.vuejs.org - new version should also recover from failed storage read. | 2022-02-08T02:07:01 | 2022-02-08T02:07:01 | {} | MEMBER |
vuejs | docs | 1,031,564,495 | 1,500 | netlify[bot] | ✔️ Deploy Preview for *vuejs* ready!
🔨 Explore the source changes: ffbd03fb5a8d8a88e6f5759a9311319b43613074
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/6201db449a8cb300073cbf52](https://app.netlify.com/sites/vuejs/deploys/6201db449a8cb300073cbf52)
😎 Browse the preview: [https://deploy-... | 2022-02-07T15:04:08 | 2022-02-08T02:55:59 | {} | NONE |
vuejs | docs | 1,030,830,769 | 1,488 | netlify[bot] | ✔️ Deploy Preview for *vue-docs-preview* ready!
🔨 Explore the source changes: 57e197fda6549b85e725c974bebd6f87a61b5977
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vue-docs-preview/deploys/61ffca60cf99390007baa1a6](https://app.netlify.com/sites/vue-docs-preview/deploys/61ffca60cf99390007baa1a6)
😎 Bro... | 2022-02-06T13:17:25 | 2022-02-06T13:19:32 | {} | NONE |
vuejs | docs | 1,031,355,642 | 1,495 | NataliaTepluhina | Closing as related MR was merged | 2022-02-07T11:20:25 | 2022-02-07T11:20:25 | {} | MEMBER |
vuejs | docs | 1,031,359,111 | 195 | NataliaTepluhina | Closing as we have switched to new docs and this bug is not relevant anymore | 2022-02-07T11:24:21 | 2022-02-07T11:24:21 | {} | MEMBER |
vuejs | docs | 1,031,368,226 | 947 | NataliaTepluhina | Closing an issue as we have switched to new docs. | 2022-02-07T11:34:32 | 2022-02-07T11:34:32 | {} | MEMBER |
vuejs | docs | 1,031,382,527 | 1,212 | NataliaTepluhina | Closing the issue as we have switched to new docs so this shouldn't be an issue anymore | 2022-02-07T11:51:40 | 2022-02-07T11:51:40 | {} | MEMBER |
vuejs | docs | 1,031,523,097 | 1,493 | JessicaSachs | How's this?
<img width="640" alt="Screen Shot 2022-02-07 at 9 22 49 AM" src="https://user-images.githubusercontent.com/2801156/152806072-5d4ed991-2264-4a8c-8858-3ffc01730df0.png">
I added another one...
<img width="640" alt="Screen Shot 2022-02-07 at 9 39 20 AM" src="https://user-images.githubusercontent.co... | 2022-02-07T14:23:21 | 2022-02-07T14:41:30 | {
"+1": 1
} | CONTRIBUTOR |
vuejs | docs | 1,033,044,292 | 1,504 | netlify[bot] | ✔️ Deploy Preview for *vuejs* ready!
🔨 Explore the source changes: dace9a1691e5d2a695f584c5ae3f35aa15657997
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/6202d6247ccce8000886d931](https://app.netlify.com/sites/vuejs/deploys/6202d6247ccce8000886d931)
😎 Browse the preview: [https://deploy-... | 2022-02-08T20:44:26 | 2022-02-08T20:45:45 | {} | NONE |
vuejs | docs | 1,034,001,470 | 1,502 | lukashroch | Resolves to unknown for me, even if all defined with `defineComponent`, but that's only just the mixins... | 2022-02-09T17:15:47 | 2022-02-09T17:15:47 | {} | NONE |
vuejs | docs | 1,023,891,170 | 1,465 | netlify[bot] | ✔️ Deploy Preview for *vue-docs-preview* ready!
🔨 Explore the source changes: 1e82a54b3b18d75bf23c95c463e9933b0b0328d1
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vue-docs-preview/deploys/61fb827de461300007bfa4c3](https://app.netlify.com/sites/vue-docs-preview/deploys/61fb827de461300007bfa4c3)
😎 Bro... | 2022-01-28T05:07:02 | 2022-02-03T07:23:33 | {} | NONE |
vuejs | docs | 1,030,751,703 | 1,487 | crystalfp | This happens from Firefox. From Chrome everything works. | 2022-02-06T04:52:16 | 2022-02-06T04:52:16 | {} | NONE |
vuejs | docs | 1,031,357,878 | 99 | NataliaTepluhina | Closing an issue as we have switched to new docs and this is not relevant anymore | 2022-02-07T11:23:02 | 2022-02-07T11:23:02 | {} | MEMBER |
vuejs | docs | 1,031,377,967 | 1,115 | NataliaTepluhina | Closing as the issue is not relevant after switching to new docs | 2022-02-07T11:46:12 | 2022-02-07T11:46:12 | {} | MEMBER |
vuejs | docs | 1,032,062,061 | 1,493 | JessicaSachs | 💔 I re-wrote that message a few times and strongly considered omitting talking about my background because I felt like it detracted from the convo, but wasn't sure how to best communicate that I **do** think about these things all the time.
I don't question your experience and expertise at all, and I'm really happy... | 2022-02-07T23:56:09 | 2022-02-07T23:56:42 | {} | CONTRIBUTOR |
vuejs | docs | 1,032,137,378 | 1,419 | yyx990803 | Closing as stale - current examples on v3.vuejs.org are being retired. | 2022-02-08T02:07:51 | 2022-02-08T02:07:51 | {} | MEMBER |
vuejs | docs | 1,032,552,134 | 1,501 | netlify[bot] | ✔️ Deploy Preview for *vuejs* ready!
🔨 Explore the source changes: 2479bada30542610d43420686c0dd3a0521034db
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/620260ebbd50560007f49924](https://app.netlify.com/sites/vuejs/deploys/620260ebbd50560007f49924)
😎 Browse the preview: [https://deploy-... | 2022-02-08T12:24:18 | 2022-02-08T12:25:57 | {} | NONE |
vuejs | docs | 1,032,990,597 | 1,493 | JessicaSachs | Thanks Ben, you're awesome.
I think this is where we left off after the first review and I applied the relevant feedback.
> So far what I'm hearing:
>
> 1. Representation of Unit Testing a component using `shallowMount` in Vitest by using `@vue/test-utils` directly. (Testing Library's philosophy explicitly aga... | 2022-02-08T19:39:24 | 2022-02-08T19:40:37 | {} | CONTRIBUTOR |
vuejs | docs | 1,027,036,267 | 1,436 | jdbaculard-ap | Yes i have the same problem
How i use template ref with script setup. When
ref="root"
How i use the variable root in my script
Thanks | 2022-02-01T16:31:27 | 2022-02-01T16:31:27 | {} | NONE |
vuejs | docs | 1,028,654,523 | 1,473 | yyx990803 | I'm not sure what you mean by "condition for showing the warning message was logically flipped." - your change to the message seems to do the exact same thing as existing code. | 2022-02-03T06:53:12 | 2022-02-03T06:53:12 | {} | MEMBER |
vuejs | docs | 1,030,329,730 | 1,485 | netlify[bot] | ✔️ Deploy Preview for *vue-docs-preview* ready!
🔨 Explore the source changes: ce60e949a7887bd27c39abe0269c29b969c7df0d
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vue-docs-preview/deploys/61fd8dc3490611000873d34d](https://app.netlify.com/sites/vue-docs-preview/deploys/61fd8dc3490611000873d34d)
😎 Bro... | 2022-02-04T20:34:16 | 2022-02-04T20:36:07 | {} | NONE |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.