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 | core | 1,046,435,909 | 5,393 | ygj6 | > @nborko how could you work around the problem with `const emit: Emits = rawEmit`
>
> as that still needs the Emits type which does not exist... Thanks in advance.
You're looking for this?https://github.com/vuejs/core/issues/5393#issuecomment-1034335331 | 2022-02-21T03:25:14 | 2022-02-21T03:25:14 | {} | MEMBER |
vuejs | core | 1,047,029,278 | 5,467 | netlify[bot] | ✔️ Deploy Preview for *vue-next-template-explorer* ready!
🔨 Explore the source changes: b8cd388c9eac3bec5b3b81db1275eaa03a923138
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vue-next-template-explorer/deploys/6213be605a352f00073229d2](https://app.netlify.com/sites/vue-next-template-explorer/deploys/621... | 2022-02-21T16:04:00 | 2022-02-21T16:32:13 | {} | NONE |
vuejs | core | 1,048,096,193 | 5,469 | posva | The bug is that props should contain the attrs when [no props option is defined](https://vuejs.org/guide/extras/render-function.html#custom-directives). As a workaround, define the props option | 2022-02-22T18:36:40 | 2022-02-22T18:36:40 | {} | MEMBER |
vuejs | core | 1,048,573,816 | 5,473 | posva | Yes, this is expected. See https://vuejs.org/guide/essentials/reactivity-fundamentals.html#ref-unwrapping-in-templates | 2022-02-23T09:08:32 | 2022-02-23T09:08:32 | {} | MEMBER |
vuejs | core | 1,049,515,117 | 5,477 | vincerubinetti | This is also especially problematic when trying to pass a lot of props at once, like this:
Component.vue:
```vue
<slot
aria-label="test string"
aria-multiselectable="test string"
aria-expanded="test string"
aria-controls="test string"
aria-haspopup="test string"
aria-activedescendant="test string... | 2022-02-24T05:44:47 | 2022-02-24T05:49:39 | {} | NONE |
vuejs | core | 1,046,380,093 | 5,464 | sleeprite | >  构建产物里并没有找到 `changeThemeVariable`。而且`lay-config-provider`中也没有相关的逻辑。🤔
0.3.7 版本中是没有的,在 0.3.8-alpha.7 版本新增该特性, 可以通过沙盒顶部的操作切换到指定版本 | 2022-02-21T01:18:57 | 2022-02-21T01:27:56 | {} | NONE |
vuejs | core | 1,046,545,467 | 5,441 | classmatewu | Hello LinusBorg, I understand that vue sfc needs to be compiled by vue and then mounted on html, so why not closed tag first during the Vue compile process? In this way, the DOM structure obtained by the html parser is itself closed. | 2022-02-21T07:19:40 | 2022-02-21T07:22:43 | {} | NONE |
vuejs | core | 1,046,603,972 | 5,441 | classmatewu | I misunderstood, thanks a lot. | 2022-02-21T08:38:07 | 2022-02-21T08:38:07 | {} | NONE |
vuejs | core | 1,042,806,428 | 5,444 | netlify[bot] | ✔️ Deploy Preview for *vuejs-coverage* ready!
🔨 Explore the source changes: 9a03a179e5c6019ecdac04514bd8e51b407026ef
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs-coverage/deploys/621360b8907c310008c89090](https://app.netlify.com/sites/vuejs-coverage/deploys/621360b8907c310008c89090)
😎 Browse th... | 2022-02-17T10:38:14 | 2022-02-21T09:57:31 | {} | NONE |
vuejs | core | 1,047,029,253 | 5,467 | netlify[bot] | ✔️ Deploy Preview for *vuejs-coverage* ready!
🔨 Explore the source changes: b8cd388c9eac3bec5b3b81db1275eaa03a923138
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs-coverage/deploys/6213be60f855e90008a9b74d](https://app.netlify.com/sites/vuejs-coverage/deploys/6213be60f855e90008a9b74d)
😎 Browse th... | 2022-02-21T16:04:00 | 2022-02-21T16:36:54 | {} | NONE |
vuejs | core | 1,047,252,311 | 906 | StefanVDWeide | Has there been any recent news regarding having comments at the top of the file breaking router transitions? Having comments like `<!-- prettier-ignore -->` are pretty common and having to remove them might cause issues down the line. | 2022-02-21T21:53:34 | 2022-02-21T21:53:34 | {
"eyes": 1
} | NONE |
vuejs | core | 1,048,152,335 | 5,469 | LinusBorg | @posva that only applies to functional components, doesn't it?
Vue requires runtime props options from which prop types are inferred. It's currently not possible to define a (stateful) component *without* runtime props and then provide prop types via the generic argument.
I started a discussion some Time ago, @p... | 2022-02-22T19:47:05 | 2022-02-23T10:41:12 | {
"+1": 1,
"eyes": 1,
"heart": 1
} | MEMBER |
vuejs | core | 1,050,385,668 | 5,477 | lidlanca | This might be a simpler work around for the slot binding
it should also still work after the proposed pr is merged
```html
<slot
aria--label="test string"
aria--multiselectable="test string"
aria--expanded="test string"
aria--controls="test string"
aria--haspopup="test string"
aria--activedescen... | 2022-02-25T00:16:01 | 2022-02-25T00:16:01 | {
"laugh": 2
} | CONTRIBUTOR |
vuejs | core | 1,050,495,706 | 5,484 | ygj6 | 
You may need the correct ts configuration | 2022-02-25T03:50:46 | 2022-02-25T03:50:46 | {} | MEMBER |
vuejs | core | 1,046,404,095 | 5,464 | sleeprite | 稍后我在 sandbox 上提供准确版本的复现案例 | 2022-02-21T02:12:08 | 2022-02-21T02:12:08 | {} | NONE |
vuejs | core | 1,042,806,427 | 5,444 | netlify[bot] | ✔️ Deploy Preview for *vue-sfc-playground* ready!
🔨 Explore the source changes: 9a03a179e5c6019ecdac04514bd8e51b407026ef
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vue-sfc-playground/deploys/621360b8ad41590008db0316](https://app.netlify.com/sites/vue-sfc-playground/deploys/621360b8ad41590008db0316)
... | 2022-02-17T10:38:14 | 2022-02-21T09:54:37 | {} | NONE |
vuejs | core | 1,048,927,229 | 5,476 | netlify[bot] | ✔️ Deploy Preview for *vuejs-coverage* ready!
🔨 Explore the source changes: 8986259b1390e637a0ef3cffbc7712e060981e9a
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vuejs-coverage/deploys/621657dff199d2000722532b](https://app.netlify.com/sites/vuejs-coverage/deploys/621657dff199d2000722532b)
😎 Browse th... | 2022-02-23T15:51:00 | 2022-02-23T15:56:37 | {} | NONE |
vuejs | core | 1,049,411,046 | 5,473 | ygj6 | > Hi @posva @caozhong1996 I have read the doc page you provided. But I couldn't see why this is expected. What's the reason for this?
Unwrapping occurs in the compilation phase,Unable to process return value of function. | 2022-02-24T01:44:46 | 2022-02-24T01:44:46 | {
"heart": 1
} | MEMBER |
vuejs | core | 1,049,426,641 | 4,294 | howlwindy | ```typescript
// Icon.vue
<script lang="ts">
// summary: add comment above some line
export enum EIconSize {
XS,
SM,
MD,
LG,
XL
}
// interface must not be imported which use for defineProps
export interface IIconProps {
// ... if next line is custom type, add comment here, i don't know why, but... | 2022-02-24T02:15:55 | 2022-02-24T02:28:06 | {
"+1": 2
} | NONE |
vuejs | core | 1,049,899,066 | 5,477 | LinusBorg | it seems `activedescendant` and `controls` don't have matching element properties, so here my second point from above doesn't take effect.
~~A question: why don't you provide them in kebap-case in the first place (until we have fixed this)? Are they set up in JS where it's cumbersome to define hyphenated properties ... | 2022-02-24T14:11:24 | 2022-02-24T14:12:33 | {} | MEMBER |
vuejs | core | 1,050,476,715 | 5,371 | kuang-lingxi | > @kuang-lingxi see #2231
thanks reply!actually I saw this issue yesterday via git commit. In the previous implementation, the check was skipped by judging whether it was a ref. actually I don't really understand why ref skips the check.
or i change the question, what is the expected behavior of the watch functio... | 2022-02-25T03:10:04 | 2022-02-25T03:10:04 | {} | CONTRIBUTOR |
vuejs | core | 1,046,231,041 | 5,463 | posva | Your reproduction is not minimal, please read and follow https://new-issue.vuejs.org/?repo=vuejs/vue-next#why-repro when reporting a bug. Most bugs should be reproducible with the [SFC Playground](https://sfc.vuejs.org). | 2022-02-20T12:50:33 | 2022-02-20T12:50:33 | {} | MEMBER |
vuejs | core | 1,046,243,210 | 5,460 | vst-h | It can solve the tuple type recursion problem, but it is buggy in the source code. Hope you look at this line of code (https://github.com/vuejs/core/blob/main/packages/reactivity/src/ref.ts#L297), the ` extends ? : ` evaluation is problematic, for all `object` type is always true.
``` ts
interface X {
a: 1
... | 2022-02-20T13:54:11 | 2022-02-20T13:54:11 | {} | NONE |
vuejs | core | 1,046,587,925 | 5,466 | tianjunnew | > > > I think that's normal, with reference to[attribute-inheritance](https://vuejs.org/guide/components/attrs.html#attribute-inheritance) Can be used
> > > ```
> > > <script>
> > > export default {
> > > inheritAttrs: false
> > > }
> > > </script>
> > > <script setup>
> > > import Child from './Child.vue';
... | 2022-02-21T08:19:37 | 2022-02-21T08:19:37 | {
"laugh": 1
} | NONE |
vuejs | core | 1,047,728,983 | 4,344 | rhmkstk | >
Hello,
thanks for your answer, after i try several solution i reintall project with newer vite version and it fix the issue | 2022-02-22T12:05:50 | 2022-02-22T12:05:50 | {} | NONE |
vuejs | core | 1,048,467,315 | 5,473 | caozhong1996 | I would say it's expected. | 2022-02-23T05:48:36 | 2022-02-23T05:48:36 | {} | CONTRIBUTOR |
vuejs | core | 1,048,927,260 | 5,476 | netlify[bot] | ✔️ Deploy Preview for *vue-sfc-playground* ready!
🔨 Explore the source changes: 8986259b1390e637a0ef3cffbc7712e060981e9a
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vue-sfc-playground/deploys/621657df6aba810009706cef](https://app.netlify.com/sites/vue-sfc-playground/deploys/621657df6aba810009706cef)
... | 2022-02-23T15:51:01 | 2022-02-23T15:53:32 | {} | NONE |
vuejs | core | 1,049,144,868 | 5,475 | posva | Thai is expected and has been discussed already in other issues | 2022-02-23T19:39:41 | 2022-02-23T19:39:41 | {} | MEMBER |
vuejs | core | 1,046,230,920 | 5,462 | posva | This is because `translate` attribute exists as dom properties but must be set as a boolean. Maybe we should handle this special case for the `"no"` value.
For the moment you can either set boolean values or use the `^` in front of the attribute:
```vue
<div ^translate="no">
Hello Vue.js
</div>
<div :... | 2022-02-20T12:49:53 | 2022-02-20T12:49:53 | {
"+1": 3
} | MEMBER |
vuejs | core | 1,046,563,376 | 5,441 | classmatewu | > React also supports the use of self-closing tags in dom templates.
I'm referring to this way of writing React's outermost component:
```
ReactDOM.render(<Hello />, document.querySelector("#app"));
```
this is normal.
But writing this on the outermost component of vue may cause some problems due to closing ... | 2022-02-21T07:47:13 | 2022-02-21T07:49:05 | {} | NONE |
vuejs | core | 1,047,427,881 | 5,465 | bigradish | @LinusBorg Thank you for your answers. I think improvements for Vue2, including the diff algorithm, are fairly meaningful. For there are many widely used big apps may stick to Vue2 for migrating to Vue3 is not easy. If the improvements are made, though the users of these apps may not feel, this can reduce unnecessary o... | 2022-02-22T05:03:21 | 2022-02-22T05:03:21 | {} | NONE |
vuejs | core | 1,049,625,391 | 5,478 | LinusBorg | refs nested in plain, nonreactive objects are not unwrapped.
```html
<h1 :class="{ active: a.isActive.value }">{{ a.isActive.value }}</h1>
```
| 2022-02-24T08:51:30 | 2022-02-24T09:05:00 | {} | MEMBER |
vuejs | core | 1,046,439,043 | 5,464 | sleeprite | 
该代码改动解决了我的问题,runtime 时没问题,打包编译之后就会产生上述问题 | 2022-02-21T03:32:00 | 2022-02-21T03:32:00 | {} | NONE |
vuejs | core | 1,046,572,432 | 5,466 | tianjunnew | @LinusBorg Can you show me the related issue link?
This is easy to raise bugs, developers should better declare "inheritAttrs = false" everywhere or else they might find props out of work due to the same name attrs, and the attrs might be passed through v-bind, which is hard to debug... | 2022-02-21T08:01:38 | 2022-02-21T08:01:38 | {} | NONE |
vuejs | core | 1,047,029,264 | 5,467 | netlify[bot] | ✔️ Deploy Preview for *vue-sfc-playground* ready!
🔨 Explore the source changes: b8cd388c9eac3bec5b3b81db1275eaa03a923138
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vue-sfc-playground/deploys/6213be60491be400078dd9b2](https://app.netlify.com/sites/vue-sfc-playground/deploys/6213be60491be400078dd9b2)
... | 2022-02-21T16:04:00 | 2022-02-21T16:34:02 | {} | NONE |
vuejs | core | 1,048,927,263 | 5,476 | netlify[bot] | ✔️ Deploy Preview for *vue-next-template-explorer* ready!
🔨 Explore the source changes: 8986259b1390e637a0ef3cffbc7712e060981e9a
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vue-next-template-explorer/deploys/621657dfdcf90e00081b4cb2](https://app.netlify.com/sites/vue-next-template-explorer/deploys/621... | 2022-02-23T15:51:01 | 2022-02-23T15:51:48 | {} | NONE |
vuejs | core | 1,049,425,508 | 5,357 | btea | @TechAkayy I still think the problem is here, you try to debug

| 2022-02-24T02:13:31 | 2022-02-24T02:18:00 | {} | CONTRIBUTOR |
vuejs | core | 1,049,900,906 | 5,480 | netlify[bot] | ✔️ Deploy Preview for *vue-sfc-playground* ready!
🔨 Explore the source changes: 7b8b4c2f525c3ee2cf7be5349bd30fcaf366c6d2
🔍 Inspect the deploy log: [https://app.netlify.com/sites/vue-sfc-playground/deploys/6217927e3aff910007cfc9a4](https://app.netlify.com/sites/vue-sfc-playground/deploys/6217927e3aff910007cfc9a4)
... | 2022-02-24T14:13:24 | 2022-02-24T14:16:21 | {} | NONE |
vuejs | core | 1,080,844,991 | 4,397 | JackieCheung | > @fengjrrz This feature was added in volar v0.31.1
Same problem with IntelliJ IDEA 2021.3.3 and vue-tsc 0.33.9 | 2022-03-28T16:13:08 | 2022-03-28T16:13:08 | {
"+1": 3
} | NONE |
vuejs | core | 1,081,612,157 | 5,640 | posva | Hi, thanks for your interest but Github issues are for bug reports and feature requests only. You can ask questions on the [forum](http://forum.vuejs.org/), the [Discord server](https://vue-land.js.org/) or [StackOverflow](http://stackoverflow.com/tags/vue.js). | 2022-03-29T08:59:08 | 2022-03-29T08:59:08 | {} | MEMBER |
vuejs | core | 1,081,662,456 | 5,640 | LeslieZhang | >
>  这个方法不行吗?
>
> 另外你需要提供一个简单可复现的 demo。
vue版本3.2.31。看到一个相似的情况https://stackoverflow.com/questions/71555955/vue-js-3-error-referenceerror-unref-is-not-defined
```
<template>
<img :src="requir... | 2022-03-29T09:49:48 | 2022-03-29T10:24:28 | {} | NONE |
vuejs | core | 1,082,785,790 | 5,645 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs-coverage* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 960ba7e3ca94d67dc8605798310f5c8d0627069d |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://... | 2022-03-30T08:34:38 | 2022-03-30T08:58:11 | {} | NONE |
vuejs | core | 1,085,528,344 | 3,031 | pikax | @8bitDesigner that's the correct behaviour, for non optional you need to pass a `default`.
The reason is depending where you are in the tree it might be or not provided by a parent. Even though "you know" that will never happen, it wouldn't be the first time during refactoring or someone else changing the code that ... | 2022-04-01T07:25:12 | 2022-04-01T07:25:12 | {} | MEMBER |
vuejs | core | 1,085,647,677 | 4,866 | ychost | 我也遇到了,只有部分浏览器是 undefined
M1 Chrome ❌
M1 Edge ✅
X86 Chrome ✅
X86 Mac ❎
@yjj5855 | 2022-04-01T09:05:39 | 2022-04-01T09:07:14 | {} | NONE |
vuejs | core | 1,087,142,139 | 5,662 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vue-next-template-explorer* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | e66e4d26afc19696b02be93dae1e8629e3b8a1e9 |
|<span aria-hidden="true">🔍</span> Latest deploy lo... | 2022-04-04T05:49:45 | 2022-04-04T05:50:27 | {} | NONE |
vuejs | core | 1,080,657,443 | 5,636 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs-coverage* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 6b0b610eb8c39c0fa27ca68806036667115e4332 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://... | 2022-03-28T13:33:12 | 2022-03-28T13:39:02 | {} | NONE |
vuejs | core | 1,082,691,582 | 5,642 | posva | Your reproduction is not minimal, please read and follow https://new-issue.vuejs.org/?repo=vuejs/vue-next#why-repro when reporting a bug. Most bugs should be reproducible with the [SFC Playground](https://sfc.vuejs.org). Or use the [forum](http://forum.vuejs.org/) or the [Discord chat](https://vue-land.js.org/) to ask ... | 2022-03-30T06:47:34 | 2022-03-30T06:47:34 | {} | MEMBER |
vuejs | core | 1,082,691,184 | 5,643 | posva | As pointed out in other issues: you don't use both apis on the same component. You can use both apis in the same project thought.
---
Remember to use the [forum](http://forum.vuejs.org/) or the [Discord chat](https://vue-land.js.org/) to ask questions! | 2022-03-30T06:46:56 | 2022-03-30T06:48:10 | {} | MEMBER |
vuejs | core | 1,083,063,517 | 3,834 | MrIrick | <img width="510" alt="image" src="https://user-images.githubusercontent.com/22052869/160831759-73831607-d76e-45c1-bc85-f05a86187594.png">
same situation | 2022-03-30T12:13:01 | 2022-03-30T12:13:01 | {} | NONE |
vuejs | core | 1,080,571,565 | 4,462 | dsine-de | I have the same problem where the mutation of the property that is being used for the visibility state happens through a WebSocket message. | 2022-03-28T12:10:32 | 2022-03-28T12:10:32 | {} | NONE |
vuejs | core | 1,081,418,803 | 5,638 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vue-next-template-explorer* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | cc5fef155ba3b89189896d6295994b6877471d4d |
|<span aria-hidden="true">🔍</span> Latest deploy lo... | 2022-03-29T05:26:46 | 2022-03-29T05:27:30 | {} | NONE |
vuejs | core | 1,081,461,012 | 5,640 | edison1105 | 
这个方法不行吗?
另外你需要提供一个简单可复现的 demo。 | 2022-03-29T06:39:02 | 2022-03-29T06:39:02 | {} | MEMBER |
vuejs | core | 1,081,550,498 | 4,385 | SergkeiM | Hi @weikinhuang did you find another solution for this? Becuase, we want to upgrade to vue3, but don't want to bundle all stylings to 1 file. | 2022-03-29T07:58:30 | 2022-03-29T07:58:30 | {} | NONE |
vuejs | core | 1,082,785,794 | 5,645 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vue-next-template-explorer* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 960ba7e3ca94d67dc8605798310f5c8d0627069d |
|<span aria-hidden="true">🔍</span> Latest deploy lo... | 2022-03-30T08:34:38 | 2022-03-30T08:54:05 | {} | NONE |
vuejs | core | 1,083,035,437 | 5,646 | Justineo | It's because consecutive whitespaces are collapsed by default in HTML. If you [replace the `<h1>` element with `<pre>`](https://sfc.vuejs.org/#eyJBcHAudnVlIjoiPHNjcmlwdCBzZXR1cD5cbmltcG9ydCB7IHJlZiB9IGZyb20gJ3Z1ZSdcblxuY29uc3QgbXNnID0gcmVmKCcnKVxuPC9zY3JpcHQ+XG5cbjx0ZW1wbGF0ZT5cbiAgPHByZT5UcmltbWVkIG1lc3NhZ2U6IHt7IG1zZ... | 2022-03-30T11:42:21 | 2022-03-30T11:42:21 | {
"+1": 2
} | MEMBER |
vuejs | core | 1,083,474,179 | 2,855 | mrleblanc101 | We also had to do the same for Suspense.
```
<template>
<component :is="Suspense">
</component>
</template>
<script lang="ts">
import {Suspense as suspense_, VNodeProps, SuspenseProps} from 'vue';
export default defineComponent({
name: 'App',
setup() {
const Suspense = suspense_ a... | 2022-03-30T18:27:13 | 2022-03-30T18:27:13 | {
"hooray": 3
} | NONE |
vuejs | core | 1,085,524,507 | 5,652 | pikax | > @pikax Thoughts?
Surprised it didn't work, we don't do much magic here:
```ts
type PropConstructor<T = any> =
| { new(...args: any[]): T & {} }
| { (): T }
declare function test<T>(a: PropConstructor<T>): T;
test(Boolean)
test(String)
test(BigInt) // fails
```
[playground](https://www.typescriptl... | 2022-04-01T07:20:07 | 2022-04-01T07:20:32 | {} | MEMBER |
vuejs | core | 1,086,252,675 | 5,656 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vuejs-coverage* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 4b21a8bb6bf33aa5354681d36ddb10fc7df7b9e9 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://... | 2022-04-01T19:26:56 | 2022-04-01T19:31:51 | {} | NONE |
vuejs | core | 1,086,792,284 | 5,658 | aroblesgalit | I decided to create a page in my view directory and initiated the data values using the created method instead, and that seemed to work with no issues. | 2022-04-03T07:12:57 | 2022-04-03T07:12:57 | {} | NONE |
vuejs | core | 1,086,889,214 | 3,102 | aentwist | I will add an example of my ideal usage pattern, and explain what I am currently doing to work around this. +1.
*types.d.ts*
```ts
export interface Image {
filename?: string;
src: string;
}
export interface PhotoImage extends Image {
fValue?: number;
shutterSpeed?: number;
iso?: number;
}
``... | 2022-04-03T15:14:23 | 2022-04-03T15:14:23 | {} | NONE |
vuejs | core | 1,080,790,373 | 5,628 | posva | This seems to be a [Safari bug](https://sfc.vuejs.org/#eyJBcHAudnVlIjoiPHNjcmlwdCBzZXR1cD5cbmltcG9ydCB7IHJlZiwgb25Nb3VudGVkLCB3YXRjaEVmZmVjdCB9IGZyb20gJ3Z1ZSdcbmNvbnN0IHNob3cgPSByZWYoZmFsc2UpXG5cbmZ1bmN0aW9uIG9uTW91c2VFbnRlcigpIHtcbiAgc2hvdy52YWx1ZSA9IHRydWVcbn1cblxuZnVuY3Rpb24gb25DbGljayAoKSB7fVxuICBcbiAgb25Nb3VudGVkK... | 2022-03-28T15:21:50 | 2022-03-28T15:21:50 | {} | MEMBER |
vuejs | core | 1,084,383,670 | 5,650 | kikyous | Hi @posva ,my reproduction has only one .vue main file (App.vue), App-no-error-2.vue, App-no-error.vue is two file you can skip it (two way I found to prevent the error.)
And this error only occur in vite production mode.
I don't know how to be more minimal, any help ?
| 2022-03-31T10:23:32 | 2022-03-31T10:23:32 | {} | NONE |
vuejs | core | 1,084,396,131 | 5,650 | kikyous | I can reproduce this error with element-plus ElTable component only, because this error only occur in vite production mode and the error disappear when I remove the outer div (```<div class="p-5">```),so I think this is a vue 3 bug mostly. | 2022-03-31T10:35:29 | 2022-03-31T10:35:29 | {} | NONE |
vuejs | core | 1,085,542,982 | 4,309 | muelbr | > If the child components are compiled under custom elements mode, it's probably better to register them and use them as custom elements.
Using children this way means then you have to deal with DOM style props (slightly different syntax, arrays as string trap) and grabbing values from an ugly attribute array inside... | 2022-04-01T07:45:00 | 2022-04-01T07:45:00 | {
"+1": 7
} | NONE |
vuejs | core | 1,080,651,474 | 5,631 | zhangxuyang950313 | <img width="1125" alt="image" src="https://user-images.githubusercontent.com/52990953/160408084-d567c23c-ef4b-4457-bfca-08da4db1834a.png">
| 2022-03-28T13:28:01 | 2022-03-28T13:28:01 | {} | NONE |
vuejs | core | 1,080,657,546 | 5,636 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vue-next-template-explorer* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 6b0b610eb8c39c0fa27ca68806036667115e4332 |
|<span aria-hidden="true">🔍</span> Latest deploy lo... | 2022-03-28T13:33:17 | 2022-03-28T13:34:04 | {} | NONE |
vuejs | core | 1,080,741,190 | 4,397 | xiaoxiangmoe | @StazriN Can you provide a minimal reproduction demo? | 2022-03-28T14:40:29 | 2022-03-28T14:40:29 | {} | CONTRIBUTOR |
vuejs | core | 1,081,485,596 | 5,640 | LinusBorg | ~~This may just be a limitation of Webpack. It likely can't statically analyze arbitrarily complex string interpolations.~~ | 2022-03-29T06:59:00 | 2022-03-29T07:12:47 | {} | MEMBER |
vuejs | core | 1,081,682,895 | 5,184 | andreas83 | i had the same issue, i fixed it by simply defining a default value.
| 2022-03-29T10:07:14 | 2022-03-29T10:07:14 | {} | NONE |
vuejs | core | 1,083,627,251 | 2,855 | Yendric | Suspense has also been added to the VNodeTypes type in LinusBorg's PR. | 2022-03-30T21:09:02 | 2022-03-30T21:09:02 | {} | NONE |
vuejs | core | 1,086,252,673 | 5,656 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vue-sfc-playground* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 4b21a8bb6bf33aa5354681d36ddb10fc7df7b9e9 |
|<span aria-hidden="true">🔍</span> Latest deploy log | http... | 2022-04-01T19:26:56 | 2022-04-01T19:28:54 | {} | NONE |
vuejs | core | 1,079,967,612 | 5,631 | LinusBorg | Can you try manually importing `h` from the correct package? | 2022-03-27T16:42:58 | 2022-03-27T16:43:11 | {} | MEMBER |
vuejs | core | 1,080,053,565 | 4,982 | JangCool | no. I know it's not supported yet.
-----Original Message-----
From: ***@***.***>
To: ***@***.***>;
Cc: ***@***.***>; ***@***.***>;
Sent: 2022-03-27 (일) 16:06:49 (GMT+09:00)
Subject: Re: [vuejs/core] An error occurred when using defineProps<>. (Issue #4982)
duplicate of #4294
Has it been fixed? I meet the same pr... | 2022-03-28T00:15:24 | 2022-03-28T00:15:24 | {} | NONE |
vuejs | core | 1,080,657,448 | 5,636 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vue-sfc-playground* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 6b0b610eb8c39c0fa27ca68806036667115e4332 |
|<span aria-hidden="true">🔍</span> Latest deploy log | http... | 2022-03-28T13:33:12 | 2022-03-28T13:35:27 | {} | NONE |
vuejs | core | 1,081,690,804 | 5,640 | LeslieZhang | > ~This may just be a limitation of Webpack. It likely can't statically analyze arbitrarily complex string interpolations.~
I tried not to use <script setup>,There is no problem with running locally, and there is no problem with running after packaging。 | 2022-03-29T10:15:17 | 2022-03-29T10:15:17 | {} | NONE |
vuejs | core | 1,083,061,239 | 3,834 | MrIrick | get the same problem, not about setInterval. i want to destroy a component been hidden. the component is unnecessary now. | 2022-03-30T12:10:48 | 2022-03-30T12:10:48 | {} | NONE |
vuejs | core | 1,086,252,687 | 5,656 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vue-next-template-explorer* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 4b21a8bb6bf33aa5354681d36ddb10fc7df7b9e9 |
|<span aria-hidden="true">🔍</span> Latest deploy lo... | 2022-04-01T19:26:56 | 2022-04-01T19:27:34 | {} | NONE |
vuejs | core | 1,086,267,268 | 5,655 | xiexuan-star | > I'm not sure what what you mean with "only happens in SFC playground".
https://user-images.githubusercontent.com/30561277/161329929-05c80ef9-c299-422f-82bd-096dbf14874d.mov
Same code in my project(vue version 3.2.31), #nonReactive wasn't updated. This's different from what I've seen in SFC
playground.
> What yo... | 2022-04-01T19:49:08 | 2022-04-01T19:49:08 | {} | NONE |
vuejs | core | 1,082,785,764 | 5,645 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vue-sfc-playground* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 960ba7e3ca94d67dc8605798310f5c8d0627069d |
|<span aria-hidden="true">🔍</span> Latest deploy log | http... | 2022-03-30T08:34:37 | 2022-03-30T08:55:21 | {} | NONE |
vuejs | core | 1,083,113,751 | 5,646 | mr-duke | @Justineo I see! So it actually was the way HTML displays several whitespaces that tricked me into believing that it was a bug in the trim-modifier. My mistake!
Thank you :) | 2022-03-30T13:02:48 | 2022-03-30T13:05:31 | {} | NONE |
vuejs | core | 1,086,112,935 | 5,655 | LinusBorg | I'm not sure what what you mean with "only happens in SFC playground".
What you see there is normal. when one reactive dependency of the template changes, the whole component is re-rendered, with all the latest data.
So I'm not sure what behavior you expect. | 2022-04-01T16:26:17 | 2022-04-01T16:26:49 | {} | MEMBER |
vuejs | core | 1,086,275,637 | 5,655 | LinusBorg | Thanks for the video, but that doesn't tell me much without understanding how exactly to replicate it. | 2022-04-01T20:01:47 | 2022-04-01T20:01:47 | {} | MEMBER |
vuejs | core | 1,080,531,127 | 5,602 | haoqunjiang | Vue CLI still has that default, so this issue is about the Vite plugin?
You can customize it via the [`css.modules.generateScopedName`](https://vitejs.dev/config/#css-modules) config, available options are documented https://github.com/madyankin/postcss-modules#generating-scoped-names | 2022-03-28T11:25:19 | 2022-03-28T11:25:19 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,080,551,483 | 5,635 | diff-com | This could be a duplicate of #4462 | 2022-03-28T11:47:38 | 2022-03-28T11:47:38 | {} | NONE |
vuejs | core | 1,082,437,566 | 5,642 | tomhooker | Also we're looking at cart.liquid file mainly | 2022-03-29T22:36:31 | 2022-03-29T22:36:31 | {} | NONE |
vuejs | core | 1,069,092,550 | 5,595 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vue-sfc-playground* ready!
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 0a53b4fa60d1b8294ef1f5b957a2a360a93e415c |
|<span aria-hidden="true">🔍</span> Latest deploy log | http... | 2022-03-16T12:50:20 | 2022-03-30T07:39:30 | {} | NONE |
vuejs | core | 1,083,000,937 | 5,647 | LinusBorg | yes, these prefixes can be used for that purpose.
We are happy to improve our docs on this, it would be great it if you could open an issue in the [docs repository](https://github.com/vuejs/docs) and give the docs team a hint where you would have expected to find more information about this.
So far we only brief... | 2022-03-30T11:15:52 | 2022-03-30T11:16:48 | {} | MEMBER |
vuejs | core | 1,083,760,556 | 5,651 | edison1105 | duplicate of #5095 | 2022-03-30T23:27:03 | 2022-03-30T23:27:03 | {} | MEMBER |
vuejs | core | 1,084,388,076 | 5,650 | posva | No external libs: https://github.com/kikyous/vue-vite-bug-report/blob/main/package.json#L11 | 2022-03-31T10:28:18 | 2022-03-31T10:28:18 | {} | MEMBER |
vuejs | core | 1,086,596,256 | 5,657 | kikyous | related https://github.com/vuejs/core/issues/5650
the error message is not same in chrome and firefox:
chrome:

firefox:
 {
return ()... | 2022-03-28T11:03:46 | 2022-03-28T11:03:46 | {} | CONTRIBUTOR |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.