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,034,623,781
478
maogongzi
@dev-oiram @omiras I have assigned access for you to my repo and ¡bienvenidos a bordo! p.s. you can start by checking the existed files, or just start the new ones in the "migration from v2" section, either one is good to me! for other sections, I'm afraid there will be big changes due to the refactoring, so maybe ...
2022-02-10T08:27:51
2022-02-10T08:27:51
{}
NONE
vuejs
docs
1,037,887,989
1,527
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: 3ad7604ae14ae80222da0c412719bd809ed0d2cc 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/6208b43da52c830008bf813b](https://app.netlify.com/sites/vuejs/deploys/6208b43da52c830008bf813b) 😎 Browse the preview: [https://deploy-...
2022-02-13T07:33:24
2022-02-13T07:35:16
{}
NONE
vuejs
docs
1,038,163,247
1,530
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: b7b58ff506cb4a2bdaefe27cbbcf6369135b6e6f 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/62091811fcf02c00072dfcf4](https://app.netlify.com/sites/vuejs/deploys/62091811fcf02c00072dfcf4) 😎 Browse the preview: [https://deploy-...
2022-02-13T14:39:18
2022-02-13T14:41:37
{}
NONE
vuejs
docs
1,038,249,318
1,534
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: 392c4e39c84d50259d9d19b918546aa9d6421c0b 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/6209345c8b4fdd0008f207e5](https://app.netlify.com/sites/vuejs/deploys/6209345c8b4fdd0008f207e5) 😎 Browse the preview: [https://deploy-...
2022-02-13T16:40:03
2022-02-13T16:42:17
{}
NONE
vuejs
docs
1,039,867,584
1,546
skirtles-code
There's currently a merge conflict. Are these the exact same videos that were previously added to the old Vue 3 docs? When you say 'previously discussed with Evan', do you mean in the context of the new docs? I seem to recall Evan mentioning reworking the video links in the new docs, but I'm unclear exactly what ...
2022-02-15T05:15:09
2022-02-15T05:15:09
{}
CONTRIBUTOR
vuejs
docs
1,039,649,321
1,546
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: d123362e93f2516f81b41bb0e717ef83d9138e4b 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/620bb9b3374b9f0007719015](https://app.netlify.com/sites/vuejs/deploys/620bb9b3374b9f0007719015) 😎 Browse the preview: [https://deploy-...
2022-02-14T22:46:57
2022-02-15T14:35:57
{}
NONE
vuejs
docs
1,042,993,302
1,556
bencodezen
Note: This changes the typography a little bit, but fixing the orphan letters are a higher priority. We can re-standardize the typography later on.
2022-02-17T14:14:06
2022-02-17T14:14:06
{}
MEMBER
vuejs
docs
1,044,349,837
1,561
netlify[bot]
✔️ Deploy Preview for *vuejs* ready! 🔨 Explore the source changes: cff17e2532e0f3019586085558060beaf92c24fc 🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs/deploys/620f7dfd6707e80007177b98](https://app.netlify.com/sites/vuejs/deploys/620f7dfd6707e80007177b98) 😎 Browse the preview: [https://deploy-...
2022-02-18T11:07:45
2022-02-18T11:09:46
{}
NONE
vuejs
docs
1,328,306,892
2,107
schalkneethling
> It's not incorrect though, in fact it precisely explains the problem you saw. > > You had an "illegal" element in your actual HTML for the table (not in the `<script type="text/x-template">`) - an element named `<transaction>` inside of a `<tbody>`, which is not allowed. So the browser hoisted it out of the table....
2022-11-27T18:03:45
2022-11-27T18:03:45
{ "+1": 1 }
NONE
vuejs
docs
1,330,996,987
2,112
Worldwidebrine
But this works ```js class X { #a = 'secret' get getA() { return this.#a } } const p = new Proxy(new X(), { get(target, propname, receiver) { return Reflect.get(target, propname, target); } }); console.log(p.getA); ```
2022-11-29T17:11:51
2022-11-29T17:11:51
{}
NONE
vuejs
docs
1,333,693,293
2,105
NataliaTepluhina
@skirtles-code thank you for the review! I've applied the requested changes, could you please take a second look?
2022-12-01T12:26:40
2022-12-01T12:26:40
{}
MEMBER
vuejs
docs
1,339,156,645
2,119
Claryyy
Apologies, but I've deleted my history after the session so I can't say where it was in the docs.
2022-12-06T11:07:46
2022-12-06T11:07:46
{}
NONE
vuejs
docs
1,369,403,670
2,045
skirtles-code
It is common to run into problems building style values like this. Working with `url()` or `linear-gradient()` does often lead to frustration, as it needs all the quotes, brackets, commas and slashes to be exactly right for it to work. However, while building these complex values can be tricky, Vue isn't directly in...
2023-01-03T05:15:46
2023-01-03T05:15:46
{}
CONTRIBUTOR
vuejs
docs
1,370,393,917
2,145
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 9cffc32ba7b421ddd950f8cc8617c06aef32f498 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2023-01-04T01:35:26
2023-01-04T01:36:26
{}
NONE
vuejs
docs
1,374,135,484
2,151
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 5047ad81073c121a8d201130d58f67f3223f97c6 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2023-01-06T21:10:17
2023-01-06T21:11:16
{}
NONE
vuejs
docs
1,321,795,237
2,088
helloann
Looking forward your opinion @skirtles-code
2022-11-21T09:59:15
2022-11-21T09:59:15
{}
NONE
vuejs
docs
1,323,922,819
2,104
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 06a72312f2b9300ddbe36fa28d042640144d02a5 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2022-11-22T16:17:23
2022-11-22T16:18:26
{}
NONE
vuejs
docs
1,328,714,643
2,105
NataliaTepluhina
@skirtles-code would you mind taking a look when you have a minute?
2022-11-28T08:33:40
2022-11-28T08:33:40
{}
MEMBER
vuejs
docs
1,336,097,693
2,116
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | ad7004acae1b91ba31526eef6fa97f048e2bfbda | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2022-12-03T06:45:27
2022-12-03T06:46:33
{}
NONE
vuejs
docs
1,368,137,470
2,123
skirtles-code
Thanks for the PR! Something definitely seems off here with the current example, with a `class` of `skip-links` and CSS for `.skipLink`. I'm a bit confused by the original code. I don't understand why the `<a>` is wrapped in a `<ul>`/`<li>`. The `:focus` styling should surely be applied to the `<a>`, but I'm not so ...
2022-12-31T00:56:53
2022-12-31T00:56:53
{}
CONTRIBUTOR
vuejs
docs
1,368,179,033
2,138
Heniker
Yea, that makes sense. Accepted change.
2022-12-31T07:34:44
2022-12-31T07:34:44
{}
CONTRIBUTOR
vuejs
docs
1,368,824,255
786
murugappanrm
@smallFledging I tried creating the code but i must be making mistakes. It didnt work. Could you send me the code to murugappan_rm51@yahoo.com? Appreciate it.
2023-01-02T10:36:14
2023-01-02T10:36:14
{}
NONE
vuejs
docs
1,370,394,896
2,075
skirtles-code
This PR is superseded by #2145. The commits from this PR are included in that PR.
2023-01-04T01:38:09
2023-01-04T01:38:09
{}
CONTRIBUTOR
vuejs
docs
1,377,015,924
1,961
skirtles-code
An example that yields the wrong order: [SFC Playground](https://sfc.vuejs.org/#eNo9UT1PwzAQ/SsnL0mlNIE1ShGwwAALgqlmaNMLuHVsy3aKUJT/znNSulh+5/dxdx7Fg3PleWBRiya0XrlIgePg7qRRvbM+0kied21UZy5w62iiztueMogyaaRprQmRtMKxuVLzbfbGh6yg7FGD97n657EOM63Lt6nYVEso4gAi907vIgMRNfshRmvovtWqPW2kSBFlcECc3xZ0A/Mnz2yylRSzgujDHSCf1dUiX6wGf...
2023-01-10T10:08:53
2023-01-10T10:08:53
{}
CONTRIBUTOR
vuejs
docs
1,322,345,696
2,101
JeraldVin
thanks for your time and comment, @LinusBorg > So maybe we need to stress this plain JS principle more than the "loss of reactivity"? So do you suggest to close this issue or keep it open?
2022-11-21T16:39:51
2022-11-21T16:39:51
{}
NONE
vuejs
docs
1,356,862,569
2,128
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 1f5dbdfe9bda84faa5345230c5535c089928ea8f | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2022-12-18T19:46:03
2022-12-18T19:47:08
{}
NONE
vuejs
docs
1,359,290,831
2,133
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 415ebb00b84657a5a0d8bfc59f993fb160f10ee9 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2022-12-20T12:32:43
2022-12-20T12:33:49
{}
NONE
vuejs
docs
1,368,100,281
786
smallFledging
> @bencodezen and @ijazpakhtun i have raised a separate issue on this #1953. Thank you. Hello, this is not from vue but here is a great sandbox example using CDN I'm using. https://codesandbox.io/u/Backpackstudio If you originally used vue 2 you can swap myscript.js for main.js and then use <script src="./scripts/ma...
2022-12-30T21:48:15
2022-12-30T21:51:07
{}
NONE
vuejs
docs
1,368,143,689
2,130
skirtles-code
Where did you encounter this link? Vue 3 doesn't have filters, so they aren't mentioned in the docs. They're covered in the Vue 2 docs here: <https://v2.vuejs.org/v2/guide/filters.html>. The migration guide page about their removal is at <https://v3-migration.vuejs.org/breaking-changes/filters.html>. But ne...
2022-12-31T01:46:48
2022-12-31T01:46:48
{}
CONTRIBUTOR
vuejs
docs
1,371,988,226
1,601
skirtles-code
I'm going to close this. As far as I'm aware there isn't a documentation problem here.
2023-01-05T09:40:51
2023-01-05T09:40:51
{}
CONTRIBUTOR
vuejs
docs
1,376,808,167
2,159
skirtles-code
I believe the current example is correct. The ref `id` is the thing we're watching. We shouldn't be updating it inside the callback. Here's a running version of the example from the docs: [SFC Playground](https://sfc.vuejs.org/#eNpdUs3O2jAQfJVtVIkgQUKvCJA+tZfeeqjUiw8x8Qb81bFd/5AilHfvOiYpbSSIvbFnZ2fmUbxZW90iFvvi4F...
2023-01-10T06:52:27
2023-01-10T06:52:27
{ "+1": 1 }
CONTRIBUTOR
vuejs
docs
1,376,892,126
2,160
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 1dd56b8b757db69c14f01e2307e128f6c99630e4 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2023-01-10T08:24:35
2023-01-10T08:25:35
{}
NONE
vuejs
docs
1,336,477,695
2,117
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | ccb1d54176d8a6410929b6fa905cd6b15290a733 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2022-12-04T17:51:41
2022-12-04T17:52:38
{}
NONE
vuejs
docs
1,368,320,515
786
smallFledging
Hello, I'm glad it helped! Do you specifically need to have your components as templates? I think vuex could be helpful for you as you can have your data separately to the html. So all your data is set in your store which you can refer to when you're using your app or any components. With vuex you can have a mounted fu...
2023-01-01T02:01:55
2023-01-01T02:03:11
{}
NONE
vuejs
docs
1,371,980,683
1,830
Jinjiang
Should be #1838 instead I think. Not a big deal anyway. 😅
2023-01-05T09:33:27
2023-01-05T09:33:27
{ "+1": 1 }
MEMBER
vuejs
docs
1,374,378,409
2,153
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 333c1d9669b3cc7e7332bfb0ac92f40bc675ba70 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2023-01-07T04:49:54
2023-01-07T04:50:59
{}
NONE
vuejs
docs
1,336,095,342
2,115
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 212c0cee503bec1a87f81bafe3ba5a3e99cf2766 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2022-12-03T06:33:15
2022-12-03T06:34:19
{}
NONE
vuejs
docs
1,338,778,338
2,119
skirtles-code
Thanks for the report. That seems to be an old URL to the Vue 2 docs. That is now at <https://v2.vuejs.org/v2/guide/syntax.html#Attributes>. Where did you find this link?
2022-12-06T05:18:48
2022-12-06T05:18:48
{}
CONTRIBUTOR
vuejs
docs
1,368,142,334
2,126
skirtles-code
I've opened #2140 to try to address this. More work may be needed beyond that, as the concept of 'compiler macros' hasn't been introduced properly and we're largely glossing over it in that guide.
2022-12-31T01:34:50
2022-12-31T01:34:50
{ "+1": 1 }
CONTRIBUTOR
vuejs
docs
1,369,345,433
1,966
skirtles-code
Some of the grammatical changes from this PR have been merged separately in #2081. I'm unclear about the other changes and I don't think we can merge them without further information about why they were made. I'm going to close this PR for now.
2023-01-03T02:59:07
2023-01-03T02:59:07
{}
CONTRIBUTOR
vuejs
docs
1,371,840,136
2,149
skirtles-code
@LinusBorg Would you mind checking that this change is an accurate description of the caveats around combining `<script setup>` and `<setup>`?
2023-01-05T06:42:44
2023-01-05T06:42:44
{}
CONTRIBUTOR
vuejs
docs
1,324,108,148
2,104
skirtles-code
Thanks for the PR, but I believe the current wording is correct. The word *methods* should be plural as it refers to both `sort()` and `reverse()`.
2022-11-22T18:49:20
2022-11-22T18:49:20
{}
CONTRIBUTOR
vuejs
docs
1,368,143,854
2,124
skirtles-code
Closing. As far as I'm aware, there is not a typo in the event name and nothing needs to be changed.
2022-12-31T01:48:25
2022-12-31T01:48:25
{}
CONTRIBUTOR
vuejs
docs
1,368,840,193
2,142
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 09386e4bff3afa86ea8b121235aca9a99430964a | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2023-01-02T10:58:48
2023-01-02T10:59:40
{}
NONE
vuejs
docs
1,371,965,960
1,749
skirtles-code
I'm going to close this. I'm unclear what problem is being described, so I can't attempt to fix it. I'd be happy to reopen this issue if a specific problem with the documentation can be identified.
2023-01-05T09:18:39
2023-01-05T09:18:39
{}
CONTRIBUTOR
vuejs
docs
1,374,721,599
2,157
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 389d20b50fd92585e7c7475e92e1e3ab3205d980 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2023-01-08T06:10:59
2023-01-08T06:12:05
{}
NONE
vuejs
docs
1,376,480,139
786
smallFledging
Hello, here is a codesandbox,, if you go to console you can see it logs test from state: https://codesandbox.io/s/compassionate-colden-tvt4tu?file=/components/test.js and increments it from test click as it dispatches the action
2023-01-09T23:21:01
2023-01-09T23:21:01
{}
NONE
vuejs
docs
1,324,823,724
2,038
NataliaTepluhina
Same, it works fine with me. Closing the issue, please feel free to reopen if it occurs again
2022-11-23T10:14:31
2022-11-23T10:14:31
{}
MEMBER
vuejs
docs
1,345,620,730
2,123
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | a1d34c2b9f5b7302262e98a3072e05c3a7613f20 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2022-12-11T18:10:25
2022-12-11T18:11:24
{}
NONE
vuejs
docs
1,371,935,158
1,830
skirtles-code
Fixed by #1830.
2023-01-05T08:50:02
2023-01-05T08:50:02
{}
CONTRIBUTOR
vuejs
docs
1,325,846,713
2,095
yyx990803
Done! Thanks @ShenQingchuan for the great work. The Chinese / Japanese docs can now also be updated. Make sure to bump `@vue/theme` to 1.3.0 first. /cc @Jinjiang @jay-es
2022-11-24T01:50:44
2022-11-24T01:51:05
{ "+1": 2 }
MEMBER
vuejs
docs
1,360,526,659
2,131
skirtles-code
Thank you for the PR, but I think the current wording is correct.
2022-12-21T00:04:53
2022-12-21T00:04:53
{}
CONTRIBUTOR
vuejs
docs
1,371,839,451
2,149
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | a61af5576048fab2afc0a1e16e0357acd508d057 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2023-01-05T06:41:24
2023-01-05T06:42:29
{}
NONE
vuejs
docs
1,374,154,412
2,152
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 62ab821326c8aafd7e1d8913c20a659c5f20533b | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2023-01-06T21:28:48
2023-01-06T21:29:54
{}
NONE
vuejs
docs
1,376,564,790
786
murugappanrm
@smallFledging You are good man, sir. Your code is exactly what i was looking for. Now i can expand on this one to use Pinia and Composition API. Please put this into the vue.js documentation. It will help a lot of people, especially people who intend to transition. Thank you so much once again.
2023-01-10T00:52:37
2023-01-10T00:52:37
{ "laugh": 2 }
NONE
vuejs
docs
1,333,663,920
2,105
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | bdeda7c94dd86fe7925ee21265abb9c74de0895d | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2022-12-01T12:03:57
2022-12-01T12:12:25
{}
NONE
vuejs
docs
1,340,391,923
2,120
horanchikk
спасибо за фикс :bulb:
2022-12-07T05:25:15
2022-12-07T05:25:15
{}
NONE
vuejs
docs
1,368,141,308
2,140
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 99d396ee4aea74845a9b06a055849c91f0532e63 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2022-12-31T01:27:17
2022-12-31T01:28:19
{}
NONE
vuejs
docs
1,321,758,251
2,101
LinusBorg
Heres the thing: When the docs say "the destructured variables lose reactivity", that means: those new variables' values themselves won't magically update when the properties of `props` from which they were destructured were changed - which is to say: when the props changed. (That's not so much because of reactivity bu...
2022-11-21T09:30:10
2022-11-21T09:31:19
{ "heart": 1 }
MEMBER
vuejs
docs
1,331,009,614
2,112
LinusBorg
that's ...interesting. I need to look up what the specific (but necessary) circumstances were that made this break in our implementation, can't recall.
2022-11-29T17:20:05
2022-11-29T17:20:15
{}
MEMBER
vuejs
docs
1,359,072,035
2,131
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | d0011361fc10a8061f0b1d1aed6ac4d4814d14ce | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2022-12-20T09:31:29
2022-12-20T09:32:26
{}
NONE
vuejs
docs
1,363,636,326
2,135
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | b459839fe754c3ee0c6df459a781675f5e39f985 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2022-12-23T05:39:58
2022-12-23T05:40:56
{}
NONE
vuejs
docs
1,369,341,223
1,924
skirtles-code
I don't think we can merge this, but I've opened #2143 if anyone wants to make suggestions for how we could improve this example.
2023-01-03T02:46:17
2023-01-03T02:46:17
{}
CONTRIBUTOR
vuejs
docs
1,371,826,843
2,148
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 8035350abe8691aeb7761d1e1589ebd9bc8ead5d | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2023-01-05T06:17:54
2023-01-05T06:19:06
{}
NONE
vuejs
docs
1,374,397,966
2,154
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | cb8ba12191f00b142ba63fbcda0dddfd9027a9a7 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2023-01-07T07:09:23
2023-01-07T07:10:31
{}
NONE
vuejs
docs
1,374,591,621
2,156
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 8603342a2c57797a3968b7f07e060c273ab2025b | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2023-01-07T19:54:02
2023-01-07T19:55:08
{}
NONE
vuejs
docs
1,342,227,594
2,122
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 8232c8216b53060a80301803ae0a39e331b5f511 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2022-12-08T07:57:08
2023-01-10T09:45:12
{}
NONE
vuejs
docs
1,377,064,632
2,161
NataliaTepluhina
@skirtles-code would you mind taking a look? 🙏🏻
2023-01-10T10:47:26
2023-01-10T10:47:26
{}
MEMBER
vuejs
docs
1,327,890,789
2,107
LinusBorg
It's not incorrect though, in fact it precisely explains the problem you saw. You had an "illegal" element in your actual HTML for the table (not in the `<script type="text/x-template">`) - an element named `<transaction>` inside of a `<tbody>`, which is not allowed. So the browser hoisted it out of the table. Ye...
2022-11-25T21:21:24
2022-11-25T21:22:33
{}
MEMBER
vuejs
docs
1,338,359,970
927
AEROGU
Use the `as` to cast the target ```typescript function onInputChange(evt: Event) { let target = evt.target as HTMLInputElement; let imageFile = target.files?.item(0); if (imageFile) { processFile(imageFile); } } ``` Or define an `interface`: ```typescript interface HTMLInputEvent extends Event { t...
2022-12-05T23:35:09
2022-12-05T23:35:09
{ "+1": 2 }
NONE
vuejs
docs
1,357,205,508
2,129
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 136fc2bf6900ccf4541b8a1a72a5690949ea919d | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2022-12-19T07:22:09
2022-12-19T07:22:58
{}
NONE
vuejs
docs
1,368,149,034
2,090
skirtles-code
I think this may be a problem with the REPL: <https://github.com/vuejs/repl/blob/4af73cb41c716f0bcb4f8b14d643d2417534197a/src/output/srcdoc.html#L106> It's trying to suppress that error message, but it only works in English. I also found a couple of other examples of code that relies on English error messages:...
2022-12-31T02:20:28
2022-12-31T02:20:28
{ "+1": 1 }
CONTRIBUTOR
vuejs
docs
1,370,297,072
2,069
skirtles-code
I've pulled these commits into #2144 and made some changes to the `watchEffect()` section, so that it doesn't seem quite so out of place.
2023-01-03T22:41:00
2023-01-03T22:41:00
{}
CONTRIBUTOR
vuejs
docs
1,371,976,392
1,612
skirtles-code
A brief explanation of `flush: 'sync'` was added in #1895. The explanation is in the API docs, rather than the guide.
2023-01-05T09:29:02
2023-01-05T09:29:02
{ "+1": 1 }
CONTRIBUTOR
vuejs
docs
1,374,836,009
2,158
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 005648e7d502f9b484cce3d9cd69adef360aaa77 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2023-01-08T13:27:35
2023-01-08T13:28:33
{}
NONE
vuejs
docs
1,377,413,876
2,162
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | fc26b2fd6706a8ee1a2ed6bc09a75feb5becb728 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2023-01-10T15:06:18
2023-01-10T15:07:30
{}
NONE
vuejs
docs
1,322,987,477
2,102
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | e54e06c438a2493460a576477dd74c1b8546a639 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2022-11-22T03:32:22
2022-11-22T03:33:20
{}
NONE
vuejs
docs
1,331,013,298
2,112
Worldwidebrine
As far as I know, `Proxy` can't hook method call `proxy.method1();`. `Proxy` can only trap the property getter for the method `proxy.method1`. But getter and setter are not methods. They are called internally not externally. `Reflect.get()` and `Reflect.set()` work perfectly.
2022-11-29T17:23:21
2022-11-29T17:41:25
{}
NONE
vuejs
docs
1,354,705,004
2,124
skirtles-code
I don't see a typo in that code. Copying the exact code, character by character, does work. Here's an example on the SFC Playground: <https://sfc.vuejs.org/#eNpdkMtugzAQRX9lZFWCqMFWtgiiNrsu+gfegGVap/FDtmmFEP/eMTiozW4eV+fOnZm8Oke/R0lq0gThlYsQZBzdmRulnfURZvBygAUGbzUUKC321ft0GWO0Ju8ouw8SEWXcCGtCBGFHE6FNoPJ04KZhmxWaYBOl...
2022-12-16T12:37:29
2022-12-16T12:37:29
{}
CONTRIBUTOR
vuejs
docs
1,355,034,966
2,126
raulrpearson
Interesting, I didn't know that. Do you think it would be worth mentioning that instead? As a beginner I was a bit confused. I tested it out on a project and got a red squiggle under my use of `defineExpose`, so I assumed it required importing. I guess there's something wrong with my setup, then. (EDIT: ESLint is th...
2022-12-16T15:11:20
2022-12-16T15:18:28
{}
NONE
vuejs
docs
1,368,121,008
2,136
skirtles-code
Thanks for the PR, but I don't believe this is actually a typo. *Automagical* is an informal computing term referring to something that happens automatically, as if by magic.
2022-12-30T23:19:27
2022-12-30T23:19:27
{}
CONTRIBUTOR
vuejs
docs
1,371,462,895
2,147
skirtles-code
@IsraelOrtuno Could you add a description to your PR explaining what this is? I'm unclear why this change is being made or whether I should be merging it. Thanks.
2023-01-04T21:42:58
2023-01-04T21:42:58
{}
CONTRIBUTOR
vuejs
docs
1,374,676,386
2,147
yyx990803
This is an experiment we've running with VueJobs and we are sunsetting it.
2023-01-08T01:05:21
2023-01-08T01:05:21
{}
MEMBER
vuejs
docs
1,353,751,308
2,125
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 5d6d0ba1b44ee780c8f9e5988cad3cfe6b107269 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2022-12-15T21:49:40
2022-12-15T21:50:42
{}
NONE
vuejs
docs
1,355,024,554
2,126
skirtles-code
Thanks for the PR, but `defineExpose` is a compiler macro and doesn't need to be imported.
2022-12-16T15:05:27
2022-12-16T15:05:27
{}
CONTRIBUTOR
vuejs
docs
1,368,614,699
2,141
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | c09951022bcb733cb01d48f7b13601e6539f79da | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2023-01-02T02:29:14
2023-01-02T02:30:20
{}
NONE
vuejs
docs
1,368,627,401
786
smallFledging
Hello, I've had a play around but here is a vue 3 example with CDN. I also agree there is a lack of documentation for Vue 3 but hopefully this helps! so in my public folder I have index.html and main.js, then a separate folder called components with test.js inside it Test component: `const test = { templat...
2023-01-02T03:15:01
2023-01-02T03:28:37
{}
NONE
vuejs
docs
1,328,946,346
2,110
erikbrntsn
Apparently not... Sorry
2022-11-28T11:51:55
2022-11-28T11:52:07
{}
NONE
vuejs
docs
1,355,018,757
2,126
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 207be117bd27661288d2368e857371fa3d93c4fd | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2022-12-16T15:02:30
2022-12-16T15:03:34
{}
NONE
vuejs
docs
1,359,177,031
2,132
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | ab6b9bf7f6a86c32da7506dffb0ffade1c5a1eb6 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2022-12-20T10:55:14
2022-12-20T10:56:23
{}
NONE
vuejs
docs
1,368,146,444
2,119
skirtles-code
I can't find any links to that page within this repo, so I'm going to close this.
2022-12-31T02:01:13
2022-12-31T02:01:13
{}
CONTRIBUTOR
vuejs
docs
1,370,294,321
2,144
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 74ed54726dd303b3da2d7387b9bc1b4f00538eda | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2023-01-03T22:36:28
2023-01-03T22:37:36
{}
NONE
vuejs
docs
1,370,473,381
2,146
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 34b2e6175d9a197f5a612158ac4798e7007241b6 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netli...
2023-01-04T04:22:45
2023-01-04T04:23:53
{}
NONE
vuejs
docs
1,354,320,705
2,124
proyb6
This work but typo means it can be error prone and confusing for developers when the code should be in exact characters by characters.
2022-12-16T07:20:41
2022-12-16T07:20:41
{}
NONE
vuejs
docs
1,368,346,322
786
murugappanrm
@smallFledging `If you want to use vue 3, you will have to rejig your myscripts file so it uses imports, or potentially just keep app inside index.html with imported components instead. you have your component written as testComponent.html for example, you can then import it into your index file like this https://v...
2023-01-01T04:07:53
2023-01-01T04:07:53
{}
NONE
vuejs
docs
1,371,941,864
1,806
skirtles-code
I'm going to close this. It isn't clear what is being requested here, as the material does appear to be present in the existing documentation.
2023-01-05T08:56:32
2023-01-05T08:56:32
{}
CONTRIBUTOR
vuejs
docs
1,374,411,863
2,102
skirtles-code
Thanks for the PR! Sorry for the delay in getting back to you. I've just opened #2155, which attempts to address the same problem. I appreciate the effort you put into creating those examples, but I felt there were some problems with them that would have taken time to fix and it was much quicker for me just to open ...
2023-01-07T08:11:29
2023-01-07T08:11:29
{}
CONTRIBUTOR
vuejs
docs
1,331,019,750
2,112
LinusBorg
Ah, you switched out the `receiver` for the `target`. That's not the usual use for Reflect, but maybe we can use this to work around this problem in a way. Edit: on second thought, I don't think this is a path to a solution as we need `receiver`to be the proxy so we can track other possible property reads in getters...
2022-11-29T17:28:41
2022-11-29T17:38:04
{}
MEMBER
vuejs
docs
1,333,661,406
2,106
NataliaTepluhina
Yes, we plan to do so. Closing as a duplicate of https://github.com/vuejs/docs/issues/2030
2022-12-01T12:02:34
2022-12-01T12:02:34
{}
MEMBER
vuejs
docs
1,353,491,183
2,124
skirtles-code
I don't think this is a typo. The code shown should work fine.
2022-12-15T17:56:09
2022-12-15T17:56:09
{}
CONTRIBUTOR