Evan You
|
d87d059ac1
feat(runtime-core): watchSyncEffect
|
4 лет назад |
Evan You
|
33c2fbfdc8
fix(reactivity): revert computed scheduler change
|
4 лет назад |
Evan You
|
bc7f9767f5
fix(watch): ensure watchers respect detached scope
|
4 лет назад |
Evan You
|
2bdee50a59
fix(runtime-core): fix v-bind class/style merging regression
|
4 лет назад |
webfansplz
|
acb2a4d285
fix(sfc-playground): Transform named default exports without altering scope (#4154)
|
4 лет назад |
webfansplz
|
457c9aed1f
chore(type): remove unnecessary type assertion (#4150)
|
4 лет назад |
Evan You
|
3ff94faca1
build: fix default build script (ignore sfc-playground)
|
4 лет назад |
Evan You
|
1034546a4c
release: v3.2.0-beta.2
|
4 лет назад |
Evan You
|
a21ca3dccc
fix(compiler-core): fix self-closing tags with v-pre
|
4 лет назад |
Evan You
|
7e75b4105a
refactor: better fix for ec6abe8d
|
4 лет назад |
Evan You
|
bb7b130b0b
chore: remove peer dep for compiler-sfc
|
4 лет назад |
Evan You
|
8dbecfcbb3
feat(compiler-sfc): add ignoreEmpty option for sfc parse method
|
4 лет назад |
Evan You
|
ec6abe8d5e
fix(compiler-sfc): fix whitespace preservation when block contains single self-closing tag
|
4 лет назад |
Evan You
|
47f488350c
chore: run updated prettier
|
4 лет назад |
Amour1688
|
69344ff1ae
feat(types): map declared emits to onXXX props in inferred prop types (#3926)
|
4 лет назад |
Pick
|
35cc7b0d31
chore(reactivity): correct the description of the test case (#4135)
|
4 лет назад |
Evan You
|
3056e9b3dc
fix(v-model): properly detect input type=number
|
4 лет назад |
Evan You
|
93a950d60d
fix(compiler-sfc): support const enum
|
4 лет назад |
Cédric Exbrayat
|
b771fdbef9
perf(compiler-sfc): ignore empty blocks (#3520)
|
4 лет назад |
Homyee King
|
65f82ce94f
chore(shared): remove extra NaN logic (#3837)
|
4 лет назад |
ioslh
|
20b6619793
fix(ssr): update initial old value to watch callback in ssr usage (#4103)
|
4 лет назад |
Evan You
|
b274b08f5f
fix(compiler-sfc): expose correct range for empty blocks
|
4 лет назад |
Evan You
|
d810a1a569
fix(scheduler): fix insertion for id-less job
|
4 лет назад |
Evan You
|
6eb47f000a
fix(reactivity): computed should not trigger scheduler if stopped
|
4 лет назад |
Austin Keener
|
dd0f9d1ce6
feat(compiler): allow 'comments' option to affect comment inclusion in dev (#4115)
|
4 лет назад |
webfansplz
|
d868d5ffa7
chore(shared): remove deprecated html tags (#4130)
|
4 лет назад |
Evan You
|
bbf6ca9bca
fix(runtime-core): fix null type in required + multi-type prop declarations
|
4 лет назад |
Evan You
|
cac6ab5bdb
chore: fix type issue
|
4 лет назад |
edison
|
f7607d3a15
fix(compiler-sfc): defineProps infer TSParenthesizedType (#4147)
|
4 лет назад |
Evan You
|
47ba33e27b
refactor: improve the fix for #4138
|
4 лет назад |