Evan You
|
085bbd5fe0
fix(compiler-sfc): named imports from .vue file should not be treated as constant
|
5 лет назад |
Evan You
|
f2b0a8e81d
fix(v-model): avoid mutation when using Set models + fix multi select Set model update
|
5 лет назад |
Evan You
|
83a79a829c
Revert "fix(v-model): mutate original array for v-model multi checkbox (#2663)"
|
5 лет назад |
Evan You
|
11a76ebd94
chore: fix snapshot
|
5 лет назад |
Evan You
|
4307610c35
chore: fix setRef usage
|
5 лет назад |
Evan You
|
5a19bb5320
refactor(runtime-dom): avoid unnecessary typeof checks during props patching
|
5 лет назад |
edison
|
fb6b9f8e8f
fix(runtime-dom): attribute should be removed with nullish values (#2679)
|
5 лет назад |
Evan You
|
64d4681e4b
fix(async-component): forward refs on async component wrapper
|
5 лет назад |
HcySunYang
|
87581cd266
fix(v-model): mutate original array for v-model multi checkbox (#2663)
|
5 лет назад |
Yasser Lahbibi
|
cd92836223
fix(teleport): Teleport into SVG elements (#2648)
|
5 лет назад |
hiroki
|
7a1a782642
fix(provide): support symbols in applyOptions (#2616)
|
5 лет назад |
Evan You
|
e4f09c1419
fix(compiler-core/v-on): handle falsy values when caching v-on handlers
|
5 лет назад |
Evan You
|
3cd30c5245
fix(v-show): ensure v-show conflict with inline string style binding
|
5 лет назад |
Evan You
|
9db7095962
fix(compiler-core): fix scope var reference check for v-on expressions
|
5 лет назад |
Evan You
|
e41b46c396
chore: annotate generated slot flag
|
5 лет назад |
edison
|
5f2a8533ac
fix(compiler-sfc): fix parsing error when `lang=""` is used on plain element (#2569)
|
5 лет назад |
Evan You
|
bf16a57fc3
fix(runtime-core): handle static node move in production
|
5 лет назад |
underfin
|
2a9ba0c8e9
fix(runtime-core): remove static node in production mode (#2556)
|
5 лет назад |
Thorsten Lünborg
|
421205d0ad
fix(runtime-core): ensure keep-alive deep-watches include/explude props (#2551)
|
5 лет назад |
Evan You
|
67d1aac6ae
feat(sfc): allow sfcs to recursively self-reference in template via name inferred from filename
|
5 лет назад |
dependabot-preview[bot]
|
29d256c39d
build(deps-dev): bump rollup from 2.33.3 to 2.34.0 (#2690)
|
5 лет назад |
Evan You
|
43eab923ea
fix(compiler-sfc): should not remove import statements with no specifier when compiling script setup
|
5 лет назад |
Evan You
|
a76e58e5fd
build: avoid shipping patch flag name strings in prod
|
5 лет назад |
Evan You
|
3bc2914e32
fix(attr-fallthrough): ensure consistent attr fallthrough for root fragments with comments
|
5 лет назад |
shadowings-zy
|
3532b2b021
fix(runtime-core): fix emit listener check on kebab-case events (#2542)
|
5 лет назад |
Evan You
|
2ab8c41a1a
fix(slots): dynamically named slots should be keyed by name
|
5 лет назад |
Thorsten Lünborg
|
6e46a574ed
fix(reactivity): ensure add/set on reactive collections return the proxy (#2534)
|
5 лет назад |
HcySunYang
|
0ff2a4f1c1
fix(runtime-core): should pause tracking when initializing legacy options (#2524)
|
5 лет назад |
Evan You
|
5b6266284d
fix(compiler-ssr): should not render key/ref bindings in ssr
|
5 лет назад |
Evan You
|
a5d6f8091e
fix(compiler-ssr): generate correct children for transition-group
|
5 лет назад |