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
2,066,145,911
2,806
brc-dd
Can you provide more context on why this is needed? Isn't it obvious from the example above that, that `$slots.foo` is needed to check for `<slot name="foo" />`? Regarding the name when name is not explicitly specified, the docs mention: > A `<slot>` outlet without `name` implicitly has the name "default".
2024-04-19T09:03:29
2024-04-19T09:03:57
{}
MEMBER
vuejs
docs
2,070,563,854
2,815
brc-dd
Ah, I'm not sure but that link is valid - <img width="1800" alt="image" src="https://github.com/vuejs/docs/assets/40380293/7802460e-6ced-4ed1-a209-0d63346ff142"> \ Someone in China might be able to comment more on why it's resolving to that other domain.
2024-04-22T18:30:26
2024-04-22T18:31:03
{}
MEMBER
vuejs
docs
2,072,950,030
2,817
brc-dd
I don't think getter function in Vue's context is same as `get` syntax. It's more like any function that returns something. That MDN link just shows things like `const foo = { get bar() { return 1 } }`. If one is reading that link and will try to apply that to, say, `computed` it won't work.
2024-04-23T17:06:13
2024-04-23T17:33:34
{}
MEMBER
vuejs
docs
2,078,308,439
2,825
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 52fcc0dac63996acd057084e21692c3c3b60322b | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/662...
2024-04-25T23:03:15
2024-04-26T03:42:41
{}
NONE
vuejs
docs
2,078,578,025
2,831
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | f1b2667d280b969cfe6bb0f04ded2b6c9ca539ae | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/662...
2024-04-26T03:43:22
2024-04-26T03:44:17
{}
NONE
vuejs
docs
2,059,796,458
2,803
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | a18f636e9e468a01b89a8e954b57e098751bfce6 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/661...
2024-04-16T19:35:42
2024-04-16T19:36:37
{}
NONE
vuejs
docs
2,066,588,733
2,809
phillt
compiler throws errors, are you sure? Perhaps the error is within the bundler and not the docs. On Thu, Apr 18, 2024 at 12:53 PM Divyansh Singh ***@***.***> wrote: > semi colon is not required there. It’s valid syntax. > > — > Reply to this email directly, view it on GitHub > <https://github.com/vuejs/docs/p...
2024-04-19T13:28:35
2024-04-19T13:29:17
{}
NONE
vuejs
docs
1,997,788,328
2,750
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 56c319fb6320f814a2bb29e751ba1a26e72a6911 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/662...
2024-03-14T15:57:10
2024-04-25T21:49:16
{}
NONE
vuejs
docs
2,175,646,020
2,895
Disservin
oh yeah mh.. sorry dunno what i was thinking :D
2024-06-18T09:32:28
2024-06-18T09:32:28
{}
NONE
vuejs
docs
2,187,243,692
2,904
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | fa21669e2c7ad694fbcf7c2591feaf2bb942cc3f | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/667...
2024-06-24T19:18:06
2024-06-24T19:19:28
{}
NONE
vuejs
docs
2,189,423,474
2,729
brc-dd
Do any of you have a minimal, reproducible example? Also the code in https://github.com/vuejs/docs/issues/2729#issuecomment-2023953841 is not exactly correct, if you're saying something satisfies Plugin, you don't need type parameters on individual arguments, certainly not two commas and `any`. Also it doesn't seem ...
2024-06-25T16:35:41
2024-06-25T16:44:56
{}
MEMBER
vuejs
docs
2,207,262,960
2,917
hashim21223445
```vue ```javascript ```typescript ```html ```css ```c ```c# ```c++ ```coffeescript ```dart ```dm ```elixir ```go ```groovy ```java ```shell ```shell ```scala ```rust ```ruby ```python ```powershell ```php ```perl ```objective-c ```kotlin
2024-07-03T20:53:58
2024-07-03T20:53:58
{}
NONE
vuejs
docs
2,221,485,087
2,925
flogehring
> Purely static sites should be HTML + CSS + media files only. No backend, no database, no web services, no processing on server... They **are** being processed on the server (or in CI). During **G**eneration in the build process, which may very well include backends and databases etc. Purely static files are the r...
2024-07-10T21:13:02
2024-07-10T21:13:02
{}
CONTRIBUTOR
vuejs
docs
2,222,196,914
2,925
flogehring
> Oh, now I am finally getting you. Both sentences are true, but the updated one sounds more explanatory. You're right, sorry. Glad we're on the same page. Do you think it would help to change `consuming` into `providing` in the previous sentence? >The keyword here is **static**: SSG can only be applied to p...
2024-07-11T07:09:05
2024-07-11T07:09:05
{}
CONTRIBUTOR
vuejs
docs
2,223,115,441
2,929
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | b2713e9b1a98025f3da910bd9f5a486a88b17a61 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/668...
2024-07-11T14:39:38
2024-07-11T14:40:54
{}
NONE
vuejs
docs
2,230,864,237
2,936
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 4725a19eb924383416f071e6e8bdad1d1e520d56 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/669...
2024-07-16T13:15:18
2024-07-16T13:16:38
{}
NONE
vuejs
docs
2,189,416,873
2,729
dmoczisko
I'm also seeing this error when bumping to `vue version ^3.4.30`. Most recent working version is 3.4.25 - Variations of the solutions above do not resolve the problem.
2024-06-25T16:32:23
2024-06-25T16:32:23
{}
NONE
vuejs
docs
2,198,510,526
2,729
luckylark2000
I meet the same problem with v3.4.29 ,but upgrading to v3.4.30 resolved it。by the way, before I upgrading to v3.4.30, I delete the node_modules and pnpm-lock.yaml, then I reinstall the project by `pnpm i` , maybe this also help 😄
2024-06-30T10:25:11
2024-06-30T10:25:11
{ "+1": 1 }
NONE
vuejs
docs
2,221,386,003
2,925
AloisSeckar
I believe the current wording is correct. "Static" means that no matter how many **_requests_** you do, you'll always receive the very same file(s). To change anything in the content, you need to **deploy** a new version of application with updated files. Purely static sites should be HTML + CSS + media files only. ...
2024-07-10T20:29:35
2024-07-10T20:30:57
{}
CONTRIBUTOR
vuejs
docs
2,227,583,413
2,932
chenleicode
现在又可以使用了✌
2024-07-15T01:49:07
2024-07-15T01:49:07
{}
NONE
vuejs
docs
2,232,719,001
2,932
zzs89117920
![image](https://github.com/user-attachments/assets/9e201ead-713d-4059-9b37-dde1eea9e5bb)
2024-07-17T08:20:41
2024-07-17T08:20:41
{}
NONE
vuejs
docs
2,241,346,412
2,944
nadjin
我还以为是我的问题,确实是这样,css加载404。
2024-07-21T00:13:53
2024-07-21T00:13:53
{}
NONE
vuejs
docs
2,182,294,074
2,729
chriscdn
I had this issue with v3.4.16, but upgrading to v3.4.29 resolved it.
2024-06-21T08:42:22
2024-06-21T08:42:22
{}
NONE
vuejs
docs
2,183,183,972
849
noerxs
`I'm suck with vue reactivity. I think it's some kind of joke. I have 2 same method with different result. ``` setup() { const store = useStore(); const route = useRoute(); const query = route.query; const itemId = query.id; var dataUoM = reactive({ uom: [] ...
2024-06-21T17:49:04
2024-06-21T17:50:21
{}
NONE
vuejs
docs
2,194,136,971
2,909
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | e206ae05457238930f8eac66b8856994b0470326 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/667...
2024-06-27T08:49:05
2024-06-27T08:50:21
{}
NONE
vuejs
docs
2,197,228,523
2,912
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | a5edd385d79479031b832e7dbdceb4d82a855d1f | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/667...
2024-06-28T15:58:49
2024-06-28T16:00:18
{}
NONE
vuejs
docs
2,217,286,855
2,907
NataliaTepluhina
@bmulholland I believe this should go to https://vuejs.org/guide/typescript/overview.html#project-setup section
2024-07-09T10:35:38
2024-07-09T10:35:38
{}
MEMBER
vuejs
docs
2,227,879,281
2,932
lointain
composition-api.html:1 Refused to apply style from 'https://cn.vuejs.org/assets/style.96teQKz1.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
2024-07-15T07:42:57
2024-07-15T07:42:57
{ "+1": 2 }
NONE
vuejs
docs
2,230,359,206
2,934
SnowGuest
![QQ_1721119707665](https://github.com/user-attachments/assets/b51f54cf-565c-4431-b9ec-20cf81774b96) Lost more files, and css
2024-07-16T08:49:08
2024-07-16T08:49:08
{}
NONE
vuejs
docs
2,235,857,754
2,939
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 9ceb100080db9c930a9bcef123c179e054ecfe0e | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/669...
2024-07-18T07:52:15
2024-07-18T07:53:32
{}
NONE
vuejs
docs
2,237,687,910
2,940
netlify[bot]
### <span aria-hidden="true">❌</span> Deploy Preview for *vuejs* failed. | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 7ae2dacf309eec393ed4b389b87d76e77f30f94a | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/66...
2024-07-18T21:55:48
2024-07-18T21:58:36
{}
NONE
vuejs
docs
2,238,911,228
2,941
servantofsaber
可以正常打开中文页面
2024-07-19T09:51:49
2024-07-19T09:51:49
{}
NONE
vuejs
docs
2,238,932,299
2,942
Hooper93
![image](https://github.com/user-attachments/assets/9c6feb36-5bd2-41a1-ba58-e4f23c3487e9)
2024-07-19T11:20:11
2024-07-19T11:20:11
{}
NONE
vuejs
docs
2,239,201,934
2,932
Jinjiang
非常抱歉中文站近期访问问题请统一移步至这里,我们会保持关注和信息同步,谢谢 https://github.com/vuejs-translations/docs-zh-cn/issues/984
2024-07-19T13:36:54
2024-07-19T13:36:55
{}
MEMBER
vuejs
docs
2,197,501,311
2,913
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | aa3cc79e644e483bad9fefa3f1438ae6409bc837 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/668...
2024-06-28T19:24:59
2024-07-09T10:16:36
{}
NONE
vuejs
docs
2,218,339,305
2,851
ngocsangyem
Hi @NataliaTepluhina, please tell us why this is not a recommended practice. This approach is beneficial in many situations. Are you guys planning to remove it in breaking changes?
2024-07-09T18:05:19
2024-07-09T18:05:19
{ "+1": 1, "eyes": 1 }
NONE
vuejs
docs
2,229,910,923
2,932
zealot-wei
开了代理样式也是乱的,这个看着是css文件mime类型有问题,而且有些资源404了,加载不了导致的
2024-07-16T03:02:26
2024-07-16T03:05:16
{}
NONE
vuejs
docs
2,232,307,074
2,932
joyholmes
有什么临时处理方案吗,开了代理也没用
2024-07-17T03:38:36
2024-07-17T03:38:36
{}
NONE
vuejs
docs
2,235,028,634
2,934
SnowGuest
I searched for my friends and tested it generally. It seems that this is random file loss. It is good for someone whether VPN is enabled or not, but some people cannot access normally when VPN is enabled. This problem is not stable
2024-07-18T01:19:08
2024-07-18T01:19:08
{}
NONE
vuejs
docs
2,242,155,685
2,944
FangHanZreo
有同样的问题。控制有报错。 ``` Refused to apply style from 'https://cn.vuejs.org/assets/style.96teQKz1.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. cn.vuejs.org/:12 GET https://cn.vuejs.org/assets/chunks/framework.CNnSiKPY.j...
2024-07-22T06:04:16
2024-07-22T06:04:16
{}
NONE
vuejs
docs
2,182,628,701
2,856
seeniolabode
I propose adding using 'fancy-list-item', it's precise and leaves less room for misunderstanding.
2024-06-21T12:08:28
2024-06-21T12:08:28
{}
CONTRIBUTOR
vuejs
docs
2,190,379,182
2,729
joaoefornazari
@brc-dd Oh, sorry. I didn't see the comma lost over there. Also, the comma is not on my original code, so no problem at all - but I'll fix the code on the comment. And also: adding a short subsection on the Writing a Plugin page would be good IMO. I really like how Vue docs takes care of mentioning Typescript typing...
2024-06-26T01:49:27
2024-06-26T02:04:56
{}
NONE
vuejs
docs
2,190,466,112
2,729
brc-dd
Yeah regarding docs I agree. But the last three comments are probably because of something else. They better be posted on discussions/discord. One is saying it works with v3.4.29 and the other is saying that most recent working version is v3.4.25 -- which are obviously conflicting. If any of those can share a repo wher...
2024-06-26T03:11:57
2024-06-26T03:11:57
{ "+1": 2 }
MEMBER
vuejs
docs
2,203,888,582
2,915
netlify[bot]
### <span aria-hidden="true">❌</span> Deploy Preview for *vuejs* failed. | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 3f7f0dccb164cbe2368a92604e78b4a76416f1c1 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/66...
2024-07-02T17:20:11
2024-07-02T17:20:43
{}
NONE
vuejs
docs
2,214,986,534
2,922
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 4156dfc33d4749257d8bcadce77b61817ab44989 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/668...
2024-07-08T19:14:33
2024-07-09T10:13:29
{}
NONE
vuejs
docs
2,222,265,106
2,928
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | ec2d220c55a9542efd05299227c27e38b8160251 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/668...
2024-07-11T07:49:10
2024-07-11T07:50:32
{}
NONE
vuejs
docs
2,232,298,376
2,932
Deceivee
先用繁体中文凑合着看吧
2024-07-17T03:29:06
2024-07-17T03:29:06
{}
NONE
vuejs
docs
2,234,050,150
2,938
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | f57e16aefec3c080f516ab74d32d8e1a9010863f | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/669...
2024-07-17T19:09:32
2024-07-18T03:02:26
{}
NONE
vuejs
docs
2,238,911,232
2,941
LinusBorg
Works fine from Europe, probably a problem with the chinese web? Transferring to the docs repo
2024-07-19T11:04:33
2024-07-19T11:04:33
{}
MEMBER
vuejs
docs
2,182,616,846
2,903
seeniolabode
Last I checked, getCurrentInstance was removed from the docs because it's an internal API. Check the details [here](https://stackoverflow.com/questions/72209080/vue-3-is-getcurrentinstance-deprecated)
2024-06-21T12:00:31
2024-06-21T12:00:31
{}
CONTRIBUTOR
vuejs
docs
2,185,361,901
2,532
dargmuesli
Hey @NataliaTepluhina, the commit I mentioned above is by you, so maybe you can assist to resolve this issue? :pray:
2024-06-23T23:41:12
2024-06-23T23:41:12
{}
NONE
vuejs
docs
2,194,979,433
2,729
dmoczisko
In my particular case, this issue was as a result of a mismatch in package.json files both referencing vue, but with different versions
2024-06-27T15:11:23
2024-06-27T15:11:41
{ "+1": 1, "eyes": 1 }
NONE
vuejs
docs
2,232,227,908
2,932
EnochGao
好几天了,没人管?
2024-07-17T02:29:49
2024-07-17T02:29:49
{}
NONE
vuejs
docs
2,238,054,649
2,932
chenleicode
这是英文原版的文档仓库issues,请移步至简体中文版文档仓库issues:https://github.com/vuejs-translations/docs-zh-cn/issues 此外中文版文档仓库已有类似issues:https://github.com/vuejs-translations/docs-zh-cn/issues/984
2024-07-19T03:39:16
2024-07-19T03:39:16
{}
NONE
vuejs
docs
2,239,202,443
2,942
Jinjiang
非常抱歉中文站近期访问问题请统一移步至这里,我们会保持关注和信息同步,谢谢 https://github.com/vuejs-translations/docs-zh-cn/issues/984
2024-07-19T13:37:08
2024-07-19T13:37:08
{}
MEMBER
vuejs
docs
2,242,180,724
2,944
veaba
非常抱歉中文站近期访问问题请统一移步至这里,我们会保持关注和信息同步,谢谢 https://github.com/vuejs-translations/docs-zh-cn/issues/984
2024-07-22T06:24:29
2024-07-22T06:24:29
{}
MEMBER
vuejs
docs
2,238,911,224
2,941
RyouSY
能打开啊
2024-07-19T09:48:55
2024-07-19T09:48:55
{}
NONE
vuejs
docs
2,245,006,307
2,921
NataliaTepluhina
The docs go from "simplest" to "most complicated" explanation. While a style guide is important, it's not enforced, so we will keep the current explanation for now.
2024-07-23T11:41:11
2024-07-23T11:41:11
{}
MEMBER
vuejs
docs
2,175,620,444
2,784
NataliaTepluhina
Closing this PR as stale. Please feel free to reopen if you apply the suggested changes
2024-06-18T09:21:08
2024-06-18T09:21:08
{}
MEMBER
vuejs
docs
2,193,817,943
2,908
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | d5393aa734b1122bc71bff2d4663916bd2fbfed7 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/667...
2024-06-27T05:44:09
2024-06-27T05:45:32
{}
NONE
vuejs
docs
2,197,316,879
2,911
icarusgk
Could you further explain what you meant?
2024-06-28T16:57:12
2024-06-28T16:57:12
{}
NONE
vuejs
docs
2,197,501,103
2,904
dependabot[bot]
Superseded by #2913.
2024-06-28T19:24:46
2024-06-28T19:24:46
{}
CONTRIBUTOR
vuejs
docs
2,222,175,480
2,926
netlify[bot]
### <span aria-hidden="true">❌</span> Deploy Preview for *vuejs* failed. | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | afb44a60a182e7d8cf31b85f77162dc174806146 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/66...
2024-07-11T06:55:20
2024-07-11T06:55:42
{}
NONE
vuejs
docs
2,235,035,831
2,934
SnowGuest
This may be a CDN problem, not a doc problem
2024-07-18T01:19:53
2024-07-18T01:19:53
{}
NONE
vuejs
docs
2,235,037,750
2,932
snowwindsand
开代理也不行,mime那个过不去。其它js加载不了可以用浏览器打开链接把文件加载就行了。如果有json加载不了看一下是被广告插件拦了。就是mime没办法。 看英文或者繁体了。 ![image](https://github.com/user-attachments/assets/4da8aad4-5673-44bf-968f-5ce6bf241c87)
2024-07-18T01:20:07
2024-07-18T01:20:07
{}
NONE
vuejs
docs
2,243,728,961
2,945
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 894ef9a0b9808a02fa87df6cdf44afba6910702c | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/669...
2024-07-22T20:08:57
2024-07-22T20:10:20
{}
NONE
vuejs
docs
2,173,105,460
2,901
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 239cb54ed733285f2826f02a3a3422a4ae1bd976 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/667...
2024-06-17T11:12:34
2024-06-17T11:13:52
{}
NONE
vuejs
docs
2,175,636,824
2,895
NataliaTepluhina
@Disservin thank you for the PR! The existing code is correct, we're adding modifier in the _parent_ component, not to the `input` in child component
2024-06-18T09:28:19
2024-06-18T09:28:19
{}
MEMBER
vuejs
docs
2,145,419,213
2,890
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | ddb831b32b06f874be220a85161494c01de5c8ec | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/667...
2024-06-03T14:57:14
2024-06-18T09:35:58
{}
NONE
vuejs
docs
2,207,123,198
2,916
dependabot[bot]
Superseded by #2919.
2024-07-03T19:59:27
2024-07-03T19:59:27
{}
CONTRIBUTOR
vuejs
docs
2,218,662,045
2,851
AloisSeckar
I guess the reason is that it tightly couples child to parent and therefore reducing re-usability. It is also obsfucating logical flow of the code - because why wouldn't you handle component's lifecycle hook inside the component itself?
2024-07-09T20:21:18
2024-07-09T20:21:18
{}
CONTRIBUTOR
vuejs
docs
2,222,211,065
2,925
AloisSeckar
> > Do you think it would help to change `consuming` into `providing` in the previous sentence? > > > The keyword here is **static**: SSG can only be applied to pages ~consuming~ providing static data i.e. data that is known at build time and can not change between requests. Now when you point it out, yes. Alth...
2024-07-11T07:17:21
2024-07-11T07:17:21
{ "+1": 1 }
CONTRIBUTOR
vuejs
docs
2,227,926,490
2,932
WangJincheng4869
遇到同样的问题,不开代理官网没有样式 #### 代理开启前 ![图片](https://github.com/user-attachments/assets/3e907580-49e4-4b18-952f-b105104f7ea8) #### 代理开启后 ![图片](https://github.com/user-attachments/assets/bfd6579d-a7cc-4c93-9a52-6033266ff952) 是不是 CDN 出问题了?导致国内访问的文件媒体类型不正确。
2024-07-15T08:11:16
2024-07-15T08:15:06
{ "+1": 2 }
NONE
vuejs
docs
2,229,918,529
7
pawankum0010
looking good
2024-07-16T03:10:15
2024-07-16T03:10:15
{}
NONE
vuejs
docs
2,232,289,315
2,937
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 8cadd9addb9319f93b58ead29b37e3f5cc9acd52 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/669...
2024-07-17T03:17:56
2024-07-17T03:19:33
{}
NONE
vuejs
docs
2,175,614,403
2,883
NataliaTepluhina
Hi! Thank you for the contribution but I am not entirely convinced this particular chapter needs a playground, as we don't see anything "in action"
2024-06-18T09:18:16
2024-06-18T09:18:16
{}
MEMBER
vuejs
docs
2,207,123,822
2,919
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 31888adc1855a0714bfa0e61b6dd3f93470e296f | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/668...
2024-07-03T19:59:40
2024-07-03T20:00:58
{}
NONE
vuejs
docs
2,222,149,659
2,925
AloisSeckar
If you make request to `/foo` on SSG site 1000 times, you will receive the very same `foo.html` every time. Data are not changed between **requests**. To change the content, you have to statically build and **deploy** a new version of the application.
2024-07-11T06:39:44
2024-07-11T06:39:44
{}
CONTRIBUTOR
vuejs
docs
2,221,261,528
2,925
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 1dd8fcfd6d9f5e3c2212f321af75e7f6a6db3b13 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/668...
2024-07-10T19:23:23
2024-07-11T09:16:46
{}
NONE
vuejs
docs
2,237,950,903
2,932
VolturiHao
+1,一直是简体中文的加载不出样式,其他语言可以,开代理也没用,最近一直看繁体的 ![image](https://github.com/user-attachments/assets/9ce9a1aa-59f5-46e7-8a9d-a07d89056b66)
2024-07-19T02:33:21
2024-07-19T02:33:21
{}
NONE
vuejs
docs
2,206,034,392
2,917
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 49112f90b735556611615153544093f525a61dfa | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/668...
2024-07-03T13:05:32
2024-07-03T13:08:31
{}
NONE
vuejs
docs
2,221,203,669
2,924
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 8263f97cc4a0382186b4983e01b8886b8849e96f | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/668...
2024-07-10T18:47:22
2024-07-10T18:48:40
{}
NONE
vuejs
docs
2,221,493,920
2,703
flogehring
> I use script setup, and I need to be able to reference the name of the component programmatically... What are you doing with the name?
2024-07-10T21:16:32
2024-07-10T21:16:32
{}
CONTRIBUTOR
vuejs
docs
2,222,170,091
2,925
AloisSeckar
Oh, now I am finally getting you. Both sentences are true, but the updated one sounds more explanatory. You're right, sorry.
2024-07-11T06:51:34
2024-07-11T06:51:34
{ "+1": 1 }
CONTRIBUTOR
vuejs
docs
2,239,202,976
2,941
Jinjiang
非常抱歉中文站近期访问问题请统一移步至这里,我们会保持关注和信息同步,谢谢 https://github.com/vuejs-translations/docs-zh-cn/issues/984
2024-07-19T13:37:22
2024-07-19T13:37:22
{}
MEMBER
vuejs
docs
2,023,953,841
2,729
joaoefornazari
I solved the problem that happened with me here. I did it like this: - ` my-custom-plugin.ts` ``` // using import { PluginOptions } from 'unocss' also work import { App, Plugin } from 'vue' export default { install: (app: App, options?: any) => { // stuff using app and options (optional) }, } sa...
2024-03-27T20:45:07
2024-06-26T01:49:51
{}
NONE
vuejs
docs
2,204,161,696
2,916
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | cbf37d1d3cc8e890fbccf9a2edd3e6504a250cc2 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/668...
2024-07-02T19:26:10
2024-07-02T19:27:49
{}
NONE
vuejs
docs
2,221,947,923
2,703
incutonez
> What are you doing with the name? For display purposes, retrieving it for an `include`/`exclude` list in `KeepAlive`, and other use cases that apply for the Options API.
2024-07-11T03:32:12
2024-07-11T03:32:12
{ "+1": 1 }
NONE
vuejs
docs
2,229,259,898
2,935
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | e1444d71c1d201e2e1a8bb5f690b693306dc73fd | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/669...
2024-07-15T19:47:47
2024-07-15T19:49:14
{}
NONE
vuejs
docs
2,230,811,461
2,932
Deceivee
我遇到了只有简体中文的文档样式显示不出来,其他语言的文档内容样式能正常显示
2024-07-16T12:50:27
2024-07-16T12:50:27
{ "+1": 3 }
NONE
vuejs
docs
2,232,959,484
2,932
CccryQwQ
> 有什么临时处理方案吗,开了代理也没用 我挂日子节点是可以的
2024-07-17T10:20:56
2024-07-17T10:20:56
{ "+1": 1 }
NONE
vuejs
docs
2,239,085,838
2,942
lingjieding
![image](https://github.com/user-attachments/assets/5354a57e-1142-4311-9bb2-296b9b6c23b0)
2024-07-19T13:02:30
2024-07-19T13:02:30
{}
NONE
vuejs
docs
2,242,196,840
2,944
gnoixeijil
+1 我也发现了这个问题
2024-07-22T06:37:02
2024-07-22T06:37:02
{}
NONE
vuejs
docs
2,244,091,043
2,944
gnoixeijil
国内这么多开发者,这个问题都不解决一下?
2024-07-23T01:41:24
2024-07-23T01:41:24
{}
NONE
vuejs
docs
2,188,499,772
2,905
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 5e1f1b37aa1663fd7ea8cfa9cfce4a2dd6ab1c61 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/667...
2024-06-25T10:06:53
2024-06-25T10:08:07
{}
NONE
vuejs
docs
2,190,720,560
1,760
KaelWD
onMounted also doesn't always work if you're using it to access an element inside another component ```html <template> <Component> <div ref="el" /> </Component> </template> <script setup> const el = ref() onMounted(() => { el.value }) </script> ``` If Component doesn't render its def...
2024-06-26T05:11:17
2024-06-26T05:13:52
{ "+1": 1 }
NONE
vuejs
docs
2,217,290,619
2,898
NataliaTepluhina
@yangmingshan I think we can list both options with the comment that `yarn.dlx` works for Yarn ^v4.11
2024-07-09T10:37:33
2024-07-09T10:37:33
{ "+1": 2 }
MEMBER
vuejs
docs
2,238,057,719
2,932
chenleicode
关注此issue的小伙伴请尽快移步至简体中文版文档仓库的issues讨论,两天后我将关闭此issue
2024-07-19T03:43:12
2024-07-19T03:57:49
{}
NONE
vuejs
docs
2,194,544,973
2,910
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | b27b240233b2ddefe89f25e99d7e3c23dbf8099c | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/vuejs/deploys/667...
2024-06-27T12:23:31
2024-06-27T12:24:45
{}
NONE
vuejs
docs
2,217,279,849
2,920
NataliaTepluhina
Unfortunately, we cannot explain the specificity of `v-model` here without breaking the reader's flow process - `v-model` is explained much later in the docs and at this point it will cause more questions than answers.
2024-07-09T10:31:52
2024-07-09T10:31:52
{}
MEMBER