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,103,533,808 | 1,676 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | adfd039e699e32ca6a2515d9e2fc0f3fa73531cf |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-04-20T06:52:29 | 2022-04-20T06:54:26 | {} | NONE |
vuejs | docs | 1,118,324,709 | 1,700 | yyx990803 | Your error is related to build alias configuration and has nothing to do with main Vue documentation. | 2022-05-05T08:58:36 | 2022-05-05T08:58:36 | {} | MEMBER |
vuejs | docs | 1,118,334,154 | 1,677 | yyx990803 | Thanks for the PR, I think a full code block would be too repetitive, so I adjusted it to be more minimal in https://github.com/vuejs/docs/commit/4560bc1e3684152f4703ba01b7e3a1045970ebd4 | 2022-05-05T09:08:08 | 2022-05-05T09:08:08 | {
"+1": 1
} | MEMBER |
vuejs | docs | 1,076,409,773 | 1,633 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 70e91bc1c7bfb1cbbb47293a3dcaf9e388fd9272 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-03-23T13:59:55 | 2022-03-23T14:01:41 | {} | NONE |
vuejs | docs | 1,096,501,918 | 1,659 | skirtles-code | Thanks for the PR, but I believe the original sentence is correct. I think you may have misread 'vary' as 'very'. | 2022-04-12T10:13:00 | 2022-04-12T10:13:00 | {} | CONTRIBUTOR |
vuejs | docs | 1,102,780,533 | 1,675 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 2ea0f5bb10d8c2ed01c988e852746152147a4b8d |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-04-19T15:17:55 | 2022-04-19T15:19:57 | {} | NONE |
vuejs | docs | 1,108,557,497 | 1,685 | skirtles-code | Thanks for the PR, but I believe 'to' is correct in this context. | 2022-04-25T13:15:20 | 2022-04-25T13:15:20 | {} | CONTRIBUTOR |
vuejs | docs | 1,118,955,669 | 1,699 | BilleLind | Pushed the fix for createMarkdownRenderer which made it possible to use markdown links again.
Therefore i reverted the prior changes made in step 15, so it utilizes markdown links again. | 2022-05-05T19:11:07 | 2022-05-06T09:45:02 | {} | CONTRIBUTOR |
vuejs | docs | 1,169,799,684 | 1,809 | edison1105 | > @niceplugin thank you for reporting this! This looks like a bug in Vue core rather than a documentation issue (the default value of the 3rd argument should be `true` by default). Would you mind opening an issue in [https://github.com/vuejs/core/issues](https://github.com/vuejs/core/issues?q=is%3Aissue+is%3Aopen+sort%... | 2022-06-29T10:15:39 | 2022-06-29T10:15:39 | {} | MEMBER |
vuejs | docs | 1,172,977,969 | 1,782 | DaniAcu | Oh you already do it better in the other PR! I think it's perfect, i will close this
Thanks 😊 | 2022-07-02T23:28:39 | 2022-07-02T23:28:39 | {} | NONE |
vuejs | docs | 1,179,664,998 | 1,823 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 6ff448d355d701dd60b54850af65f212a1dbede5 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-07-10T06:19:05 | 2022-07-10T06:20:40 | {} | NONE |
vuejs | docs | 1,179,832,891 | 1,815 | skirtles-code | It looks like the image in the docs was updated on July 8th. Could you confirm that this is now using the correct image so we can close this issue? Thanks. | 2022-07-11T00:16:05 | 2022-07-11T00:16:05 | {} | CONTRIBUTOR |
vuejs | docs | 1,181,384,078 | 1,779 | tony19 | Ok, I see. My main concern was old links on Stack Overflow. There are ~5k posts that contains the old URL, and those links should still point to their original Vue 2 docs in order for the Vue 2-specific posts to make sense. I'll probably write a script to automatically update them. | 2022-07-12T06:50:52 | 2022-07-15T06:24:09 | {} | NONE |
vuejs | docs | 1,185,216,984 | 1,779 | tony19 | FYI, I've updated old links in all Stack Overflow posts to use https://v2.vuejs.org/v2. | 2022-07-15T06:23:21 | 2022-07-16T06:58:53 | {
"+1": 1
} | NONE |
vuejs | docs | 1,193,731,615 | 1,845 | Theiaz | > I don't think it's a problem with the linter. The linter is right, `props` is not being used, the instance proxy property is being used instead.
>
> And for that, we don't need that variable being present:
>
> ```
> <script setup>
> defineProps({
> msg: String,
> });
> </script>
>
> <template>
> <h... | 2022-07-25T08:16:02 | 2022-07-25T08:27:06 | {} | NONE |
vuejs | docs | 1,168,161,447 | 1,805 | numver | > I tried recreating this in the SFC Playground but it worked fine in the cases I tried:
>
> https://sfc.vuejs.org/#eNp9kj1zwjAMhv+K6oX2jsR7ztAGxq6MXiCIYBp/nO2kA5f/XjsO0IRrp0TS60fyK19JaUzetUgKwlxlhfHg0LdmzZWQRlsPV7B4gh5OVktYBOniXtqeRXMsx0pOUxhpM8lmKtmMEgCuKq2cB+lqWMU+r962+MYVo2mYMEYIPErT7D2GCIDt7F454YVWQxwyn4imbESXB... | 2022-06-28T03:01:31 | 2022-06-28T03:24:02 | {} | NONE |
vuejs | docs | 1,168,714,525 | 1,783 | calebwaldner | Agreed, the updated placement of this issue is more appropriate 👍🏼 | 2022-06-28T13:19:06 | 2022-06-28T13:19:06 | {} | NONE |
vuejs | docs | 1,180,016,130 | 1,815 | NataliaTepluhina | @hello-addweb does it also show old logo in incognito mode? | 2022-07-11T06:27:56 | 2022-07-11T06:27:56 | {} | MEMBER |
vuejs | docs | 1,193,400,127 | 1,855 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 64dc444c471022caa8927501c5bb2edc042d247c |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-07-24T21:48:50 | 2022-07-24T21:49:52 | {} | NONE |
vuejs | docs | 1,193,808,236 | 1,841 | jasonjiwork | Very disappointed. My question has been filed for five days. No response.
It seems Vue core team is not that high efficiency. | 2022-07-25T09:29:43 | 2022-07-25T09:29:43 | {} | NONE |
vuejs | docs | 1,180,028,625 | 1,818 | xfq | FWIW, [chat.vuejs.com is down](https://downforeveryoneorjustme.com/chat.vuejs.com) now.
https://discord.com/invite/HBherRA works for me. | 2022-07-11T06:47:40 | 2022-07-11T06:47:40 | {} | CONTRIBUTOR |
vuejs | docs | 1,180,201,406 | 1,815 | hello-addweb | No it's showing new logo in incognito mode | 2022-07-11T10:01:23 | 2022-07-11T10:01:23 | {} | NONE |
vuejs | docs | 1,181,251,121 | 1,815 | yyx990803 | It's due to strong cache headers. I've added cache busting param now. | 2022-07-12T02:44:03 | 2022-07-12T02:44:03 | {} | MEMBER |
vuejs | docs | 1,168,127,765 | 1,805 | skirtles-code | I tried recreating this in the SFC Playground but it worked fine in the cases I tried:
<https://sfc.vuejs.org/#eNp9kj1zwjAMhv+K6oX2jsR7ztAGxq6MXiCIYBp/nO2kA5f/XjsO0IRrp0TS60fyK19JaUzetUgKwlxlhfHg0LdmzZWQRlsPV7B4gh5OVktYBOniXtqeRXMsx0pOUxhpM8lmKtmMEgCuKq2cB+lqWMU+r962+MYVo2mYMEYIPErT7D2GCIDt7F454YVWQxwyn4imbESXBEOq0q... | 2022-06-28T02:10:01 | 2022-06-28T02:10:01 | {} | CONTRIBUTOR |
vuejs | docs | 1,170,999,475 | 1,798 | niceplugin | It looks fine, but I only got the review label.
Is there anything more I should do? | 2022-06-30T09:42:57 | 2022-06-30T09:42:57 | {} | NONE |
vuejs | docs | 1,174,603,279 | 1,814 | NataliaTepluhina | @valcosmos thank you for the contribution! We use a singular `id` here as a specific term, and the syntax of `id`s is intended. It's similar to uppercased cases: ID - IDs (note that the last "s" is not uppercased) | 2022-07-05T04:40:19 | 2022-07-05T04:40:19 | {} | MEMBER |
vuejs | docs | 1,181,235,702 | 1,623 | yyx990803 | Thanks for the report. We are not aware of this, but I know the sponsoring company and trust that they will not be intentionally shipping anything malicious. We will report it to the sponsor to let them know. | 2022-07-12T02:16:03 | 2022-07-12T02:16:03 | {} | MEMBER |
vuejs | docs | 1,186,595,012 | 1,835 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 4c8b706500eb371b66dfcc3f939f8b76882077ea |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-07-17T19:36:41 | 2022-07-17T19:38:26 | {} | NONE |
vuejs | docs | 1,189,686,713 | 1,836 | warmthsea | It's a problem with my browser | 2022-07-20T00:52:10 | 2022-07-20T00:52:10 | {} | NONE |
vuejs | docs | 1,189,700,988 | 1,836 | warmthsea | 
| 2022-07-20T01:19:47 | 2022-07-20T01:19:47 | {} | NONE |
vuejs | docs | 1,191,551,818 | 1,847 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 3328ff8ca4cd2beeba32a0e5f2eacb6b45b54e09 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-07-21T14:25:19 | 2022-07-21T14:26:54 | {} | NONE |
vuejs | docs | 1,192,046,564 | 1,837 | awxiaoxian2020 | > @awxiaoxian2020 would a link to https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript be a good addition? I don't think we need to enlist all the things people need to know but we can squeeze this link (or any other one if you have a better idea) in a sentence after `basic familiarit... | 2022-07-22T00:09:10 | 2022-07-22T00:10:46 | {} | NONE |
vuejs | docs | 1,192,612,116 | 1,850 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | bd227b659a3772dc1178ff4c3f8f0ad563b24bd6 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-07-22T14:06:33 | 2022-07-22T14:07:42 | {} | NONE |
vuejs | docs | 1,168,812,130 | 1,678 | NataliaTepluhina | Added `export` as a workaround to the doc about props interface | 2022-06-28T14:38:14 | 2022-06-28T14:38:14 | {
"hooray": 1
} | MEMBER |
vuejs | docs | 1,169,820,936 | 1,809 | NataliaTepluhina | @edison1105 I still disagree with this being a documentation problem. I can see the source code but I believe from the UX point of view evaluating the default value as a factory would be better and this should be the default behavior. Please see https://github.com/vuejs/core/issues/6194#issuecomment-1169817540 for the ... | 2022-06-29T10:38:28 | 2022-06-29T10:38:28 | {} | MEMBER |
vuejs | docs | 1,172,765,727 | 1,422 | tknappra | Re:
```
:::warning
`getCurrentInstance` is only exposed for advanced use cases, typically in libraries. Usage of `getCurrentInstance` is strongly discouraged in application code. Do **NOT** use it as an escape hatch to get the equivalent of `this` in Composition API.
:::
```
Quote:
> Do **NOT** use it (g... | 2022-07-01T22:38:56 | 2022-07-01T23:53:56 | {
"+1": 4
} | NONE |
vuejs | docs | 1,190,125,161 | 1,840 | xfq | Which page are you looking for?
-----
This is what I saw:
<img width="1680" alt="computed" src="https://user-images.githubusercontent.com/2863444/179964553-472cdca5-ea62-4975-86dc-384678782992.png">
| 2022-07-20T10:50:52 | 2022-07-20T10:50:52 | {} | CONTRIBUTOR |
vuejs | docs | 1,191,790,105 | 1,839 | NataliaTepluhina | @salamander77712 thank you! Updated the Node requirement with v15 or higher | 2022-07-21T18:11:39 | 2022-07-21T18:11:39 | {} | MEMBER |
vuejs | docs | 1,191,791,213 | 1,840 | NataliaTepluhina | Just like @xfq I cannot reproduce the issue. Searching for `computed` returns the same results as on the screenshot. | 2022-07-21T18:12:59 | 2022-07-21T18:12:59 | {} | MEMBER |
vuejs | docs | 1,192,577,973 | 1,837 | NataliaTepluhina | Thank you! Added a link to the guide. | 2022-07-22T13:31:10 | 2022-07-22T13:31:10 | {} | MEMBER |
vuejs | docs | 1,194,017,596 | 1,858 | skirtles-code | While they are unnecessary, including them in cases like this is a common convention, e.g. used by Prettier and Standard. See <https://prettier.io/docs/en/rationale.html#semicolons>. I'm unclear which way is better in the context of the docs. | 2022-07-25T13:00:40 | 2022-07-25T13:00:40 | {} | CONTRIBUTOR |
vuejs | docs | 1,194,138,076 | 1,845 | tony19 | @skirtles-code Maybe we can show both use cases.
For example:
> A child component can accept input from the parent via props. First, it needs to declare the props it accepts, as seen below. Note `defineProps()` is a compile-time macro and doesn't need to be imported. Once declared, the `msg` prop can be used in t... | 2022-07-25T14:39:10 | 2022-07-25T14:39:10 | {} | NONE |
vuejs | docs | 1,157,375,320 | 1,777 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 1f79bbda802b96ebcca5ece4ba9836de4910f0c2 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-06-16T08:21:06 | 2022-06-28T10:39:39 | {} | NONE |
vuejs | docs | 1,177,512,999 | 1,819 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | bd37bfef7e2949bf6d1f31015a64178d2aca5dc0 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-07-07T12:13:30 | 2022-07-07T12:25:32 | {} | NONE |
vuejs | docs | 1,179,824,296 | 1,825 | netlify[bot] | ### <span aria-hidden="true">❌</span> Deploy Preview for *vuejs* failed.
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | e0eb1c5a80a21e49e1d1f7fe827ded2d990cd589 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netl... | 2022-07-10T23:36:04 | 2022-07-10T23:37:33 | {} | NONE |
vuejs | docs | 1,181,247,742 | 1,776 | yyx990803 | https://github.com/vuejs/theme/commit/0db8cb4daeef05ddaa6bbd555116b68786005142 | 2022-07-12T02:37:15 | 2022-07-12T02:37:15 | {} | MEMBER |
vuejs | docs | 1,187,360,300 | 1,838 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 72505704b5e353eed747f6a99b1b4fc807ad66f5 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-07-18T13:01:25 | 2022-07-18T13:03:14 | {} | NONE |
vuejs | docs | 1,193,681,632 | 1,845 | NataliaTepluhina | @Theiaz I believe it's worthy opening an issue on `eslint-plugin-vue`. This error shouldn't happen indeed since 9.0.0 | 2022-07-25T07:26:25 | 2022-07-25T07:26:25 | {} | MEMBER |
vuejs | docs | 1,193,731,734 | 1,845 | skirtles-code | It's not immediately clear to me what the best way to fix this would be.
If this were real code, I would just remove the `const props =` part, as it's redundant. But for explanatory purposes it is useful to show how the return value of `defineProps` makes them available in the `<script setup>` section. | 2022-07-25T08:16:09 | 2022-07-25T08:16:09 | {} | CONTRIBUTOR |
vuejs | docs | 1,194,924,720 | 1,858 | yyx990803 | These semicolons are added automatically by prettier - no need to change them manually. | 2022-07-26T02:37:54 | 2022-07-26T02:37:54 | {} | MEMBER |
vuejs | docs | 1,178,800,735 | 1,821 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | bd0d7a66e3b3ef436f022d29de8fbbedcfe1e3bd |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-07-08T10:05:23 | 2022-07-08T10:27:13 | {} | NONE |
vuejs | docs | 1,192,588,249 | 1,848 | killervillsy | Unbelievable! I was pretty sure I couldn't open this document yesterday as well as this morning, but now it's back to normal.

| 2022-07-22T13:41:29 | 2022-07-22T13:41:29 | {} | NONE |
vuejs | docs | 1,192,885,071 | 1,851 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | c2401c24f1665a1941f905c84a86071dc40c76f6 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-07-22T19:44:42 | 2022-07-22T19:45:51 | {} | NONE |
vuejs | docs | 1,193,278,715 | 1,853 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 2962f47f50730730fd654376a2f5639651ae8e96 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-07-24T09:16:07 | 2022-07-24T09:17:13 | {} | NONE |
vuejs | docs | 1,193,377,306 | 1,854 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 69e20aeb54472cf21611a849de0482ad2aff7079 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-07-24T19:13:34 | 2022-07-24T19:14:32 | {} | NONE |
vuejs | docs | 1,168,116,339 | 1,805 | numver | For Example, Build a simple project , the App.vue like this :

vue-router:

Page A:
![imag... | 2022-06-28T01:47:46 | 2022-06-28T01:59:05 | {} | NONE |
vuejs | docs | 1,168,630,095 | 1,809 | niceplugin | Thank you, I will do that. | 2022-06-28T12:00:07 | 2022-06-28T12:00:07 | {} | NONE |
vuejs | docs | 1,173,178,090 | 1,789 | clicktodev | @kiaking Alright, sounds good. Appreciate your work on the project btw 👏 | 2022-07-03T21:53:09 | 2022-07-03T21:53:09 | {} | CONTRIBUTOR |
vuejs | docs | 1,179,663,335 | 1,822 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | bb6456c8af4715dbe44c37d074deb3940e6ef5df |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-07-10T06:04:42 | 2022-07-10T06:06:13 | {} | NONE |
vuejs | docs | 1,180,607,194 | 1,827 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 8b31c0c23c21ef523f58657c064043a55d78a7ab |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-07-11T16:16:46 | 2022-07-11T16:18:42 | {} | NONE |
vuejs | docs | 1,183,134,061 | 1,833 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 67a037fb11a9f91014fabbcc140b86d2a8f79a56 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-07-13T12:01:31 | 2022-07-13T12:03:06 | {} | NONE |
vuejs | docs | 1,191,365,394 | 1,846 | xfq | It's probably because the [z-order](https://github.com/vuejs/vitepress/blob/70125e7b912d36670e143d5b454875e8c3a3f52f/src/client/theme-default/styles/vars.css#L172) of the [VPNav](https://github.com/vuejs/vitepress/blob/70125e7b912d36670e143d5b454875e8c3a3f52f/src/client/theme-default/components/VPNav.vue#L34) component... | 2022-07-21T11:23:43 | 2022-07-21T11:23:43 | {} | CONTRIBUTOR |
vuejs | docs | 1,193,990,276 | 1,858 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | bbd0ea2b88b035e16c93afa76d8821b7b4462160 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-07-25T12:32:34 | 2022-07-25T12:33:44 | {} | NONE |
vuejs | docs | 1,171,706,724 | 1,811 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 001a0e616ca54e5ee4e941f43959f47fedfe6a1b |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-06-30T21:43:38 | 2022-06-30T21:45:12 | {} | NONE |
vuejs | docs | 1,179,838,391 | 1,818 | skirtles-code | This issues list is for reporting problems with the documentation.
Please use [the Vue Discord server](https://chat.vuejs.org/) for help questions. Thanks. | 2022-07-11T00:35:40 | 2022-07-11T15:17:07 | {} | CONTRIBUTOR |
vuejs | docs | 1,181,232,573 | 1,779 | yyx990803 | This is intentional. The main reason is that most Vue related search results on Google points to these v2 URLs, but now that Vue 3 is the default version, it would be confusing for Google searches to still land on v2 docs.
Also, we actually did what you proposed for 3 months (after v3 docs launch), with a notice sug... | 2022-07-12T02:10:54 | 2022-07-12T02:11:31 | {} | MEMBER |
vuejs | docs | 1,181,236,615 | 1,775 | yyx990803 | `getCurrentInstance` is intentionally undocumented in the latest version of the docs, due to how it's been incorrectly used. It was a mistake documenting it as public API in the previous version of v3 docs. | 2022-07-12T02:17:20 | 2022-07-12T02:17:20 | {} | MEMBER |
vuejs | docs | 1,192,213,234 | 1,845 | Theiaz | Yea was not sure if this is really a problem of the linter. Using `<h2>{{ props.msg }}</h2>` would fix the problem for this particular code. `
`eslint-plugin-vue` [docs](https://eslint.vuejs.org/rules/script-setup-uses-vars.html#vue-script-setup-uses-vars) says, that this error should not happen since version >9.0.... | 2022-07-22T05:59:39 | 2022-07-22T08:19:28 | {} | NONE |
vuejs | docs | 1,192,614,074 | 1,846 | clicktodev | This pr should fix it. | 2022-07-22T14:08:46 | 2022-07-22T14:08:46 | {} | CONTRIBUTOR |
vuejs | docs | 1,168,560,850 | 1,809 | NataliaTepluhina | @niceplugin thank you for reporting this! This looks like a bug in Vue core rather than a documentation issue (the default value of the 3rd argument should be `true` by default). Would you mind opening an issue in https://github.com/vuejs/core/issues instead? | 2022-06-28T10:48:13 | 2022-06-28T10:48:13 | {} | MEMBER |
vuejs | docs | 1,180,012,933 | 1,812 | NataliaTepluhina | Thank you for your contribution! When moving the warning to the top, we start with saying `use X` before X is actually explained. I believe we should leave the warning where it currently is. | 2022-07-11T06:23:05 | 2022-07-11T06:23:05 | {
"+1": 1
} | MEMBER |
vuejs | docs | 1,180,017,436 | 1,813 | NataliaTepluhina | @leyiang thank you for reporting the issue! Yes, it seems we can update the docs for IME. Would you like to create a pull request for this or would you prefer if it's created by the docs team? Either way is fine 😅 | 2022-07-11T06:29:58 | 2022-07-11T06:29:58 | {} | MEMBER |
vuejs | docs | 1,181,233,275 | 1,773 | yyx990803 | This has been fixed | 2022-07-12T02:12:06 | 2022-07-12T02:12:06 | {} | MEMBER |
vuejs | docs | 1,186,799,102 | 1,820 | awxiaoxian2020 | I agree. | 2022-07-18T06:02:17 | 2022-07-18T06:02:17 | {} | NONE |
vuejs | docs | 1,188,012,635 | 927 | giolf | > You can use the same casting syntax in the template:
>
> `($event.target as HTMLInputElement).value`
>
> however, I think vue should know the type of the event at this point, and this seems unnecessary.
if i use `as` in the template i get:
_Unresolved variable or type as_ | 2022-07-18T18:11:13 | 2022-07-18T18:11:13 | {} | NONE |
vuejs | docs | 1,168,821,118 | 1,810 | NataliaTepluhina | @webfansplz thank you for creating the PR! However, you have probably noticed in https://github.com/vuejs/core/issues/6194 that even when provided default value is a function, we still evaluate the `treatDefaultAsFactory`as `false` so I am not sure this addition resolves the reported issue. I believe the current docume... | 2022-06-28T14:45:38 | 2022-06-28T14:45:38 | {} | MEMBER |
vuejs | docs | 1,172,977,742 | 1,782 | DaniAcu | @skirtles-code @NataliaTepluhina Thanks for answer. It's helpful to anyone that need a quick view of the docs, to have a wrote example. If you read everything is completely understandable, but it's not exposing this information in a quick way to check it.
We also have Suspense, so maybe it's confused about if we need ... | 2022-07-02T23:25:53 | 2022-07-02T23:25:53 | {} | NONE |
vuejs | docs | 1,174,545,255 | 1,814 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 533738757cd87a7d43867d7a69ba2803236e16f5 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-07-05T02:49:27 | 2022-07-05T02:50:59 | {} | NONE |
vuejs | docs | 1,179,665,562 | 1,824 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 9e3b16e9a06d450d647af14ae2bdd3d4b263c2dd |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-07-10T06:23:56 | 2022-07-10T06:25:31 | {} | NONE |
vuejs | docs | 1,180,611,561 | 1,813 | leyiang | @NataliaTepluhina Hi, I just created a pull request at #1827. I think change `Use an input event` to `Use your own input event` can eliminate the confusion that `v-model` is not using `input` event. What do you think? | 2022-07-11T16:20:56 | 2022-07-11T16:20:56 | {} | CONTRIBUTOR |
vuejs | docs | 1,183,094,977 | 1,832 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 2831cb746a73b1270ae07aa99092b96c0a5f1bcf |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-07-13T11:18:22 | 2022-07-13T20:21:23 | {} | NONE |
vuejs | docs | 1,191,800,338 | 1,847 | NataliaTepluhina | @marveluck it seems a few plugins are missing a picture:

| 2022-07-21T18:23:30 | 2022-07-21T18:23:30 | {} | MEMBER |
vuejs | docs | 1,193,711,144 | 1,845 | LinusBorg | I don't think it's a problem with the linter. The linter is right, `props` is not being used, the instance proxy property is being used instead.
And for that, we don't need that variable being present:
```html
<script setup>
defineProps({
msg: String,
});
</script>
<template>
<h2>{{ msg }}</h2>
<... | 2022-07-25T07:54:55 | 2022-07-25T07:56:15 | {} | MEMBER |
vuejs | docs | 1,168,693,319 | 1,810 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 176000400fcebed166aec6d7dfddf0ebc8c1000b |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-06-28T13:02:00 | 2022-06-28T13:03:40 | {} | NONE |
vuejs | docs | 1,172,708,740 | 1,812 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 25488f0420b390b911d21d1db2d8c0aea50eabca |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-07-01T21:00:40 | 2022-07-07T17:00:15 | {} | NONE |
vuejs | docs | 1,186,631,041 | 1,834 | skirtles-code | Thanks for the suggestion.
I think the `key` has been intentionally omitted here to avoid it being a distraction.
While there is a best practice for including a `key` in this scenario, it isn't strictly required. You can see from the Playground examples that it works fine without it. | 2022-07-17T23:34:13 | 2022-07-17T23:34:13 | {} | CONTRIBUTOR |
vuejs | docs | 1,191,786,344 | 1,837 | NataliaTepluhina | @awxiaoxian2020 would a link to https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript be a good addition? I don't think we need to enlist all the things people need to know but we can squeeze this link (or any other one if you have a better idea) in a sentence after `basic familiarity`... | 2022-07-21T18:07:20 | 2022-07-21T18:07:20 | {} | MEMBER |
vuejs | docs | 1,193,407,813 | 1,856 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 9ba627ad1bcaa6c79d354978099d980337466f3d |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-07-24T22:38:43 | 2022-07-24T22:39:46 | {} | NONE |
vuejs | docs | 1,193,513,560 | 1,857 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | beac838b2149287280de736e6a42492d276fd125 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-07-25T03:25:29 | 2022-07-25T03:26:33 | {} | NONE |
vuejs | docs | 1,193,691,973 | 1,842 | skirtles-code | Agreed. I've seen people ask about this several times on Vue Land. Typically people expect to be able to do something like this:
```css
font-size: v-bind(size) + 'px';
```
That won't work.
Wrapping the value in backticks does work, though I'm unclear whether this is official supported or just an accident... | 2022-07-25T07:38:23 | 2022-07-25T07:58:14 | {} | CONTRIBUTOR |
vuejs | docs | 1,194,871,395 | 1,841 | jasonjiwork | Sorry for my reckless comment!
Vue helps me a lot. Thank you for your greate job.
I just want it to be better.
| 2022-07-26T01:39:01 | 2022-07-26T01:39:01 | {} | NONE |
vuejs | docs | 1,168,099,298 | 1,808 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 4886816aa9f48e56cdb95789f511e43252f2ce4e |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-06-28T01:12:52 | 2022-06-28T01:14:33 | {} | NONE |
vuejs | docs | 1,180,159,552 | 1,826 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | d921fca12391f45deb84bdcc34758fb00f174f56 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-07-11T09:16:34 | 2022-07-11T09:18:16 | {} | NONE |
vuejs | docs | 1,186,106,715 | 1,834 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | ad9652122f4af7bbccfb6d0745684903082e50ec |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-07-16T07:20:19 | 2022-07-16T07:25:13 | {} | NONE |
vuejs | docs | 1,191,368,405 | 1,846 | clicktodev | Will attempt a PR. | 2022-07-21T11:27:12 | 2022-07-21T11:27:12 | {} | CONTRIBUTOR |
vuejs | docs | 1,192,568,453 | 1,848 | xfq | I can't reproduce the problem (for both English and Chinese docs):
<img width="1680" alt="en" src="https://user-images.githubusercontent.com/2863444/180447651-8ec97302-78a0-43fc-aba3-55c52bfd1252.png">
<img width="1680" alt="zh" src="https://user-images.githubusercontent.com/2863444/180447685-230ed55b-7b4e-419e-a2c... | 2022-07-22T13:21:30 | 2022-07-22T13:21:30 | {} | CONTRIBUTOR |
vuejs | docs | 1,193,832,072 | 1,841 | skirtles-code | Thank you for your suggestion.
Unless I'm missing something it doesn't appear to be urgent. I'm unclear why you expect it to be dealt with within 5 days. This is an open source project and the people working on it are volunteers. | 2022-07-25T09:53:29 | 2022-07-25T09:53:29 | {} | CONTRIBUTOR |
vuejs | docs | 1,194,626,071 | 1,859 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | ed7cd2861481e5574e72ffcf480d638446b13470 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli... | 2022-07-25T21:02:35 | 2022-07-25T21:03:46 | {} | NONE |
vuejs | docs | 1,168,715,427 | 1,783 | calebwaldner | I'll go ahead and close this issue, thanks for making it happen | 2022-06-28T13:19:45 | 2022-06-28T13:19:45 | {} | NONE |
vuejs | docs | 1,192,960,278 | 1,850 | clicktodev | Anytime! | 2022-07-22T21:56:43 | 2022-07-22T21:56:43 | {} | CONTRIBUTOR |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.