HeYunfei
|
b5b103a736
chore(types): delete @ts-ignore or use @ts-expected-error instead (#3669)
|
4 years ago |
laineus
|
741d3b36f2
fix(runtime-core): properly merge unmounted and beforeUnmount options (#4447)
|
4 years ago |
Evan You
|
561e210157
fix(inject): should auto unwrap injected refs
|
4 years ago |
Evan You
|
9b607fe409
fix(watch): fix watch option merging from mixins
|
4 years ago |
Evan You
|
e2ca67b59a
fix(runtime-core): align option merge behavior with Vue 2
|
5 years ago |
HcySunYang
|
b58bb16959
fix(runtime-core): should call chained mixins and extends (#3040)
|
5 years ago |
Evan You
|
75964aba03
test: test case for #3300, #3301
|
5 years ago |
HcySunYang
|
2587f36fe3
fix(runtime-core): component methods should override global properties in DEV (#3074)
|
5 years ago |
hiroki
|
7a1a782642
fix(provide): support symbols in applyOptions (#2616)
|
5 years ago |
Hunter
|
962af85220
test(runtime-core): inject from closest ancestor (#2329)
|
5 years ago |
Evan You
|
f06518a8c9
fix(runtime-core): fix provide function data access in extends/mixins
|
5 years ago |
Evan You
|
1c9a0b3e19
feat(watch): support dot-delimited path in watch option
|
5 years ago |
Stanislav Lashmanov
|
313dd06065
fix(runtime-core/inject): handle optional `from` option in inject object config (#2073)
|
5 years ago |
Evan You
|
d4724619fc
fix(inject): fix support for inject option default function
|
5 years ago |
ᴜɴвʏтᴇ
|
706b52aadd
fix(runtime-core): ensure consistent $options merge behavior with 2.x (#1986)
|
5 years ago |
HcySunYang
|
6df0e738cb
fix(runtime-core): properly call lifecycle hooks in chained mixins & extends (#1974)
|
5 years ago |
Evan You
|
c15311cfe8
fix(runtime-core): fix data merge order for mixins/extends
|
5 years ago |
Eduardo San Martin Morote
|
b5f91ff570
fix(watch): allow handler to be a string (#1775)
|
5 years ago |
Evan You
|
5c74243211
test: move mockWarn into setup files
|
5 years ago |
Evan You
|
354d79c42b
fix(runtime-core): respect render function from mixins
|
5 years ago |
doly mood
|
d3c436ae2e
feat(types): mixins/extends support in TypeScript (#626)
|
6 years ago |
Evan You
|
ff4d1fcd81
fix(runtime-core): mixin options that rely on this context should be deferred
|
6 years ago |
Evan You
|
bfd6744fb1
perf(runtime-core): use raw context on component options init
|
6 years ago |
Evan You
|
c5beb9fb4c
chore: remove unused import
|
6 years ago |
Evan You
|
27873dbe1c
feat(runtime-core): support app.config.globalProperties
|
6 years ago |
Evan You
|
4cb3c5c49a
test: improve $options test to use beforeCreate hook
|
6 years ago |
Evan You
|
528621ba41
feat(runtime-core): support `config.optionMergeStrategies`
|
6 years ago |
Evan You
|
bb7fa3dabc
feat(runtime-core): implement RFC-0020
|
6 years ago |
Evan You
|
11d2fb2594
refactor(fragments): remove visible anchors for fragments
|
6 years ago |
Evan You
|
2fb7a63943
fix(computed): support arrow function usage for computed option
|
6 years ago |