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,679,658,707
2,481
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 7bd089eaf610031536de9db51ffbdd533e224672 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/64d...
2023-08-15T21:43:45
2023-08-15T21:44:44
{}
NONE
vuejs
docs
1,694,344,551
2,489
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | d2be3a9a4fbad86dcb69447ecd5bad910330c212 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/64e...
2023-08-26T13:43:48
2023-08-26T13:44:51
{}
NONE
vuejs
docs
1,704,749,244
2,494
brc-dd
Please avoid creating multiple issues for the same thing. Duplicate of #2493
2023-09-04T07:25:38
2023-09-04T07:25:38
{}
MEMBER
vuejs
docs
1,720,744,791
2,504
AloisSeckar
> @AloisSeckar Should we also change this part? No, this is ok. The attribute VALUES inside child component must comply with the props and emits definition, which is: ``` <script setup> defineProps(['modelValue']) defineEmits(['update:modelValue']) </script> ``` But the corresponding attribute NAMES in pa...
2023-09-15T06:27:16
2023-09-15T06:27:16
{ "+1": 1 }
CONTRIBUTOR
vuejs
docs
1,751,705,908
2,527
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 6539ea0aa5e2ec5a428041142d518eb4bd25622f | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/652...
2023-10-07T12:55:38
2023-10-07T12:56:37
{}
NONE
vuejs
docs
1,718,883,370
2,503
AloisSeckar
The name of the emit defined in a component should be camelCase, but when being listened to in iside parent's template, then kebab-case should be used according to the convention. The third code snippet in https://vuejs.org/guide/components/v-model.html is inaccurate. Would you like to open a PR? Or I'll do later.
2023-09-14T07:08:09
2023-09-14T07:08:09
{ "+1": 1 }
CONTRIBUTOR
vuejs
docs
1,718,906,564
2,504
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 8c278ca709874b9e075107ab2de6c8dd9f24f101 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/650...
2023-09-14T07:25:36
2023-09-15T04:43:37
{}
NONE
vuejs
docs
1,731,124,634
2,120
rockymontana
Nevermind. Opened it in a new tab where it magically worked.
2023-09-22T09:41:22
2023-09-22T09:41:22
{}
NONE
vuejs
docs
1,435,245,023
2,234
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 5cbc3d03fee1986e7b0e5553b2d3df370b6ef8c9 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/648...
2023-02-17T20:42:08
2023-06-12T03:58:38
{}
NONE
vuejs
docs
1,597,144,308
2,413
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | f870ccec8249d255a57f1b51dafaff78f4652a1a | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/649...
2023-06-19T12:58:14
2023-06-19T12:59:17
{}
NONE
vuejs
docs
1,643,632,360
2,441
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | d5be5eeaa6edb75ffa73c43f3c7bfc70f686e5c5 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/64b...
2023-07-20T09:59:35
2023-07-20T10:38:17
{}
NONE
vuejs
docs
1,644,027,682
2,443
brc-dd
The URL appears wrong to me, it should be https://cn.vuejs.org/examples/#fetching-data It seems to be working fine for me: <img width="1792" alt="image" src="https://github.com/vuejs/docs/assets/40380293/c941894e-c3f0-44ff-b3c8-824ed98fa276"> If that URL doesn't work fine, can you try using a different browse...
2023-07-20T14:27:21
2023-07-20T14:27:32
{}
MEMBER
vuejs
docs
1,646,578,298
2,446
brc-dd
C will be much better in terms of performance but IG you made a typo as `@click="clickHandler()` is not necessary if you've already a `@click="delegatedClickHandler"` on parent.
2023-07-22T12:54:35
2023-07-22T12:54:35
{}
MEMBER
vuejs
docs
1,663,198,009
2,457
dependabot[bot]
Looks like vitepress is up-to-date now, so this is no longer needed.
2023-08-03T02:16:50
2023-08-03T02:16:50
{}
CONTRIBUTOR
vuejs
docs
1,587,664,426
2,404
brc-dd
Actually vowel/consonant letter in spelling don't matter. It's the sound that matters. In this case, SPA begins with the /ɛs/ sound (pronounced /ɛs.pi.eɪ/ -- ess-pee-ay). So, `an` is correct here.
2023-06-12T16:25:17
2023-06-12T16:26:38
{ "+1": 1 }
MEMBER
vuejs
docs
1,588,977,366
2,392
yyx990803
I'm not sure if the example being updated is the right one, the fact that refs are not unwrapped when injected is mentioned pretty prominently early on: https://vuejs.org/guide/components/provide-inject.html#inject If we want to improve the examples, we should improve those earlier ones instead.
2023-06-13T10:05:16
2023-06-13T10:05:33
{ "+1": 1 }
MEMBER
vuejs
docs
1,595,969,321
2,411
mahmudunnabikajal
@nazarepiedady recheck again after removing your browser cache and cookies.
2023-06-18T05:35:21
2023-06-18T05:35:21
{}
CONTRIBUTOR
vuejs
docs
1,611,806,161
2,425
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | c73c7ed40c4b2a04e089bf1db1b3d35553158d79 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/649...
2023-06-28T17:20:52
2023-06-28T17:21:55
{}
NONE
vuejs
docs
1,618,892,576
2,411
nazarepiedady
It is fine now!
2023-07-03T17:01:34
2023-07-03T17:01:34
{}
CONTRIBUTOR
vuejs
docs
1,623,244,531
1,449
edimitchel
Closing this PR as it's not adding as much functionality as I thought
2023-07-06T08:49:46
2023-07-06T08:49:46
{}
CONTRIBUTOR
vuejs
docs
1,631,195,992
2,438
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 740946484e0973f0ec70168b164adfbbef7e6c5d | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/64a...
2023-07-11T17:15:33
2023-07-12T06:25:05
{}
NONE
vuejs
docs
1,646,594,025
2,446
Andrioden
> C will be much better in terms of performance I see, could you give your thought on B? Wouldnt the performance be the same? Will it be one function referenced 10 000 times? I feel B reads better than C. > but IG you made a typo as @click="clickHandler() is not necessary if you've already a @click="delegatedClic...
2023-07-22T14:17:41
2023-07-22T14:18:03
{}
NONE
vuejs
docs
1,664,594,650
2,460
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 671b2e1c082e91546db7bc070e8af8b668b21aaa | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/64c...
2023-08-03T20:17:44
2023-08-03T20:18:42
{}
NONE
vuejs
docs
1,605,297,321
2,415
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | afeef3616c4c252b29a4112ad5bc07813e4c25f5 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/649...
2023-06-24T07:26:17
2023-06-24T07:27:17
{}
NONE
vuejs
docs
1,605,893,108
2,418
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | e8a7d3078c956bc5a87a2ee4d8fbfc20690bf81c | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/649...
2023-06-25T06:25:05
2023-06-25T06:26:04
{}
NONE
vuejs
docs
1,566,455,493
2,385
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 06c68319edb4481a6b616a4a66c89e15d9c3d8c1 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/649...
2023-05-29T03:32:26
2023-06-30T08:47:38
{}
NONE
vuejs
docs
1,644,318,520
2,444
brc-dd
Those are considered ads by Brave and other ad blockers (e.g. uBlock Origin). So don't expect them to show.
2023-07-20T17:31:32
2023-07-20T17:32:44
{ "+1": 1 }
MEMBER
vuejs
docs
1,656,037,727
2,453
brc-dd
Ah, it's experimental right now and there is no doc for it yet. That's why nothing shows up while searching. Refer the RFC if you wanna learn more about it: https://github.com/vuejs/rfcs/discussions/503
2023-07-28T17:17:23
2023-07-28T17:17:23
{}
MEMBER
vuejs
docs
1,659,027,446
2,450
dependabot[bot]
Superseded by #2457.
2023-07-31T19:43:59
2023-07-31T19:43:59
{}
CONTRIBUTOR
vuejs
docs
1,588,846,618
1,995
yyx990803
Sorry for letting this sit for so long! There were some conflict due to heavy content changes, so I landed this in 202b311
2023-06-13T08:53:14
2023-06-13T08:53:14
{ "+1": 1 }
MEMBER
vuejs
docs
1,457,788,863
2,273
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | f551145345df3773c3a4652c955eead58fe180c2 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/648...
2023-03-07T08:56:02
2023-06-13T09:05:04
{}
NONE
vuejs
docs
1,544,383,568
2,366
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 4e1cefe9cc58e51f5fc592a90d203a5cb0073173 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/648...
2023-05-11T17:14:38
2023-06-13T09:35:19
{}
NONE
vuejs
docs
1,591,843,253
1,566
NataliaTepluhina
Quick start was rewritten with Composition API in mind so I am closing this issue
2023-06-14T19:15:27
2023-06-14T19:15:27
{}
MEMBER
vuejs
docs
1,594,210,876
2,361
dong-lufei
@yyx990803 在`<script setup>`中,如果不让用 getCurrentInstance,我如何拿到this,用什么代替? ``` <script setup> import { onLoad, onPageScroll } from "@dcloudio/uni-app" import { ref, getCurrentInstance } from "vue" const scrollTop = ref(0) // 页面滚动监听 onPageScroll((e) => { const { proxy } = getCurrentInstance() co...
2023-06-16T07:06:38
2023-06-16T07:06:38
{}
NONE
vuejs
docs
1,586,540,889
2,270
yyx990803
closed via 32284
2023-06-12T04:04:58
2023-06-12T04:04:58
{}
MEMBER
vuejs
docs
1,588,785,826
2,406
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 5e50b14c7a3ca5d14c9e07ff2c9e0683a9f68f5a | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/648...
2023-06-13T08:17:58
2023-06-13T08:18:52
{}
NONE
vuejs
docs
1,591,850,051
2,161
theoephraim
@NataliaTepluhina - looks like [this part of the main docs](https://vuejs.org/guide/components/props.html#prop-passing-details) also needs to be updated.
2023-06-14T19:21:34
2023-06-14T19:21:34
{}
NONE
vuejs
docs
1,608,165,625
2,193
angelhdzmultimedia
Any updates? 🤔🤝🔥🤩
2023-06-26T20:06:54
2023-06-26T20:06:54
{}
NONE
vuejs
docs
1,608,456,823
2,422
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | df0740423df98484caa55ab607945263f439d5a0 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/649...
2023-06-26T23:24:16
2023-06-26T23:25:15
{}
NONE
vuejs
docs
1,627,476,196
2,437
nazarepiedady
I will close this pull request because the problem is already being solved in the #2436 pull request.
2023-07-08T19:46:04
2023-07-08T19:46:04
{}
CONTRIBUTOR
vuejs
docs
1,646,872,723
2,448
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 51b55aa65e054de5c29e6394e1066492342de3e9 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/64c...
2023-07-23T15:42:33
2023-07-26T06:16:25
{}
NONE
vuejs
docs
1,588,306,098
2,404
yyx990803
Usage of a vs. an is based on sound, not letter. SPA is an acronym and its pronunciation starts with a vowel sound.
2023-06-13T00:44:18
2023-06-13T00:44:55
{ "+1": 1 }
MEMBER
vuejs
docs
1,556,034,256
2,377
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | dae46139951213fbee89f5d2daa999d619b5e30a | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/648...
2023-05-20T22:43:52
2023-06-13T09:56:55
{}
NONE
vuejs
docs
1,605,771,341
2,417
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 9cb60a22ba8e34bb03562965fb1eddc80af70747 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/649...
2023-06-24T23:20:01
2023-06-24T23:21:00
{}
NONE
vuejs
docs
1,618,526,368
2,030
awxiaoxian2020
Any update for the guide? It has passed almost three years when the Vue 3 released. I think we should take actions for the guide.
2023-07-03T14:52:10
2023-07-03T14:52:44
{}
NONE
vuejs
docs
1,625,482,326
2,435
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | e29cc477ae93b32e146245ea74f7985fdb1b9e52 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/64a...
2023-07-07T14:16:13
2023-07-07T14:17:12
{}
NONE
vuejs
docs
1,660,927,911
2,458
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | d3e70572a131746d57f592033ff6bc8d35cac6d9 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/64c...
2023-08-01T19:10:49
2023-08-01T19:11:49
{}
NONE
vuejs
docs
1,588,934,647
2,385
yyx990803
I don't think these are the right places to add the warning - it should probably be here https://vuejs.org/api/sfc-script-setup.html#script-setup
2023-06-13T09:41:15
2023-06-13T09:41:15
{}
MEMBER
vuejs
docs
1,588,983,343
2,403
yyx990803
The PR title doesn't seem to match the content but I'll take it ;)
2023-06-13T10:08:25
2023-06-13T10:08:25
{}
MEMBER
vuejs
docs
1,447,651,045
2,257
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 9dd98059482f7e69268a85214d94d8f6594db445 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/648...
2023-02-28T06:22:30
2023-06-14T02:19:04
{}
NONE
vuejs
docs
1,617,688,004
2,411
colynyu
I reinstalled Chrome, but the sponsors still cannot be displayed.
2023-07-03T09:11:30
2023-07-03T09:11:30
{}
NONE
vuejs
docs
1,624,176,963
2,432
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 297d6f3ac40c99f9b52bd101f9497ddf44b8ce48 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/64a...
2023-07-06T19:04:09
2023-07-06T19:05:14
{}
NONE
vuejs
docs
1,643,949,734
786
xoewrl
a demo ``` html <!DOCTYPE html> <html> <head> <script src="https://unpkg.com/vue@3/dist/vue.global.js"></script> <style> .logs { background-color: black; color:white; height:90vh; overflow-x: hidden; overflow-y: auto; text-align: left; padding-left:10px; } </style>...
2023-07-20T13:41:47
2023-07-20T13:42:17
{ "heart": 1 }
NONE
vuejs
docs
1,655,151,033
2,451
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | a7b25e985a66925ea2db2ba7b0f7f2c8ca12cf96 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/64c...
2023-07-28T07:08:41
2023-07-28T07:09:35
{}
NONE
vuejs
docs
1,656,726,599
2,201
wal0x
I have the same issue but when trying to generate types with `vue-tsc --declaration --emitDeclarationOnly`
2023-07-29T13:06:40
2023-07-29T13:06:40
{}
NONE
vuejs
docs
1,570,231,456
2,391
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 5579e22d86547e7557b0d63d1a00ab763ec15f61 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/648...
2023-05-31T13:24:59
2023-06-13T10:01:42
{}
NONE
vuejs
docs
1,627,649,870
2,436
ChaominRuan
> @ChaominRuan I recommend you use backticks to highlight some important parts from your commit or pull request description. I am talking about something like this `@vnode-mounted` and `@vue:` Thanks for the suggestion, it has been revised. 🚀
2023-07-09T08:42:01
2023-07-09T08:42:01
{}
CONTRIBUTOR
vuejs
docs
1,646,691,409
2,447
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | afbc1d78cd4ff570cfa56f407aeed2b47e414053 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/64b...
2023-07-22T23:35:52
2023-07-22T23:36:51
{}
NONE
vuejs
docs
1,586,950,642
2,399
martinszeltins
100% support this! The Composition API makes for a much cleaner and maintainable code than Options API.
2023-06-12T09:27:52
2023-06-12T09:27:52
{ "+1": 2, "hooray": 2 }
NONE
vuejs
docs
1,587,200,024
2,403
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 1c35740afbb8c8cc99a33f68bbae8a181d69ecb3 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/648...
2023-06-12T12:04:10
2023-06-12T12:05:05
{}
NONE
vuejs
docs
1,627,475,299
2,437
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | fc2653fc60ce4540ca656512c9a44575bc9f3507 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/64a...
2023-07-08T19:40:31
2023-07-08T19:41:30
{}
NONE
vuejs
docs
1,588,938,929
2,385
baiwusanyu-c
> I don't think these are the right places to add the warning - it should probably be here https://vuejs.org/api/sfc-script-setup.html#script-setup ok i will fix it as soon as possible
2023-06-13T09:44:02
2023-06-13T09:44:02
{}
MEMBER
vuejs
docs
1,590,972,543
2,409
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 8ab3d685f145d64d54c04a9c417e6b8adc3bbbbd | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/648...
2023-06-14T11:00:31
2023-06-14T11:01:29
{}
NONE
vuejs
docs
1,591,638,780
2,381
mahmudunnabikajal
@lttr I checked your issue in multiple browsers and the final feedback is given below. # Feedback - The URL hash(#) will automatically change if you cross the heading 50%(approximately) of your device view-height. when you see the heading "Next Steps" it doesn't cross 50% view-height so the URL hash remains in "#u...
2023-06-14T16:47:13
2023-06-14T16:47:13
{}
CONTRIBUTOR
vuejs
docs
1,610,578,990
2,424
brc-dd
Duplicate of #1609, #1775, #2335, #2361
2023-06-28T02:43:03
2023-06-28T02:44:12
{}
MEMBER
vuejs
docs
1,590,841,443
2,408
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | b536a18328ddcf00a2258484948bfc7b276fb4af | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/648...
2023-06-14T09:32:25
2023-06-14T09:33:22
{}
NONE
vuejs
docs
1,607,738,577
2,420
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 80a95472b44f1ad95afdcc3bccd51034266a1a45 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/649...
2023-06-26T15:38:44
2023-06-26T15:39:43
{}
NONE
vuejs
docs
1,615,918,013
2,427
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | fcbdcebefc3d4b3dbbab0f3e83f5ad52878a022f | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/64a...
2023-07-01T13:35:23
2023-07-01T13:36:23
{}
NONE
vuejs
docs
1,627,476,771
2,436
nazarepiedady
@ChaominRuan I recommend you use backticks to highlight some important parts from your commit or pull request description. I am talking about something like this `@vnode-mounted` and `@vue:`
2023-07-08T19:49:45
2023-07-08T19:49:45
{ "+1": 1 }
CONTRIBUTOR
vuejs
docs
1,643,654,547
2,442
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | ce5ee58f4e5fbcdbbf2da7e2506f9a40a46fcde0 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/64b...
2023-07-20T10:15:24
2023-07-20T10:16:22
{}
NONE
vuejs
docs
1,647,079,267
2,446
inblossoms
> I see, could you give your thought on B? Wouldnt the performance be the same? Will it be one function referenced 10 000 times? I feel B reads better than C. Personally, I think you're thinking the right thing. C has the best performance, and the callback for Plan B will be referenced 10,000 times. On the contr...
2023-07-24T01:46:35
2023-07-24T01:46:35
{}
NONE
vuejs
docs
1,586,542,647
2,400
yyx990803
Thanks for the PR - sorry I merged #2402 before this one which included the same fix.
2023-06-12T04:06:33
2023-06-12T04:06:33
{}
MEMBER
vuejs
docs
1,608,161,716
478
angelhdzmultimedia
Any update to include the spanish (español) translations? https://vue3-spanish.netlify.app
2023-06-26T20:05:36
2023-06-26T20:06:05
{}
NONE
vuejs
docs
1,617,727,995
2,411
colynyu
Yes!!! I closed ad blocker and it's fine. But I was able to get it to display fine around June 14th, maybe the browser plugin has been updated.
2023-07-03T09:37:00
2023-07-03T09:37:00
{}
NONE
vuejs
docs
1,623,280,424
2,354
MrNightingale
@yyx990803 May I reopen PR since Firefox starts to support these two array methods? ![image](https://github.com/vuejs/docs/assets/9369682/f5c508d4-770b-4b6e-b09b-0f7c786e5c41) ![image](https://github.com/vuejs/docs/assets/9369682/64d4e1d5-7988-4703-90bc-0736ba4a269a)
2023-07-06T09:11:05
2023-07-06T09:11:05
{}
NONE
vuejs
docs
1,624,151,922
2,431
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 37e6c4b822b3278ea822b3fa1679bc7491fa9084 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/64a...
2023-07-06T18:42:05
2023-07-06T18:46:59
{}
NONE
vuejs
docs
1,646,174,640
2,445
brc-dd
Ah, it should be https://nodejs.org/api/stream.html (seems like they have changed something at their server level). PRs are welcome.
2023-07-21T19:54:45
2023-07-21T19:54:45
{}
MEMBER
vuejs
docs
1,648,454,824
2,450
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 0fd1315e2964d9bb3e846ca600be8e498702a96b | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/64b...
2023-07-24T19:00:58
2023-07-24T19:01:56
{}
NONE
vuejs
docs
1,658,198,515
2,456
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | a4cd82855289e78ac4eab95cd53d5228da6ff88f | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/64c...
2023-07-31T11:36:54
2023-08-01T04:05:03
{}
NONE
vuejs
docs
1,659,027,494
2,457
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 19598dc5b83616f3e04232aa9435e221cc257a5f | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/64c...
2023-07-31T19:44:01
2023-08-02T15:45:03
{}
NONE
vuejs
docs
1,666,305,147
2,462
ghost
@yyx990803 # How to sign in to Vue.JS
2023-08-05T00:34:29
2023-08-05T00:34:29
{}
NONE
vuejs
docs
1,566,205,187
2,384
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 52a629ba34c929aafb25dd823421343be1e3f7d5 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/648...
2023-05-28T17:23:16
2023-06-13T09:32:06
{}
NONE
vuejs
docs
1,590,318,088
2,403
Alfred-Skyblue
Sorry, I forgot to modify the title when making changes to the withDefaults in another repository. Thank you for reminding me.
2023-06-14T01:51:32
2023-06-14T01:51:32
{}
MEMBER
vuejs
docs
1,590,995,434
2,410
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 01597d8f1dbf37e6c3cecc7e8edcc25e861f10f5 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/648...
2023-06-14T11:16:32
2023-06-14T13:33:00
{}
NONE
vuejs
docs
1,600,236,708
2,412
mahmudunnabikajal
@yyx990803 friendly reminder for review.
2023-06-21T06:05:01
2023-06-21T06:05:01
{}
CONTRIBUTOR
vuejs
docs
1,608,144,113
2,421
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 2cfac0321b5180deb7ab0a0164f80231dc3652af | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/649...
2023-06-26T19:56:49
2023-06-26T19:57:46
{}
NONE
vuejs
docs
1,616,516,631
2,428
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 3f5e55703d2117321c48a917584b6262dc8048f5 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/64a...
2023-07-02T09:22:58
2023-07-02T09:23:59
{}
NONE
vuejs
docs
1,656,621,969
2,455
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | f86b363d46f12219bcc05abf0c0258d704849693 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/64c...
2023-07-29T08:39:45
2023-07-29T08:40:43
{}
NONE
vuejs
docs
1,665,748,360
2,461
netlify[bot]
### <span aria-hidden="true">❌</span> Deploy Preview for *vuejs* failed. | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 5e0660f06ff5186c6553296fbffaef35fc17e1e0 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/64...
2023-08-04T14:58:28
2023-08-04T15:58:31
{}
NONE
vuejs
docs
1,588,254,745
2,405
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | c60377f6d3e29b387555f0087fd316940a67d279 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/648...
2023-06-12T23:43:06
2023-06-12T23:44:06
{}
NONE
vuejs
docs
1,565,337,642
2,382
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 3573b88631fd85b32ce5ab75d2429cab4d2d1026 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/648...
2023-05-27T10:31:12
2023-06-13T09:49:30
{}
NONE
vuejs
docs
1,608,267,666
2,193
icarusgk
I have submitted a pull request addressing the issues raised by @skirtles-code. However, I have not yet received any response or feedback from @drfcozapata (Spanish Translation Leader) regarding my pull request that was opened on January 29. The progress of the translation has been significantly affected by a lack o...
2023-06-26T21:09:28
2023-06-26T21:09:28
{ "+1": 1, "heart": 1 }
NONE
vuejs
docs
1,667,578,579
2,465
brc-dd
Can you try reloading the page. Seems like a network issue to me. https://vuejs.org/tutorial/ opens up fine for me.
2023-08-07T10:11:08
2023-08-07T10:11:08
{}
MEMBER
vuejs
docs
1,617,693,078
2,411
brc-dd
y'all are probably using some ad blocker
2023-07-03T09:14:31
2023-07-03T09:14:31
{}
MEMBER
vuejs
docs
1,644,037,916
2,443
inblossoms
> The URL appears wrong to me, it should be [cn.vuejs.org/examples/#fetching-data](https://cn.vuejs.org/examples/#fetching-data) > > It seems to be working fine for me: > > <img alt="image" width="1792" src="https://user-images.githubusercontent.com/40380293/254914196-c941894e-c3f0-44ff-b3c8-824ed98fa276.png"> >...
2023-07-20T14:32:58
2023-07-20T14:32:58
{}
NONE
vuejs
docs
1,650,130,422
2,446
Andrioden
Yeah, i went with C, thanks for your input. Ill leave the issue open so the repo owners can consider adding documentation for this. If not they can close it.
2023-07-25T16:09:03
2023-07-25T16:09:03
{}
NONE
vuejs
docs
1,666,433,059
2,463
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 1cbf07f056ba4255546b9867691082e3f085e573 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/64c...
2023-08-05T08:03:27
2023-08-05T08:04:28
{}
NONE
vuejs
docs
1,587,647,743
2,404
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 1ba97928579a7398b52b4fb442bd0b1412804ea1 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/648...
2023-06-12T16:12:56
2023-06-12T16:13:54
{}
NONE
vuejs
docs
1,588,960,220
2,314
yyx990803
closed via #2377
2023-06-13T09:56:32
2023-06-13T09:56:32
{}
MEMBER
vuejs
docs
1,533,868,926
2,352
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 1602854681b37aefc25d16e14b712f5b8dd67d44 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/648...
2023-05-03T23:12:57
2023-06-14T04:42:51
{}
NONE