fishDog
|
4178d5d7d9
fix(type): fix prop type infer (#4530)
|
4 年 前 |
Husam Ibrahim
|
4645a42b79
types(runtime-core): fix for multiple possible prop types including Date (#4518)
|
4 年 前 |
Carlos Rodrigues
|
afd49b3e88
types(PropType): Allow `undefined` function to be used on `PropType` (#4405)
|
4 年 前 |
Evan You
|
47f488350c
chore: run updated prettier
|
4 年 前 |
Evan You
|
bbf6ca9bca
fix(runtime-core): fix null type in required + multi-type prop declarations
|
4 年 前 |
Anthony Fu
|
f5617fc3bb
feat(reactivity): new effectScope API (#2195)
|
4 年 前 |
Johnson Chu
|
81e69b29ec
feat(types): support IDE renaming for props (#3656)
|
4 年 前 |
Evan You
|
4c5844a9ca
feat(sfc): withDefaults helper
|
4 年 前 |
Evan You
|
51d2be2038
perf: avoid deopt for props/emits normalization when global mixins are used
|
4 年 前 |
Evan You
|
b76c453507
refactor: adjust absent prop casting logic
|
5 年 前 |
Evan You
|
0255be2f4b
fix(runtime-core): avoid double-setting props when casting
|
5 年 前 |
Carlos Rodrigues
|
92e7330385
types(props): Support `undefined` as default (#3783)
|
5 年 前 |
Evan You
|
bd3cc4d2c7
wip: tests for compiler compat
|
5 年 前 |
Evan You
|
6f8fe4eac9
wip: more compat tweaks
|
5 年 前 |
Evan You
|
7e0224aa8c
wip: more compat tweaks
|
5 年 前 |
Evan You
|
12abd4af85
wip: class/style fallthrough compat
|
5 年 前 |
Evan You
|
5566d39d46
perf: only trigger $attrs update when it has actually changed
|
5 年 前 |
Evan You
|
1b8f14ee76
wip: more compat progress
|
5 年 前 |
Evan You
|
f6dee53270
wip: compat integration progress
|
5 年 前 |
Evan You
|
3ea68691e2
wip: inline-template compat
|
5 年 前 |
Evan You
|
115372dd5b
wip: refactor deprecations into a single file
|
5 年 前 |
Evan You
|
183f9b0013
wip: component v-model compat
|
5 年 前 |
Evan You
|
1c2c77eb9f
wip: apply compat enabled flags to currently implemented features
|
5 年 前 |
Evan You
|
d619a770a8
wip: props default this compat
|
5 年 前 |
Evan You
|
4fe4de0a49
fix(runtime-core): ensure declare prop keys are always present
|
5 年 前 |
edison
|
2e50acfbb8
perf(runtime-core): optimize the performance of getTypeIndex (#3206)
|
5 年 前 |
Evan You
|
2121c32e22
fix(runtime-core): fix kebab-case prop required warning
|
5 年 前 |
HcySunYang
|
44166b43d9
fix(runtime-core): cache props default values to avoid unnecessary watcher trigger (#3474)
|
5 年 前 |
HcySunYang
|
86ceef4352
fix(runtime-core): fix warning for absent props (#3363)
|
5 年 前 |
07akioni
|
3755e60c52
fix(types): union function prop (#3119)
|
5 年 前 |