Overview
Could not load contribution data
Please try again later
18 Pull requests merged by 16 people
-
chore: Correct typos
#5759 merged
May 10, 2022 -
fix(*): Typo
#5739 merged
May 10, 2022 -
types(runtime-dom): fix typo in jsx type autosave
#5638 merged
May 10, 2022 -
fix: typo (varaibles -> variables)
#5732 merged
May 10, 2022 -
fix(runtime-core): fix eslint error
#5876 merged
May 10, 2022 -
fix(shared): missed Symbol judge in looseEqual
#3553 merged
May 10, 2022 -
fix(runtime-dom): "el._assign is not a function" in compat mode
#4121 merged
May 10, 2022 -
chore(runtime-core): remove duplicate assignment
#3700 merged
May 10, 2022 -
chore(runtime-core): use `getGlobalThis`
#3217 merged
May 10, 2022 -
types(compiler-sfc): export SFCParseResult type
#2923 merged
May 10, 2022 -
chore(server renderer): readable warn message
#2890 merged
May 10, 2022 -
chore: reference to transformExpressions
#2682 merged
May 10, 2022 -
fix(compiler-sfc): remove the jsx from the babelParserPlugins when not match the case of adding jsx
#5846 merged
May 10, 2022 -
fix(compiler-sfc): in script-setup automatically setting the name option from inferred filename.
#4997 merged
May 10, 2022 -
fix: optimization assertion
#5103 merged
May 6, 2022 -
refactor(reactivity): Make some expression simpler.
#5131 merged
May 6, 2022 -
types(runtime-core): defineComponent options
#5416 merged
May 6, 2022 -
types(markRaw): keep the original type when unwrapping `markRaw`
#3791 merged
May 6, 2022
9 Pull requests opened by 7 people
-
fix(runtime-core): v-memo dependency is NaN should be equal
#5852 opened
May 3, 2022 -
feat(reactivity-transform): allow custom shorthands
#5856 opened
May 4, 2022 -
fix(runtime-core): remove judgement in patchProps
#5857 opened
May 4, 2022 -
chore: Add explaination about the utility type IfAny<T, Y, N>
#5862 opened
May 4, 2022 -
types(props): Allow passing `null` on optional props
#5865 opened
May 5, 2022 -
feat(types): avoid props JSDocs loss due to `default` option
#5871 opened
May 6, 2022
19 Issues closed by 6 people
-
renderToStream causes error in some cases.
#3846 closed
May 10, 2022 -
@vue/compiler-sfc: Please export SFCParseResult type
#2921 closed
May 10, 2022 -
KeepAlive can not get setup-SFC component's name
#4993 closed
May 10, 2022 -
Line 6482 of runtime-core.esm-bundler.js is incorrect
#5884 closed
May 10, 2022 -
有没有这么一种标识符,可以在script setup语法糖定义setup函数之外的属性或方法
#5883 closed
May 9, 2022 -
how custom renderer is used in combination with DOM renderer ?
#5882 closed
May 9, 2022 -
how custom renderer is used in combination with DOM renderer ?
#5881 closed
May 9, 2022 -
Event handler inline function do not support console log
#5880 closed
May 9, 2022 -
can not use defineProps in a usexxx function
#5878 closed
May 8, 2022 -
How to make slot inherit attributes?
#5874 closed
May 6, 2022 -
Production handles warnings differently from development
#5867 closed
May 6, 2022 -
Support py-script
#5851 closed
May 6, 2022 -
An external `img` should not generate an `import` statement and use a static string when rendering
#5868 closed
May 6, 2022 -
how to validate and reset value in watch?
#5869 closed
May 6, 2022 -
Computed properties function set on sub object properties add double quotes when displayed
#5866 closed
May 5, 2022 -
[feature request] be able to set onUpdate:modelValue handler with v-model directive
#5858 closed
May 5, 2022 -
Boolean props default value is not undefined
#5863 closed
May 5, 2022 -
> hihdifhd
#5861 closed
May 4, 2022
8 Issues opened by 7 people
-
v-model.lazy does not update DOM element when it has focus after Vue model change
#5875 opened
May 6, 2022 -
include and exclude of keep alive component props are string should support spaces around commas
#5873 opened
May 6, 2022 -
SSR: Emits do not fire on dynamic components
#5870 opened
May 6, 2022 -
teleport should be reactive
#5864 opened
May 5, 2022 -
Add line number and a snippet of the source template to template render error reports
#5860 opened
May 4, 2022 -
Incorrect SSR Rendering
#5859 opened
May 4, 2022 -
All Transition and TransitionGroup JavaScript hooks should be async
#5855 opened
May 3, 2022 -
The case where the v-memo dependency is NaN is not equal.
#5853 opened
May 3, 2022
24 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.
-
toRefs type is wrong when using defineProps with optional boolean props
#5847 commented on
May 4, 2022 • 4 new comments -
Fix: HMR on keepalive components caused error (fix #5073)
#5165 commented on
May 7, 2022 • 4 new comments -
Compiler crashes in some situations when the word "zoom?" is present
#5830 commented on
May 4, 2022 • 2 new comments -
How to import interface for defineProps
#4294 commented on
May 5, 2022 • 2 new comments -
When importing component inside custom element, style is discarded
#4662 commented on
May 6, 2022 • 2 new comments -
HMR doesn't work for NPM library components that are appended to a slot
#5767 commented on
May 3, 2022 • 1 new comment -
Register built-in components Teleport and Suspense has type infer error
#5833 commented on
May 4, 2022 • 1 new comment -
Methods exposed with defineExpose are not available on custom element
#5540 commented on
May 5, 2022 • 1 new comment -
use <script setup name="cpnName"> instead of two <script>
#5218 commented on
May 7, 2022 • 1 new comment -
Transition wrapper components break hydration
#3989 commented on
May 7, 2022 • 1 new comment -
Scoped style behavior with teleport & fragment
#2669 commented on
May 9, 2022 • 1 new comment -
types(slots): Add typed slots
#2693 commented on
May 9, 2022 • 1 new comment -
types(runtime-core): ComponentInstance type
#5408 commented on
May 6, 2022 • 1 new comment -
Is there any way to use generic when defining props?
#3102 commented on
May 8, 2022 • 0 new comments -
Detached nodes after unmount component(Memory leaks)
#5363 commented on
May 10, 2022 • 0 new comments -
HMR doesn't update component which uses directives
#4077 commented on
May 10, 2022 • 0 new comments -
fix(runtime-core): Error problem in custom instruction SSR environment
#4273 commented on
May 10, 2022 • 0 new comments -
fix(cssVars): cssVars work with Teleport
#4609 commented on
May 10, 2022 • 0 new comments -
fix: fix transition-group processing of whitespace nodes
#4647 commented on
May 10, 2022 • 0 new comments -
fix(custom-elements): Add children component styles fix #4662
#4695 commented on
May 10, 2022 • 0 new comments -
fix(Teleport): should always remove its children if its descendant nodes have a teleport that not disabled
#4742 commented on
May 10, 2022 • 0 new comments -
fix(TransformGroup): do not clear TransitionGroup custom transform style
#4762 commented on
May 10, 2022 • 0 new comments -
fix(compiler-sfc): Keep the url logic of src and srcset mostly consistent
#4834 commented on
May 10, 2022 • 0 new comments -
fix(compiler-sfc) :also hoist srcset when explicit base
#4835 commented on
May 10, 2022 • 0 new comments