Insights: vuejs/core
Overview
Could not load contribution data
Please try again later
1 Pull request merged by 1 person
-
fix(runtime-dom): ensure customElement handles empty props correctly. (fix #6361,#6895)
#6182 merged
Nov 1, 2022
9 Pull requests opened by 9 people
-
fix(hmr): #6978 render wrong list
#6988 opened
Oct 29, 2022 -
build(deps): upgrade rollup@2 to rollup@3
#6990 opened
Oct 30, 2022 -
fix(reactivity-transform): respect const keyword
#6993 opened
Oct 30, 2022 -
chore: typo
#6998 opened
Nov 1, 2022 -
fix(types): accept sync `serverPrefetch()`
#7000 opened
Nov 1, 2022 -
fix(runtime-dom): `v-model` can update correctly when the element is an input of type number
#7004 opened
Nov 1, 2022 -
fix(suspense): don't run post flush callbacks in suspended component (fix #6811)
#7009 opened
Nov 2, 2022 -
fix(runtime-core): use stack to store instance
#7017 opened
Nov 3, 2022 -
feat(compiler): add support for Error global
#7018 opened
Nov 3, 2022
15 Issues closed by 7 people
-
Why v-model:kebab-case compile different result on Vue SFC Playground and Vue SFC Playground ?
#7026 closed
Nov 4, 2022 -
Request vue3 to support vue-class-component and decorator syntax
#7022 closed
Nov 4, 2022 -
computed set invalid
#7024 closed
Nov 4, 2022 -
Vite + Vue 3 HMR runtime error
#7019 closed
Nov 4, 2022 -
The scroll bar will scroll accidentally.
#7014 closed
Nov 3, 2022 -
useCssVars throw error when instance.subTree is null
#7015 closed
Nov 3, 2022 -
Strange comments in SSR renderer output and hydration mismatch warning
#7011 closed
Nov 3, 2022 -
memory leak through nested reactivity
#6994 closed
Nov 2, 2022 -
defineProps dose not work correctly with TypeScript interface extends
#7010 closed
Nov 2, 2022 -
script setup not emit error when use unimport component
#7007 closed
Nov 2, 2022 -
_resolveDef function access props but it is undefined
#6895 closed
Nov 1, 2022 -
Web Component without props definitions breaks when passed custom attribute like `data-v-xxxxxxx`
#6163 closed
Nov 1, 2022 -
vue template模板中不支持 es6的新语法"?."表达式
#6999 closed
Nov 1, 2022 -
script setup can't invoke grandson component method
#6996 closed
Oct 31, 2022 -
Injection symbol not found in imported component when running "vite dev"
#6984 closed
Oct 30, 2022
7 Issues opened by 7 people
-
Why @update:kebab-case compile different result on Codesandbox and Vue SFC Playground ?
#7027 opened
Nov 4, 2022 -
Unable to get current instance after rendering another component in setup
#7021 opened
Nov 4, 2022 -
throwing in mount causes template refs to malfunction
#7020 opened
Nov 3, 2022 -
`v-model` does not update correctly when the element is an input of type number
#7003 opened
Nov 1, 2022 -
Check if slot is empty (options API)
#7002 opened
Nov 1, 2022 -
setup reset the value after onServerPrefetch
#6997 opened
Nov 1, 2022 -
Reactivity Transform should respect `const` keyword
#6992 opened
Oct 30, 2022
39 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Use Array.splice() to watch array
#2116 commented on
Oct 31, 2022 • 4 new comments -
Vue component don't render properly in dev mode
#6978 commented on
Nov 1, 2022 • 4 new comments -
热更新报错 TypeError: parentComponent.ctx.deactivate is not a function
#6222 commented on
Nov 2, 2022 • 3 new comments -
Support provide/inject between Vue's Custom Elements (defineCustomElement) and Vue Components (defineComponent)
#4476 commented on
Nov 2, 2022 • 3 new comments -
When importing component inside custom element, style is discarded
#4662 commented on
Nov 4, 2022 • 3 new comments -
Problem typing optional props with exactOptionalPropertyTypes enabled in tsconfig
#6532 commented on
Oct 30, 2022 • 2 new comments -
Suspended component still trigger watchers while being switched out
#6811 commented on
Nov 2, 2022 • 2 new comments -
[Type for Reactivity Transform] Add another type which indicates the value is deconstructed from `defineProps` / 为 `响应性语法糖` 添加一个可以标识变量是从 `defineProps` 中解构出来的类型
#6876 commented on
Nov 4, 2022 • 2 new comments -
How to import interface for defineProps
#4294 commented on
Nov 4, 2022 • 2 new comments -
refactor(scripts): simplify build script
#6919 commented on
Oct 29, 2022 • 2 new comments -
fix(reactivity-transform): ensure that macros comply with the original semantics (#6312)
#6944 commented on
Oct 29, 2022 • 2 new comments -
when use custom v-model (with <script setup> style),it goes well in dev env,but may occur error:modelValue is undefined in production env
#5584 commented on
Oct 28, 2022 • 1 new comment -
style v-bind will be invalid in teleport
#4605 commented on
Oct 30, 2022 • 1 new comment -
实现虚拟列表时,发现v-for存在内存泄漏
#6043 commented on
Oct 31, 2022 • 1 new comment -
Tutorial step 3 doesn't work under Firefox
#6928 commented on
Nov 1, 2022 • 1 new comment -
fix(compiler-sfc): escape non-word characters of css var
#6816 commented on
Nov 1, 2022 • 1 new comment -
fix(runtime-core): should also inherit the DOM el of the text nodes (…
#6858 commented on
Nov 4, 2022 • 1 new comment -
fix(compiler-core):Make sure `update:modelValue` and `update:model-value` behave the same on `slot`
#6902 commented on
Nov 1, 2022 • 1 new comment -
Exchange the order of `setScopeId` and `props initiate`
#6948 commented on
Nov 3, 2022 • 1 new comment -
fix(hmr):using customElements after hmr will trigger an error
#6973 commented on
Oct 30, 2022 • 1 new comment -
KeepAlive & root text node: Failed to execute 'insertBefore' on 'Node'
#6852 commented on
Nov 4, 2022 • 0 new comments -
fix(runtime-core): custom-element: ensure event names are hyphenated (fix: #5373)
#5378 commented on
Oct 31, 2022 • 0 new comments -
feat(compiler-sfc): add defineOptions marco
#5738 commented on
Nov 1, 2022 • 0 new comments -
feat(complier-sfc): add `hoistStatic` for `<script setup>`
#5752 commented on
Nov 1, 2022 • 0 new comments -
fix(reactivity-transform): add semicolon after statements
#6303 commented on
Nov 1, 2022 • 0 new comments -
fix(reactivity): export `MarkRaw` type
#6380 commented on
Nov 1, 2022 • 0 new comments -
fix(compiler-sfc): dynamic import type annotation
#6457 commented on
Nov 1, 2022 • 0 new comments -
feat(compiler-sfc): supports reference a variable in `withDefaults`
#6459 commented on
Nov 1, 2022 • 0 new comments -
fix(compiler-sfc): add semicolon after `defineProps` statement
#6461 commented on
Nov 1, 2022 • 0 new comments -
refactor(compiler-core): make ast.helpers a Set
#6774 commented on
Nov 1, 2022 • 0 new comments -
fix(shared): parse multi-line inline style
#6777 commented on
Nov 1, 2022 • 0 new comments -
fix(sfc-playground): set all scopes to production mode
#6815 commented on
Nov 1, 2022 • 0 new comments -
fix(reactivity-transform): typing without initial value
#6821 commented on
Nov 1, 2022 • 0 new comments -
fix(compiler-sfc): check source for user imported bindings
#6826 commented on
Nov 1, 2022 • 0 new comments -
fix(reactivity-transform): don't overwrite scope and user imports
#6840 commented on
Nov 1, 2022 • 0 new comments -
fix(compiler-sfc): resolve computed object key
#6963 commented on
Nov 1, 2022 • 0 new comments -
fix(compiler-sfc): missing keywords of method property
#6972 commented on
Nov 3, 2022 • 0 new comments -
fix(compiler-core):Avoid `props` conflicts when transforming `ref`
#6975 commented on
Nov 1, 2022 • 0 new comments -
ci: upgrade node to 18
#6983 commented on
Nov 1, 2022 • 0 new comments